Hello,

I am trying to build Open MPI 1.3.2 with ifort 11.0.074 and icc/icpc 11.0.083 (the Intel compilers) on a quad-core AMD Opteron workstation running CentOS 4.4. I have no problems on this same machine if I use ifort with gcc/g++ instead of icc/icpc. Configure seems to work ok even though icc and icpc are detected as GNU compilers.

CC=icc CXX=icpc FC=ifort F77=ifort ./configure --disable-shared --enable-static --prefix=/opt/intelsoft/openmpi/openmpi-1.3.2

However, when I run 'make' it has trouble in the opal/asm directory:

libtool: compile: icc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -restrict -MT atomic-asm.lo -MD -MP -MF .deps/atomic-asm.Tpo -c atomic-asm.S -o atomic-asm.o
Unknown flag -x
Unknown flag -a
Unknown flag -s
Unknown flag -s
Unknown flag -e
Unknown flag -m
Unknown flag -b
Unknown flag -l
Unknown flag -e
Unknown flag -r
Unknown flag --
Unknown flag -w
Unknown flag -i
Unknown flag -t
Unknown flag -h
Unknown flag --
Unknown flag -c
Unknown flag -p
Unknown flag -p
Unknown flag -F
Cannot open source file .deps/atomic-asm.Tpo
Extra name /tmp/icc2ioudZ.s ignored
No input file for -M flag
mv: cannot stat `.deps/atomic-asm.Tpo': No such file or directory
make[2]: *** [atomic-asm.lo] Error 1
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/asm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal'
make: *** [all-recursive] Error 1

I can't find any hint of the reported "Unknown flags". What's more is the opal/asm/generated/atomic-amd64-linux.s file is now empty (file size is zero) thus breaking subsequent builds (i.e. with gcc). In order to get the file back I have to re-extract from the source tarball. If I execute 'make' again (no 'make clean') the compilation will complete successfully but will make an empty libasm.a:


bash-3.00$ nm opal/asm/.libs/libasm.a

asm.o:

atomic-asm.o:


However, even after I get Open MPI to compile, 'make check' will give the following results:

libtool: link: icc -DOMPI_DISABLE_INLINE_ASM -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -restrict -pthread -fvisibility=hidden -o atomic_barrier_noinline atomic_barrier_noinline-atomic_barrier_noinline.o -Wl,--export-dynamic ../../opal/asm/.libs/libasm.a -lnsl -lutil -pthread ipo: warning #11010: file format not recognized for ../../opal/asm/.libs/libasm.a, possible linker script atomic_barrier_noinline-atomic_barrier_noinline.o(.text+0x29): In function `main':
: undefined reference to `opal_atomic_mb'
atomic_barrier_noinline-atomic_barrier_noinline.o(.text+0x2e): In function `main':
: undefined reference to `opal_atomic_rmb'
atomic_barrier_noinline-atomic_barrier_noinline.o(.text+0x33): In function `main':
: undefined reference to `opal_atomic_wmb'
make[3]: *** [atomic_barrier_noinline] Error 1
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/test/asm'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/test/asm'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/openmpi-1.3.2/test'
make: *** [check-recursive] Error 1

I have attached the output of 'configure' (conf.log1), config.log, the output of the first 'make' (m.log1), and the output of 'make check' (check.log1).

NOTE: If I use the CFLAG '-no-gcc' configure fails.

Thanks,
Dave
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar

============================================================================
== Configuring Open MPI
============================================================================

*** Checking versions
checking Open MPI version... 1.3.2
checking Open MPI release date... Apr 21, 2009
checking Open MPI Subversion repository version... r21054
checking Open Run-Time Environment version... 1.3.2
checking Open Run-Time Environment release date... Apr 21, 2009
checking Open Run-Time Environment Subversion repository version... r21054
checking Open Portable Access Layer version... 1.3.2
checking Open Portable Access Layer release date... Apr 21, 2009
checking Open Portable Access Layer Subversion repository version... r21054

*** Initialization, setup
configure: builddir: /usr/local/src/openmpi-1.3.2
configure: srcdir: /usr/local/src/openmpi-1.3.2
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/opt/intelsoft/openmpi/openmpi-1.3.2"

*** Configuration options
checking whether to run code coverage... no
checking whether to compile with branch probabilities... no
checking whether to debug memory usage... no
checking whether to profile memory usage... no
checking if want developer-level compiler pickyness... no
checking if want developer-level debugging code... no
checking if want sparse process groups... no
checking if want Fortran 77 bindings... yes
checking if want Fortran 90 bindings... yes
checking desired Fortran 90 bindings "size"... small
checking whether to enable PMPI... yes
checking if want C++ bindings... yes
checking if want MPI::SEEK_SET support... yes
checking if want to enable weak symbol support... yes
checking if want run-time MPI parameter checking... runtime
checking if want to install OMPI header files... no
checking if want pretty-print stacktrace... yes
checking if peruse support is required... no
checking max supported array dimension in F90 MPI bindings... 4
checking if pty support should be enabled... yes
checking if user wants dlopen support... yes
checking if heterogeneous support should be enabled... no
checking if want trace file debugging... no
checking if want full RTE support... yes
checking if want fault tolerance... Disabled fault tolerance
checking if want IPv6 support... yes (if underlying system supports it)
checking if want orterun "--prefix" behavior to be enabled by default... no
checking for package/brand string... Open MPI robertson@daggoo Distribution
checking for ident string... 1.3.2
checking whether to add padding to the openib control header... no
checking whether to use an alternative checksum algo for messages... no

============================================================================
== Compiler and preprocessor tests
============================================================================

*** C compiler and preprocessor
checking for style of include used by make... GNU
checking for gcc... icc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether icc accepts -g... yes
checking for icc option to accept ISO C89... none needed
checking dependency style of icc... gcc3
checking whether icc and cc understand -c and -o together... yes
checking how to run the C preprocessor... icc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for the C compiler vendor... intel
checking for ANSI C header files... yes
checking if icc supports -finline-functions... yes
checking if icc supports -fno-strict-aliasing... yes
configure: WARNING:  -fno-strict-aliasing has been added to CFLAGS
checking if icc supports -restrict... yes
configure: WARNING:  -restrict has been added to CFLAGS
checking if icc supports __builtin_expect... yes
checking if icc supports __builtin_prefetch... yes
checking for C optimization flags... -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict
checking for Interix environment... no
checking for C ident string support... #pragma ident
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for long long... yes
checking for long double... yes
checking for int8_t... yes
checking for uint8_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking for intptr_t... yes
checking for uintptr_t... yes
checking for mode_t... yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of long double... 16
checking size of float... 4
checking size of double... 8
checking size of void *... 8
checking size of size_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking alignment of char... 1
checking alignment of short... 2
checking alignment of wchar_t... 4
checking alignment of int... 4
checking alignment of long... 8
checking alignment of long long... 8
checking alignment of float... 4
checking alignment of double... 8
checking alignment of long double... 16
checking alignment of void *... 8
checking for C bool type... no
checking for inline... __inline__
checking for C/C++ restrict keyword... __restrict
checking for weak symbol support... yes
checking whether icc-8.1 for EM64T works with variable arguments... yes

*** C++ compiler and preprocessor
checking whether we are using the GNU C++ compiler... yes
checking whether icpc accepts -g... yes
checking dependency style of icpc... gcc3
checking how to run the C++ preprocessor... icpc -E
checking for the C++ compiler vendor... intel
checking if C++ compiler works... yes
checking if icpc supports -finline-functions... yes
configure: WARNING:  -finline-functions has been added to CXXFLAGS
checking if want C++ exception handling... no
checking if C and C++ are link compatible... yes
checking for C++ template_repository_directory... not used
checking for C++ compiler template parameters... none needed
checking if icpc supports __builtin_expect... yes
checking if icpc supports __builtin_prefetch... yes
checking if icpc supports const_cast<> properly... yes
checking for C++ optimization flags... -O3 -DNDEBUG -finline-functions
checking for C++ ident string support... #pragma ident
checking size of bool... 1
checking alignment of bool... 1
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... no
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... no
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... no
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(visibility)... yes
checking for __attribute__(warn_unused_result)... no
checking for __attribute__(weak_alias)... yes

*** Assembler
checking dependency style of icc... gcc3
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking for fgrep... /bin/grep -F
checking if need to remove -g from CCASFLAGS... no
checking whether to enable smp locks... yes
checking if .proc/endp is needed... no
checking directive for setting text section... .text
checking directive for exporting symbols... .globl
checking for objdump... objdump
checking if .note.GNU-stack is needed... yes
checking suffix for labels... :
checking prefix for global symbol labels... 
checking prefix for lsym labels... .L
checking prefix for function in .type... @
checking if .size is needed... yes
checking if .align directive takes logarithmic value... no
checking if icc supports GCC inline assembly... yes
checking if icc supports DEC inline assembly... no
checking if icc supports XLC inline assembly... no
checking if icpc supports GCC inline assembly... yes
checking if icpc supports DEC inline assembly... no
checking if icpc supports XLC inline assembly... no
checking for assembly format... default-.text-.globl-:--.L-@-1-0-1-1-1
checking for asssembly architecture... AMD64
checking for perl... perl
checking for pre-built assembly file... yes (atomic-amd64-linux.s)
checking for atomic assembly filename... atomic-amd64-linux.s

*** Fortran 77 compiler
checking whether we are using the GNU Fortran 77 compiler... no
checking whether ifort accepts -g... yes
checking if Fortran 77 compiler works... yes
checking ifort external symbol convention... single underscore
checking if C and Fortran 77 are link compatible... yes
checking to see if F77 compiler likes the C++ exception flags... skipped (no 
C++ exceptions flags)
checking if Fortran 77 compiler supports LOGICAL... yes
checking size of Fortran 77 LOGICAL... 4
checking for C type corresponding to LOGICAL... int
checking alignment of Fortran LOGICAL... 1
checking if Fortran 77 compiler supports LOGICAL*1... yes
checking size of Fortran 77 LOGICAL*1... 1
checking for C type corresponding to LOGICAL*1... char
checking alignment of Fortran LOGICAL*1... 1
checking if Fortran 77 compiler supports LOGICAL*2... yes
checking size of Fortran 77 LOGICAL*2... 2
checking for C type corresponding to LOGICAL*2... short
checking alignment of Fortran LOGICAL*2... 1
checking if Fortran 77 compiler supports LOGICAL*4... yes
checking size of Fortran 77 LOGICAL*4... 4
checking for C type corresponding to LOGICAL*4... int
checking alignment of Fortran LOGICAL*4... 1
checking if Fortran 77 compiler supports LOGICAL*8... yes
checking size of Fortran 77 LOGICAL*8... 8
checking for C type corresponding to LOGICAL*8... long long
checking alignment of Fortran LOGICAL*8... 1
checking if Fortran 77 compiler supports INTEGER... yes
checking size of Fortran 77 INTEGER... 4
checking for C type corresponding to INTEGER... int
checking alignment of Fortran INTEGER... 1
checking if Fortran 77 compiler supports INTEGER*1... yes
checking size of Fortran 77 INTEGER*1... 1
checking for C type corresponding to INTEGER*1... char
checking alignment of Fortran INTEGER*1... 1
checking if Fortran 77 compiler supports INTEGER*2... yes
checking size of Fortran 77 INTEGER*2... 2
checking for C type corresponding to INTEGER*2... short
checking alignment of Fortran INTEGER*2... 1
checking if Fortran 77 compiler supports INTEGER*4... yes
checking size of Fortran 77 INTEGER*4... 4
checking for C type corresponding to INTEGER*4... int
checking alignment of Fortran INTEGER*4... 1
checking if Fortran 77 compiler supports INTEGER*8... yes
checking size of Fortran 77 INTEGER*8... 8
checking for C type corresponding to INTEGER*8... long long
checking alignment of Fortran INTEGER*8... 1
checking if Fortran 77 compiler supports INTEGER*16... no
checking if Fortran 77 compiler supports REAL... yes
checking size of Fortran 77 REAL... 4
checking for C type corresponding to REAL... float
checking alignment of Fortran REAL... 1
checking if Fortran 77 compiler supports REAL*2... no
checking if Fortran 77 compiler supports REAL*4... yes
checking size of Fortran 77 REAL*4... 4
checking for C type corresponding to REAL*4... float
checking alignment of Fortran REAL*4... 1
checking if Fortran 77 compiler supports REAL*8... yes
checking size of Fortran 77 REAL*8... 8
checking for C type corresponding to REAL*8... double
checking alignment of Fortran REAL*8... 1
checking if Fortran 77 compiler supports REAL*16... yes
checking size of Fortran 77 REAL*16... 16
checking for C type corresponding to REAL*16... long double
checking alignment of Fortran REAL*16... 1
checking if REAL*16 matches bit representation of long double... no
configure: WARNING: MPI_REAL16 and MPI_COMPLEX32 support have been disabled
checking if Fortran 77 compiler supports DOUBLE PRECISION... yes
checking size of Fortran 77 DOUBLE PRECISION... 8
checking for C type corresponding to DOUBLE PRECISION... double
checking alignment of Fortran DOUBLE PRECISION... 1
checking if Fortran 77 compiler supports COMPLEX... yes
checking size of Fortran 77 COMPLEX... 8
checking alignment of Fortran COMPLEX... 1
checking if Fortran 77 compiler supports COMPLEX*8... yes
checking size of Fortran 77 COMPLEX*8... 8
checking alignment of Fortran COMPLEX*8... 1
checking if Fortran 77 compiler supports COMPLEX*16... yes
checking size of Fortran 77 COMPLEX*16... 16
checking alignment of Fortran COMPLEX*16... 1
checking if Fortran 77 compiler supports COMPLEX*32... yes
checking size of Fortran 77 COMPLEX*32... 32
checking alignment of Fortran COMPLEX*32... 1
checking for max Fortran MPI handle index... ( 0x7fffffff < 2147483647 ? 
0x7fffffff : 2147483647 )
checking FORTRAN value for .TRUE. logical type... -1
checking for correct handling of FORTRAN logical arrays... yes

*** Fortran 90/95 compiler
checking whether we are using the GNU Fortran compiler... no
checking whether ifort accepts -g... yes
checking if Fortran compiler works... yes
checking whether ifort and ifort compilers are compatible... yes
checking for extra arguments to build a shard library... none needed
checking for Fortran flag to compile .f files... none
checking for Fortran flag to compile .f90 files... none
checking to see if F90 compiler likes the C++ exception flags... skipped (no 
C++ exceptions flags)
checking for Fortran 90 compiler module include flag... -I
checking if Fortran 90 compiler supports LOGICAL... yes
checking size of Fortran 90 LOGICAL... 4
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports LOGICAL*1... yes
checking size of Fortran 90 LOGICAL*1... 1
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports LOGICAL*2... yes
checking size of Fortran 90 LOGICAL*2... 2
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports LOGICAL*4... yes
checking size of Fortran 90 LOGICAL*4... 4
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports LOGICAL*8... yes
checking size of Fortran 90 LOGICAL*8... 8
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports INTEGER... yes
checking size of Fortran 90 INTEGER... 4
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports INTEGER*1... yes
checking size of Fortran 90 INTEGER*1... 1
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports INTEGER*2... yes
checking size of Fortran 90 INTEGER*2... 2
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports INTEGER*4... yes
checking size of Fortran 90 INTEGER*4... 4
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports INTEGER*8... yes
checking size of Fortran 90 INTEGER*8... 8
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports INTEGER*16... no
checking if Fortran 90 compiler supports REAL... yes
checking size of Fortran 90 REAL... 4
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports REAL*2... no
checking if Fortran 90 compiler supports REAL*4... yes
checking size of Fortran 90 REAL*4... 4
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports REAL*8... yes
checking size of Fortran 90 REAL*8... 8
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports REAL*16... yes
checking size of Fortran 90 REAL*16... 16
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports DOUBLE PRECISION... yes
checking size of Fortran 90 DOUBLE PRECISION... 8
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports COMPLEX... yes
checking size of Fortran 90 COMPLEX... 8
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports COMPLEX*8... yes
checking size of Fortran 90 COMPLEX*8... 8
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports COMPLEX*16... yes
checking size of Fortran 90 COMPLEX*16... 16
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports COMPLEX*32... yes
checking size of Fortran 90 COMPLEX*32... 32
checking if Fortran 77 and 90 type sizes match... yes
checking if Fortran 90 compiler supports DOUBLE COMPLEX... yes
checking size of Fortran 90 DOUBLE COMPLEX... 16
checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(9))... 4
checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(18))... 8
checking Fortran 90 kind of MPI_OFFSET_KIND (selected_int_kind(18))... (cached) 
8

============================================================================
== Header file tests
============================================================================
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking aio.h usability... yes
checking aio.h presence... yes
checking for aio.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking for inttypes.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for sys/stat.h... (cached) yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/tree.h usability... no
checking sys/tree.h presence... no
checking for sys/tree.h... no
checking for sys/types.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking net/uio.h usability... no
checking net/uio.h presence... no
checking for net/uio.h... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking ulimit.h usability... yes
checking ulimit.h presence... yes
checking for ulimit.h... yes
checking for unistd.h... (cached) yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking ioLib.h usability... no
checking ioLib.h presence... no
checking for ioLib.h... no
checking sockLib.h usability... no
checking sockLib.h presence... no
checking for sockLib.h... no
checking hostLib.h usability... no
checking hostLib.h presence... no
checking for hostLib.h... no
checking shlwapi.h usability... no
checking shlwapi.h presence... no
checking for shlwapi.h... no
checking sys/synch.h usability... no
checking sys/synch.h presence... no
checking for sys/synch.h... no
checking for net/if.h... yes
checking stdbool.h usability... yes
checking stdbool.h presence... yes
checking for stdbool.h... yes
checking if <stdbool.h> works... yes

============================================================================
== Type tests
============================================================================
checking size of pid_t... 4
checking for socklen_t... yes
checking for struct sockaddr_in... yes
checking for struct sockaddr_in6... yes
checking for struct sockaddr_storage... yes
checking whether AF_UNSPEC is declared... yes
checking whether PF_UNSPEC is declared... yes
checking whether AF_INET6 is declared... yes
checking whether PF_INET6 is declared... yes
checking if SA_RESTART defined in signal.h... yes
checking for struct sockaddr.sa_len... no
checking for struct dirent.d_type... yes
checking for siginfo_t.si_fd... yes
checking for siginfo_t.si_band... yes

============================================================================
== Library and Function tests
============================================================================
checking for openpty in -lutil... yes
checking for gethostbyname in -lnsl... yes
checking for socket in -lsocket... no
checking if we need -lrt for sched_yield... no
checking for sched_yield... yes
checking if we need -lgen for dirname... no
checking for dirname... yes
checking if we need -lm for ceil... no
checking for ceil... yes
checking for asprintf... yes
checking for snprintf... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for openpty... yes
checking for isatty... yes
checking for getpwuid... yes
checking for fork... yes
checking for waitpid... yes
checking for execve... yes
checking for pipe... yes
checking for ptsname... yes
checking for setsid... yes
checking for mmap... yes
checking for mallopt... yes
checking for tcgetpgrp... yes
checking for posix_memalign... yes
checking for strsignal... yes
checking for sysconf... yes
checking for syslog... yes
checking for regcmp... no
checking for regexec... yes
checking for regfree... yes
checking for _NSGetEnviron... no
checking for socketpair... yes
checking for strncpy_s... no
checking for _strdup... no
checking for usleep... yes
checking for mkfifo... yes
checking for htonl define... yes
checking for htonl... yes
checking whether va_copy is declared... yes
checking whether __va_copy is declared... yes
checking whether __func__ is declared... yes

============================================================================
== System-specific tests
============================================================================
checking checking for type of MPI_Offset... long long
checking checking for an MPI datatype for MPI_Offset... MPI_LONG_LONG
checking for _SC_NPROCESSORS_ONLN... yes
checking whether byte ordering is bigendian... no
checking for broken qsort... no
checking if word-sized integers must be word-size aligned... no
checking if C compiler and POSIX threads work as is... no
checking if C++ compiler and POSIX threads work as is... no
checking if F77 compiler and POSIX threads work as is... yes
checking if C compiler and POSIX threads work with -Kthread... no
checking if C compiler and POSIX threads work with -kthread... no
checking if C compiler and POSIX threads work with -pthread... yes
checking if C++ compiler and POSIX threads work with -Kthread... no
checking if C++ compiler and POSIX threads work with -kthread... no
checking if C++ compiler and POSIX threads work with -pthread... yes
checking for PTHREAD_MUTEX_ERRORCHECK_NP... yes
checking for PTHREAD_MUTEX_ERRORCHECK... yes
checking for working POSIX threads package... yes
checking if C compiler and Solaris threads work... no
checking if C++ compiler and Solaris threads work... no
checking if F77 compiler and Solaris threads work... no
checking for working Solaris threads package... no
checking for type of thread support... posix
checking if threads have different pids (pthreads on linux)... no
checking if want MPI thread support... no
checking if want asynchronous progress thread support... no
checking if want fault tolerance thread... Disabled (fault tolerance disabled 
--without-ft)
checking whether ln -s works... yes
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking dependency style of icc... (cached) gcc3
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for flavor of ps to use... ps -A -o fname,pid,user
checking if build filesystem is case sensitive... yes
checking if configuring for case sensitive filesystem... yes
checking whether RLIMIT_NPROC is declared... yes
checking whether RLIMIT_MEMLOCK is declared... yes

============================================================================
== Modular Component Architecture (MCA) setup
============================================================================
checking for subdir args...  '--disable-shared' '--enable-static' 
'--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2' 'CC=icc' 'CXX=icpc' 'F77=ifort' 
'FC=ifort'
checking for bison... bison -y
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... gcc3
checking which components should be disabled... 
checking which components should be direct-linked into the library... 
checking which components should be run-time loadable... none
configure: WARNING: *** Shared libraries have been disabled (--disable-shared)
configure: WARNING: *** Building MCA components as DSOs automatically disabled
checking which components should be static... none
checking for projects containing MCA frameworks... opal, orte, ompi

*** Configuring MCA for opal
checking for frameworks for opal... backtrace, carto, crs, installdirs, 
maffinity, memchecker, memcpy, memory, paffinity, timer

+++ Configuring MCA framework backtrace
checking for no configure components in framework backtrace... 
checking for m4 configure components in framework backtrace... execinfo, 
printstack, darwin, none

--- MCA component backtrace:execinfo (m4 configuration macro)
checking for MCA component backtrace:execinfo compile mode... static
checking for execinfo.h... (cached) yes
checking if we need -lexecinfo for backtrace... no
checking for backtrace... yes
checking if MCA component backtrace:execinfo can compile... yes

--- MCA component backtrace:printstack (m4 configuration macro)
checking for MCA component backtrace:printstack compile mode... static
checking if MCA component backtrace:printstack can compile... no

--- MCA component backtrace:darwin (m4 configuration macro)
checking for MCA component backtrace:darwin compile mode... static
checking if MCA component backtrace:darwin can compile... no

--- MCA component backtrace:none (m4 configuration macro)
checking for MCA component backtrace:none compile mode... static
checking if MCA component backtrace:none can compile... no

+++ Configuring MCA framework carto
checking for no configure components in framework carto... auto_detect, file
checking for m4 configure components in framework carto... 

--- MCA component carto:auto_detect (no configuration)
checking for MCA component carto:auto_detect compile mode... static
checking if MCA component carto:auto_detect can compile... yes

--- MCA component carto:file (no configuration)
checking for MCA component carto:file compile mode... static
checking if MCA component carto:file can compile... yes

+++ Configuring MCA framework crs
checking for no configure components in framework crs... none
checking for m4 configure components in framework crs... blcr, self

--- MCA component crs:none (no configuration)
checking for MCA component crs:none compile mode... static
checking if MCA component crs:none can compile... yes

--- MCA component crs:blcr (m4 configuration macro)
checking for MCA component crs:blcr compile mode... static
checking --with-blcr value... simple ok (unspecified)
checking --with-blcr-libdir value... simple ok (unspecified)
checking if MCA component crs:blcr can compile... no

--- MCA component crs:self (m4 configuration macro)
checking for MCA component crs:self compile mode... static
checking if MCA component crs:self can compile... no

+++ Configuring MCA framework installdirs
checking for no configure components in framework installdirs... 
checking for m4 configure components in framework installdirs... env, config

--- MCA component installdirs:env (m4 configuration macro)
checking for MCA component installdirs:env compile mode... static
checking if MCA component installdirs:env can compile... yes

--- MCA component installdirs:config (m4 configuration macro)
checking for MCA component installdirs:config compile mode... static
checking if MCA component installdirs:config can compile... yes

+++ Configuring MCA framework maffinity
checking for no configure components in framework maffinity... first_use
checking for m4 configure components in framework maffinity... libnuma

--- MCA component maffinity:first_use (no configuration)
checking for MCA component maffinity:first_use compile mode... static
checking if MCA component maffinity:first_use can compile... yes

--- MCA component maffinity:libnuma (m4 configuration macro)
checking for MCA component maffinity:libnuma compile mode... static
checking --with-libnuma value... simple ok (unspecified)
checking --with-libnuma value... simple ok (unspecified)
checking numa.h usability... yes
checking numa.h presence... yes
checking for numa.h... yes
looking for library without search path
checking for numa_available in -lnuma... yes
checking whether MPOL_MF_MOVE is declared... no
checking if MCA component maffinity:libnuma can compile... yes

+++ Pre-configuring the framework memchecker
checking if --enable-memchecker was specified... no (adding "memchecker" to 
--enable-mca-no-build list)

+++ Configuring MCA framework memchecker
checking for no configure components in framework memchecker... 
checking for m4 configure components in framework memchecker... valgrind

--- MCA component memchecker:valgrind (m4 configuration macro)
checking for MCA component memchecker:valgrind compile mode... static
checking if MCA component memchecker:valgrind can compile... no

+++ Configuring MCA framework memcpy
checking for no configure components in framework memcpy... 
checking for m4 configure components in framework memcpy... 

+++ Configuring MCA framework memory
checking for no configure components in framework memory... 
checking for m4 configure components in framework memory... ptmalloc2, 
malloc_solaris

--- MCA component memory:ptmalloc2 (m4 configuration macro)
checking for MCA component memory:ptmalloc2 compile mode... static
checking for malloc.h... (cached) yes
checking link.h usability... yes
checking link.h presence... yes
checking for link.h... yes
checking whether __malloc_initialize_hook is declared... yes
checking whether sbrk is declared... yes
checking syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
checking for syscall... yes
checking for __munmap... no
checking for __mmap... no
checking for dlsym in -ldl... yes
checking for dlsym... yes
checking if MCA component memory:ptmalloc2 can compile... yes

--- MCA component memory:malloc_solaris (m4 configuration macro)
checking for MCA component memory:malloc_solaris compile mode... static
checking if MCA component memory:malloc_solaris can compile... no

+++ Configuring MCA framework paffinity
checking for no configure components in framework paffinity... 
checking for m4 configure components in framework paffinity... linux, solaris, 
windows, darwin, posix

--- MCA component paffinity:linux (m4 configuration macro)
checking for MCA component paffinity:linux compile mode... static
checking for syscall... (cached) yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking for unistd.h... (cached) yes
checking for __NR_sched_setaffinity... yes
checking for __NR_sched_getaffinity... yes
checking for PLPA building mode... included
checking if want PLPA maintainer support... disabled
checking for PLPA config prefix... opal/mca/paffinity/linux/plpa
checking for PLPA symbol prefix... opal_paffinity_linux_plpa_
checking valgrind/valgrind.h usability... yes
checking valgrind/valgrind.h presence... yes
checking for valgrind/valgrind.h... yes
checking for VALGRIND_CHECK_MEM_IS_ADDRESSABLE... no
configure: WARNING: Need Valgrind version 3.2.0 or later.
checking whether to build PLPA executables... no
checking for PLPA version... 1.3rc4
checking if MCA component paffinity:linux can compile... yes

--- MCA component paffinity:solaris (m4 configuration macro)
checking for MCA component paffinity:solaris compile mode... static
checking sys/procset.h usability... no
checking sys/procset.h presence... no
checking for sys/procset.h... no
checking if MCA component paffinity:solaris can compile... no

--- MCA component paffinity:windows (m4 configuration macro)
checking for MCA component paffinity:windows compile mode... static
checking for working GetProcessAffinityMask... no
checking if MCA component paffinity:windows can compile... no

--- MCA component paffinity:darwin (m4 configuration macro)
checking for MCA component paffinity:darwin compile mode... static
checking if MCA component paffinity:darwin can compile... no

--- MCA component paffinity:posix (m4 configuration macro)
checking for MCA component paffinity:posix compile mode... static
checking if MCA component paffinity:posix can compile... no

+++ Configuring MCA framework timer
checking for no configure components in framework timer... 
checking for m4 configure components in framework timer... catamount, aix, 
altix, darwin, solaris, windows, linux

--- MCA component timer:catamount (m4 configuration macro)
checking for MCA component timer:catamount compile mode... static
checking catamount/dclock.h usability... no
checking catamount/dclock.h presence... no
checking for catamount/dclock.h... no
checking if MCA component timer:catamount can compile... no

--- MCA component timer:aix (m4 configuration macro)
checking for MCA component timer:aix compile mode... static
checking for time_base_to_time... no
checking if MCA component timer:aix can compile... no

--- MCA component timer:altix (m4 configuration macro)
checking for MCA component timer:altix compile mode... static
checking sn/mmtimer.h usability... no
checking sn/mmtimer.h presence... no
checking for sn/mmtimer.h... no
checking if MCA component timer:altix can compile... no

--- MCA component timer:darwin (m4 configuration macro)
checking for MCA component timer:darwin compile mode... static
checking mach/mach_time.h usability... no
checking mach/mach_time.h presence... no
checking for mach/mach_time.h... no
checking for mach_absolute_time... no
checking if MCA component timer:darwin can compile... no

--- MCA component timer:solaris (m4 configuration macro)
checking for MCA component timer:solaris compile mode... static
checking for gethrtime... no
checking if MCA component timer:solaris can compile... no

--- MCA component timer:windows (m4 configuration macro)
checking for MCA component timer:windows compile mode... static
checking if MCA component timer:windows can compile... no

--- MCA component timer:linux (m4 configuration macro)
checking for MCA component timer:linux compile mode... static
checking if MCA component timer:linux can compile... yes

*** Configuring MCA for orte
checking for frameworks for orte... errmgr, ess, filem, grpcomm, iof, notifier, 
odls, oob, plm, ras, rmaps, rml, routed, snapc

+++ Configuring MCA framework errmgr
checking for no configure components in framework errmgr... default
checking for m4 configure components in framework errmgr... 

--- MCA component errmgr:default (no configuration)
checking for MCA component errmgr:default compile mode... static
checking if MCA component errmgr:default can compile... yes

+++ Configuring MCA framework ess
checking for no configure components in framework ess... 
checking for m4 configure components in framework ess... portals_utcp, cnos, 
alps, env, hnp, lsf, singleton, slurm, tool

--- MCA component ess:portals_utcp (m4 configuration macro)
checking for MCA component ess:portals_utcp compile mode... static
checking --with-portals value... simple ok (unspecified)
checking for PtlGetRank... no
checking if MCA component ess:portals_utcp can compile... no

--- MCA component ess:cnos (m4 configuration macro)
checking for MCA component ess:cnos compile mode... static
checking for cnos_get_rank... no
checking if MCA component ess:cnos can compile... no

--- MCA component ess:alps (m4 configuration macro)
checking for MCA component ess:alps compile mode... static
checking if MCA component ess:alps can compile... no

--- MCA component ess:env (m4 configuration macro)
checking for MCA component ess:env compile mode... static
checking if MCA component ess:env can compile... yes

--- MCA component ess:hnp (m4 configuration macro)
checking for MCA component ess:hnp compile mode... static
checking if MCA component ess:hnp can compile... yes

--- MCA component ess:lsf (m4 configuration macro)
checking for MCA component ess:lsf compile mode... static
checking --with-lsf value... simple ok (unspecified)
checking --with-lsf-libdir value... simple ok (unspecified)
checking for LSF dir... compiler default
checking for LSF library dir... linker default
checking lsf/lsbatch.h usability... no
checking lsf/lsbatch.h presence... no
checking for lsf/lsbatch.h... no
checking if MCA component ess:lsf can compile... no

--- MCA component ess:singleton (m4 configuration macro)
checking for MCA component ess:singleton compile mode... static
checking if MCA component ess:singleton can compile... yes

--- MCA component ess:slurm (m4 configuration macro)
checking for MCA component ess:slurm compile mode... static
checking for fork... (cached) yes
checking for execve... (cached) yes
checking for setpgid... yes
checking if MCA component ess:slurm can compile... yes

--- MCA component ess:tool (m4 configuration macro)
checking for MCA component ess:tool compile mode... static
checking if MCA component ess:tool can compile... yes

+++ Configuring MCA framework filem
checking for no configure components in framework filem... rsh
checking for m4 configure components in framework filem... 

--- MCA component filem:rsh (no configuration)
checking for MCA component filem:rsh compile mode... static
checking if MCA component filem:rsh can compile... yes

+++ Configuring MCA framework grpcomm
checking for no configure components in framework grpcomm... 
checking for m4 configure components in framework grpcomm... cnos, bad, basic

--- MCA component grpcomm:cnos (m4 configuration macro)
checking for MCA component grpcomm:cnos compile mode... static
checking for cnos_barrier... no
checking if MCA component grpcomm:cnos can compile... no

--- MCA component grpcomm:bad (m4 configuration macro)
checking for MCA component grpcomm:bad compile mode... static
checking if MCA component grpcomm:bad can compile... yes

--- MCA component grpcomm:basic (m4 configuration macro)
checking for MCA component grpcomm:basic compile mode... static
checking if MCA component grpcomm:basic can compile... yes

+++ Configuring MCA framework iof
checking for no configure components in framework iof... hnp, orted, tool
checking for m4 configure components in framework iof... 

--- MCA component iof:hnp (no configuration)
checking for MCA component iof:hnp compile mode... static
checking if MCA component iof:hnp can compile... yes

--- MCA component iof:orted (no configuration)
checking for MCA component iof:orted compile mode... static
checking if MCA component iof:orted can compile... yes

--- MCA component iof:tool (no configuration)
checking for MCA component iof:tool compile mode... static
checking if MCA component iof:tool can compile... yes

+++ Configuring MCA framework notifier
checking for no configure components in framework notifier... 
checking for m4 configure components in framework notifier... syslog

--- MCA component notifier:syslog (m4 configuration macro)
checking for MCA component notifier:syslog compile mode... static
checking if MCA component notifier:syslog can compile... yes

+++ Configuring MCA framework odls
checking for no configure components in framework odls... 
checking for m4 configure components in framework odls... default

--- MCA component odls:default (m4 configuration macro)
checking for MCA component odls:default compile mode... static
checking for fork... (cached) yes
checking if MCA component odls:default can compile... yes

+++ Configuring MCA framework oob
checking for no configure components in framework oob... 
checking for m4 configure components in framework oob... tcp

--- MCA component oob:tcp (m4 configuration macro)
checking for MCA component oob:tcp compile mode... static
checking for struct sockaddr_in... (cached) yes
checking if MCA component oob:tcp can compile... yes

+++ Configuring MCA framework plm
checking for no configure components in framework plm... 
checking for m4 configure components in framework plm... alps, lsf, rsh, slurm, 
tm, xgrid

--- MCA component plm:alps (m4 configuration macro)
checking for MCA component plm:alps compile mode... static
checking if MCA component plm:alps can compile... no

--- MCA component plm:lsf (m4 configuration macro)
checking for MCA component plm:lsf compile mode... static
checking --with-lsf value... simple ok (unspecified)
checking --with-lsf-libdir value... simple ok (unspecified)
checking for LSF dir... compiler default
checking for LSF library dir... linker default
checking lsf/lsbatch.h usability... no
checking lsf/lsbatch.h presence... no
checking for lsf/lsbatch.h... no
checking if MCA component plm:lsf can compile... no

--- MCA component plm:rsh (m4 configuration macro)
checking for MCA component plm:rsh compile mode... static
checking for fork... (cached) yes
checking if MCA component plm:rsh can compile... yes

--- MCA component plm:slurm (m4 configuration macro)
checking for MCA component plm:slurm compile mode... static
checking for fork... (cached) yes
checking for execve... (cached) yes
checking for setpgid... (cached) yes
checking if MCA component plm:slurm can compile... yes

--- MCA component plm:tm (m4 configuration macro)
checking for MCA component plm:tm compile mode... static
checking --with-tm value... simple ok (unspecified)
checking for pbs-config... not found
checking tm.h usability... no
checking tm.h presence... no
checking for tm.h... no
checking if MCA component plm:tm can compile... no

--- MCA component plm:xgrid (m4 configuration macro)
checking for MCA component plm:xgrid compile mode... static
checking if C and Objective C are link compatible... no
checking if MCA component plm:xgrid can compile... no

+++ Configuring MCA framework ras
checking for no configure components in framework ras... 
checking for m4 configure components in framework ras... alps, gridengine, 
loadleveler, lsf, slurm, tm

--- MCA component ras:alps (m4 configuration macro)
checking for MCA component ras:alps compile mode... static
checking if MCA component ras:alps can compile... no

--- MCA component ras:gridengine (m4 configuration macro)
checking for MCA component ras:gridengine compile mode... static
checking if user requested SGE build... not specified; checking environment
checking for qrsh... no
checking for SGE_ROOT environment variable... not found
checking if MCA component ras:gridengine can compile... no

--- MCA component ras:loadleveler (m4 configuration macro)
checking for MCA component ras:loadleveler compile mode... static
checking --with-loadleveler value... simple ok (unspecified)
checking llapi.h usability... no
checking llapi.h presence... no
checking for llapi.h... no
checking if MCA component ras:loadleveler can compile... no

--- MCA component ras:lsf (m4 configuration macro)
checking for MCA component ras:lsf compile mode... static
checking --with-lsf value... simple ok (unspecified)
checking --with-lsf-libdir value... simple ok (unspecified)
checking for LSF dir... compiler default
checking for LSF library dir... linker default
checking lsf/lsbatch.h usability... no
checking lsf/lsbatch.h presence... no
checking for lsf/lsbatch.h... no
checking if MCA component ras:lsf can compile... no

--- MCA component ras:slurm (m4 configuration macro)
checking for MCA component ras:slurm compile mode... static
checking for fork... (cached) yes
checking for execve... (cached) yes
checking for setpgid... (cached) yes
checking if MCA component ras:slurm can compile... yes

--- MCA component ras:tm (m4 configuration macro)
checking for MCA component ras:tm compile mode... static
checking --with-tm value... simple ok (unspecified)
checking for pbs-config... not found
checking tm.h usability... no
checking tm.h presence... no
checking for tm.h... no
checking if MCA component ras:tm can compile... no

+++ Configuring MCA framework rmaps
checking for no configure components in framework rmaps... rank_file, 
round_robin, seq
checking for m4 configure components in framework rmaps... 

--- MCA component rmaps:rank_file (no configuration)
checking for MCA component rmaps:rank_file compile mode... static
checking if MCA component rmaps:rank_file can compile... yes

--- MCA component rmaps:round_robin (no configuration)
checking for MCA component rmaps:round_robin compile mode... static
checking if MCA component rmaps:round_robin can compile... yes

--- MCA component rmaps:seq (no configuration)
checking for MCA component rmaps:seq compile mode... static
checking if MCA component rmaps:seq can compile... yes

+++ Configuring MCA framework rml
checking for no configure components in framework rml... oob
checking for m4 configure components in framework rml... ftrm

--- MCA component rml:oob (no configuration)
checking for MCA component rml:oob compile mode... static
checking if MCA component rml:oob can compile... yes

--- MCA component rml:ftrm (m4 configuration macro)
checking for MCA component rml:ftrm compile mode... static
checking if MCA component rml:ftrm can compile... no

+++ Configuring MCA framework routed
checking for no configure components in framework routed... binomial, direct, 
linear
checking for m4 configure components in framework routed... 

--- MCA component routed:binomial (no configuration)
checking for MCA component routed:binomial compile mode... static
checking if MCA component routed:binomial can compile... yes

--- MCA component routed:direct (no configuration)
checking for MCA component routed:direct compile mode... static
checking if MCA component routed:direct can compile... yes

--- MCA component routed:linear (no configuration)
checking for MCA component routed:linear compile mode... static
checking if MCA component routed:linear can compile... yes

+++ Configuring MCA framework snapc
checking for no configure components in framework snapc... 
checking for m4 configure components in framework snapc... full

--- MCA component snapc:full (m4 configuration macro)
checking for MCA component snapc:full compile mode... static
checking if MCA component snapc:full can compile... no

*** Configuring MCA for ompi
checking for frameworks for ompi... allocator, bml, btl, coll, common, crcp, 
dpm, io, mpool, mtl, osc, pml, pubsub, rcache, topo

+++ Configuring MCA framework allocator
checking for no configure components in framework allocator... basic, bucket
checking for m4 configure components in framework allocator... 

--- MCA component allocator:basic (no configuration)
checking for MCA component allocator:basic compile mode... static
checking if MCA component allocator:basic can compile... yes

--- MCA component allocator:bucket (no configuration)
checking for MCA component allocator:bucket compile mode... static
checking if MCA component allocator:bucket can compile... yes

+++ Configuring MCA framework bml
checking for no configure components in framework bml... r2
checking for m4 configure components in framework bml... 

--- MCA component bml:r2 (no configuration)
checking for MCA component bml:r2 compile mode... static
checking if MCA component bml:r2 can compile... yes

+++ Configuring MCA framework btl
checking for no configure components in framework btl... self, sm
checking for m4 configure components in framework btl... elan, gm, mx, ofud, 
openib, portals, tcp, udapl

--- MCA component btl:self (no configuration)
checking for MCA component btl:self compile mode... static
checking if MCA component btl:self can compile... yes

--- MCA component btl:sm (no configuration)
checking for MCA component btl:sm compile mode... static
checking if MCA component btl:sm can compile... yes

--- MCA component btl:elan (m4 configuration macro)
checking for MCA component btl:elan compile mode... static
checking --with-elan value... simple ok (unspecified)
checking --with-elan-libdir value... simple ok (unspecified)
checking elan/elan.h usability... no
checking elan/elan.h presence... no
checking for elan/elan.h... no
checking if MCA component btl:elan can compile... no

--- MCA component btl:gm (m4 configuration macro)
checking for MCA component btl:gm compile mode... static
checking --with-gm value... simple ok (unspecified)
checking --with-gm-libdir value... simple ok (unspecified)
checking gm.h usability... no
checking gm.h presence... no
checking for gm.h... no
checking if MCA component btl:gm can compile... no

--- MCA component btl:mx (m4 configuration macro)
checking for MCA component btl:mx compile mode... static
checking --with-mx value... simple ok (unspecified)
checking --with-mx-libdir value... simple ok (unspecified)
checking myriexpress.h usability... no
checking myriexpress.h presence... no
checking for myriexpress.h... no
checking if MCA component btl:mx can compile... no

--- MCA component btl:ofud (m4 configuration macro)
checking for MCA component btl:ofud compile mode... static
checking --with-openib value... simple ok (unspecified)
checking --with-openib-libdir value... simple ok (unspecified)
checking for fcntl.h... (cached) yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking infiniband/verbs.h usability... no
checking infiniband/verbs.h presence... no
checking for infiniband/verbs.h... no
checking if ConnectX XRC support is enabled... no
checking if OpenFabrics RDMACM support is enabled... no
checking if OpenFabrics IBCM support is enabled... no
checking if MCA component btl:ofud can compile... no

--- MCA component btl:openib (m4 configuration macro)
checking for MCA component btl:openib compile mode... static
checking --with-openib value... simple ok (unspecified)
checking --with-openib-libdir value... simple ok (unspecified)
checking for fcntl.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking infiniband/verbs.h usability... no
checking infiniband/verbs.h presence... no
checking for infiniband/verbs.h... no
checking if ConnectX XRC support is enabled... no
checking if OpenFabrics RDMACM support is enabled... no
checking if OpenFabrics IBCM support is enabled... no
checking for thread support (needed for ibcm/rdmacm)... posix
checking if MCA component btl:openib can compile... no

--- MCA component btl:portals (m4 configuration macro)
checking for MCA component btl:portals compile mode... static
checking --with-portals value... simple ok (unspecified)
checking for Portals configuration... utcp
checking portals3.h usability... no
checking portals3.h presence... no
checking for portals3.h... no
checking if MCA component btl:portals can compile... no

--- MCA component btl:tcp (m4 configuration macro)
checking for MCA component btl:tcp compile mode... static
checking for struct sockaddr_in... (cached) yes
checking if MCA component btl:tcp can compile... yes

--- MCA component btl:udapl (m4 configuration macro)
checking for MCA component btl:udapl compile mode... static
checking --with-udapl value... simple ok (unspecified)
checking --with-udapl-libdir value... simple ok (unspecified)
configure: WARNING: On Linux and --with-udapl was not specified
configure: WARNING: Not building the udapl BTL
checking if MCA component btl:udapl can compile... no

+++ Configuring MCA framework coll
checking for no configure components in framework coll... basic, hierarch, 
inter, self, sm, sync, tuned
checking for m4 configure components in framework coll... 

--- MCA component coll:basic (no configuration)
checking for MCA component coll:basic compile mode... static
checking if MCA component coll:basic can compile... yes

--- MCA component coll:hierarch (no configuration)
checking for MCA component coll:hierarch compile mode... static
checking if MCA component coll:hierarch can compile... yes

--- MCA component coll:inter (no configuration)
checking for MCA component coll:inter compile mode... static
checking if MCA component coll:inter can compile... yes

--- MCA component coll:self (no configuration)
checking for MCA component coll:self compile mode... static
checking if MCA component coll:self can compile... yes

--- MCA component coll:sm (no configuration)
checking for MCA component coll:sm compile mode... static
checking if MCA component coll:sm can compile... yes

--- MCA component coll:sync (no configuration)
checking for MCA component coll:sync compile mode... static
checking if MCA component coll:sync can compile... yes

--- MCA component coll:tuned (no configuration)
checking for MCA component coll:tuned compile mode... static
checking if MCA component coll:tuned can compile... yes

+++ Configuring MCA framework common
checking for no configure components in framework common... sm
checking for m4 configure components in framework common... mx, portals

--- MCA component common:sm (no configuration)
checking for MCA component common:sm compile mode... static
checking if MCA component common:sm can compile... yes

--- MCA component common:mx (m4 configuration macro)
checking for MCA component common:mx compile mode... static
checking --with-mx value... simple ok (unspecified)
checking --with-mx-libdir value... simple ok (unspecified)
checking myriexpress.h usability... no
checking myriexpress.h presence... no
checking for myriexpress.h... no
checking if MCA component common:mx can compile... no

--- MCA component common:portals (m4 configuration macro)
checking for MCA component common:portals compile mode... static
checking --with-portals value... simple ok (unspecified)
checking for Portals configuration... utcp
checking for portals3.h... (cached) no
checking if MCA component common:portals can compile... no

+++ Configuring MCA framework crcp
checking for no configure components in framework crcp... 
checking for m4 configure components in framework crcp... bkmrk

--- MCA component crcp:bkmrk (m4 configuration macro)
checking for MCA component crcp:bkmrk compile mode... static
checking if MCA component crcp:bkmrk can compile... no

+++ Configuring MCA framework dpm
checking for no configure components in framework dpm... orte
checking for m4 configure components in framework dpm... 

--- MCA component dpm:orte (no configuration)
checking for MCA component dpm:orte compile mode... static
checking if MCA component dpm:orte can compile... yes

+++ Configuring MCA framework io
checking for no configure components in framework io... 
checking for m4 configure components in framework io... romio

--- MCA component io:romio (m4 configuration macro)
checking for MCA component io:romio compile mode... static
checking if want ROMIO component... yes
checking if MPI profiling is enabled... yes

*** Configuring ROMIO distribution
configure: OMPI configuring in ompi/mca/io/romio/romio
configure: running /bin/sh './configure'  CFLAGS="-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread" CPPFLAGS=" " 
FFLAGS="" LDFLAGS=" " --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio 
--cache-file=/dev/null --srcdir=.
Configuring with args CFLAGS=-O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread CPPFLAGS=  FFLAGS= LDFLAGS=  
--disable-shared --enable-static --prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 
--with-mpi=open_mpi --disable-aio --cache-file=/dev/null --srcdir=.
checking for Open MPI support files... in Open MPI source tree -- good
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for architecture... LINUX
configure: WARNING: Unknown architecture ... proceeding anyway
ROMIO home directory is /usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio
checking for ranlib... ranlib
checking for gcc... icc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether icc accepts -g... yes
checking for icc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of icc... gcc3
checking how to run the C preprocessor... icc -E
checking for memalign... yes
checking how to run the C preprocessor... icc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking size of int... 4
checking size of void *... 8
checking for int large enough for pointers... no
checking size of long long... 8
checking whether struct flock compatible with MPI_Offset... yes
checking for pvfs2-config... notfound
checking configured file systems... testfs ufs nfs
configure: WARNING: File locks may not work with NFS.  See the Installation and
users manual for instructions on testing and if necessary fixing this
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking whether struct statfs properly defined... yes
checking for f_fstypename member of statfs structure... no
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stat... yes
checking for st_fstype member of stat structure... no
checking for sys/types.h... (cached) yes
checking for sys/statvfs.h... (cached) yes
checking for sys/vfs.h... (cached) yes
checking for statvfs... yes
checking for f_basetype member of statvfs structure... no
checking for unistd.h... (cached) yes
checking for large file defines... yes
checking whether off64_t is an scalar type... yes
checking for strerror... yes
checking for doctext... no
checking for strdup... yes
checking whether strdup needs a declaration... no
checking for snprintf... yes
checking whether snprintf needs a declaration... no
checking for lstat... yes
checking whether lstat needs a declaration... yes
checking for readlink... yes
checking whether readlink needs a declaration... no
checking for fsync... yes
checking whether fsync needs a declaration... no
checking for ftruncate... yes
checking whether ftruncate needs a declaration... no
checking for unistd.h... (cached) yes
checking for large file defines... yes
setting SYSDEP_INC to 
checking for C/C++ restrict keyword... __restrict
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by icc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from icc object... ok
checking for dlfcn.h... yes
checking whether we are using the GNU Fortran 77 compiler... no
checking whether : accepts -g... no
checking for objdir... .libs
checking if icc supports -fno-rtti -fno-exceptions... yes
checking for icc option to produce PIC... -fPIC -DPIC
checking if icc PIC flag -fPIC -DPIC works... yes
checking if icc static flag -static works... yes
checking if icc supports -c -o file.o... yes
checking if icc supports -c -o file.o... (cached) yes
checking whether the icc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for : option to produce PIC... 
checking if : static flag  works... no
checking if : supports -c -o file.o... no
checking if : supports -c -o file.o... (cached) no
checking whether the : linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
setting CC to icc
setting F77 to :
setting TEST_CC to mpicc
setting TEST_F77 to mpif77
setting CFLAGS to -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 
-DHAVE_ROMIOCONF_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 
-DHAVE_ROMIOCONF_H
setting USER_CFLAGS to 
setting USER_FFLAGS to 
configure: creating ./config.status
config.status: creating Makefile
config.status: creating localdefs
config.status: creating adio/Makefile
config.status: creating adio/ad_bgl/Makefile
config.status: creating adio/ad_bglockless/Makefile
config.status: creating adio/ad_gridftp/Makefile
config.status: creating adio/ad_lustre/Makefile
config.status: creating adio/ad_nfs/Makefile
config.status: creating adio/ad_ntfs/Makefile
config.status: creating adio/ad_panfs/Makefile
config.status: creating adio/ad_pfs/Makefile
config.status: creating adio/ad_pvfs/Makefile
config.status: creating adio/ad_pvfs2/Makefile
config.status: creating adio/ad_sfs/Makefile
config.status: creating adio/ad_testfs/Makefile
config.status: creating adio/ad_ufs/Makefile
config.status: creating adio/ad_xfs/Makefile
config.status: creating adio/common/Makefile
config.status: creating adio/include/Makefile
config.status: creating doc/Makefile
config.status: creating include/mpio.h
config.status: creating include/mpiof.h
config.status: creating include/Makefile
config.status: creating mpi-io/Makefile
config.status: creating test/Makefile
config.status: creating test/misc.c
config.status: creating test/large_file.c
config.status: creating test/fmisc.f
config.status: creating test/fcoll_test.f
config.status: creating test/pfcoll_test.f
config.status: creating test/fperf.f
config.status: creating test/runtests
config.status: creating util/romioinstall
config.status: creating mpi-io/glue/openmpi/Makefile
config.status: creating util/Makefile
config.status: creating adio/include/romioconf.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
configure: /bin/sh './configure' succeeded for ompi/mca/io/romio/romio
ROMIO distribution configured successfully
checking if MCA component io:romio can compile... yes

+++ Configuring MCA framework mpool
checking for no configure components in framework mpool... fake, rdma, sm
checking for m4 configure components in framework mpool... 

--- MCA component mpool:fake (no configuration)
checking for MCA component mpool:fake compile mode... static
checking if MCA component mpool:fake can compile... yes

--- MCA component mpool:rdma (no configuration)
checking for MCA component mpool:rdma compile mode... static
checking if MCA component mpool:rdma can compile... yes

--- MCA component mpool:sm (no configuration)
checking for MCA component mpool:sm compile mode... static
checking if MCA component mpool:sm can compile... yes

+++ Configuring MCA framework mtl
checking for no configure components in framework mtl... 
checking for m4 configure components in framework mtl... mx, portals, psm

--- MCA component mtl:mx (m4 configuration macro)
checking for MCA component mtl:mx compile mode... static
checking --with-mx value... simple ok (unspecified)
checking --with-mx-libdir value... simple ok (unspecified)
checking myriexpress.h usability... no
checking myriexpress.h presence... no
checking for myriexpress.h... no
checking if MCA component mtl:mx can compile... no

--- MCA component mtl:portals (m4 configuration macro)
checking for MCA component mtl:portals compile mode... static
checking --with-portals value... simple ok (unspecified)
checking for Portals configuration... utcp
checking for portals3.h... (cached) no
checking if MCA component mtl:portals can compile... no

--- MCA component mtl:psm (m4 configuration macro)
checking for MCA component mtl:psm compile mode... static
checking --with-psm value... simple ok (unspecified)
checking --with-psm-libdir value... simple ok (unspecified)
checking psm.h usability... no
checking psm.h presence... no
checking for psm.h... no
checking if MCA component mtl:psm can compile... no

+++ Configuring MCA framework osc
checking for no configure components in framework osc... pt2pt, rdma
checking for m4 configure components in framework osc... 

--- MCA component osc:pt2pt (no configuration)
checking for MCA component osc:pt2pt compile mode... static
checking if MCA component osc:pt2pt can compile... yes

--- MCA component osc:rdma (no configuration)
checking for MCA component osc:rdma compile mode... static
checking if MCA component osc:rdma can compile... yes

+++ Configuring MCA framework pml
checking for no configure components in framework pml... cm, csum, ob1
checking for m4 configure components in framework pml... crcpw, v

--- MCA component pml:cm (no configuration)
checking for MCA component pml:cm compile mode... static
checking if MCA component pml:cm can compile... yes

--- MCA component pml:csum (no configuration)
checking for MCA component pml:csum compile mode... static
checking if MCA component pml:csum can compile... yes

--- MCA component pml:ob1 (no configuration)
checking for MCA component pml:ob1 compile mode... static
checking if MCA component pml:ob1 can compile... yes

--- MCA component pml:crcpw (m4 configuration macro)
checking for MCA component pml:crcpw compile mode... static
checking if MCA component pml:crcpw can compile... no

--- MCA component pml:v (m4 configuration macro)
checking for MCA component pml:v compile mode... static

+++ Configuring MCA framework vprotocol
checking for no configure components in framework vprotocol... pessimist
checking for m4 configure components in framework vprotocol... 

--- MCA component vprotocol:pessimist (no configuration)
checking for MCA component vprotocol:pessimist compile mode... static
checking if MCA component vprotocol:pessimist can compile... yes
checking if MCA component pml:v can compile... yes

+++ Configuring MCA framework pubsub
checking for no configure components in framework pubsub... orte
checking for m4 configure components in framework pubsub... 

--- MCA component pubsub:orte (no configuration)
checking for MCA component pubsub:orte compile mode... static
checking if MCA component pubsub:orte can compile... yes

+++ Configuring MCA framework rcache
checking for no configure components in framework rcache... vma
checking for m4 configure components in framework rcache... 

--- MCA component rcache:vma (no configuration)
checking for MCA component rcache:vma compile mode... static
checking if MCA component rcache:vma can compile... yes

+++ Configuring MCA framework topo
checking for no configure components in framework topo... unity
checking for m4 configure components in framework topo... 

--- MCA component topo:unity (no configuration)
checking for MCA component topo:unity compile mode... static
checking if MCA component topo:unity can compile... yes

============================================================================
== Symbol Visibility Feature
============================================================================
checking if icc supports -fvisibility... yes
checking enable symbol visibility... yes
configure: WARNING:  -fvisibility=hidden has been added to CFLAGS

============================================================================
== Contributed software setup
============================================================================

*** Configuring contributed software packages
checking which contributed software packages should be disabled... 

--- vt (m4 configuration macro)
configure: OMPI configuring in ompi/contrib/vt/vt
configure: running /bin/sh './configure' --disable-option-checking 'MPICC=icc' 
--with-openmpi '--with-mpi-inc-dir=/usr/local/src/openmpi-1.3.2/ompi/include' 
--with-mpi-status-size=5 --disable-config-titles --disable-config-summary 
'--disable-shared' '--enable-static' 
'--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2' 'CC=icc' 'CXX=icpc' 'F77=ifort' 
'FC=ifort'  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: builddir: /usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt
configure: srcdir: /usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... icc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether icc accepts -g... yes
checking for icc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of icc... gcc3
checking whether icc and cc understand -c and -o together... yes
checking whether we are using the GNU C++ compiler... yes
checking whether icpc accepts -g... yes
checking dependency style of icpc... gcc3
checking how to run the C preprocessor... icc -E
checking how to run the C++ preprocessor... icpc -E
checking whether we are using the GNU Fortran 77 compiler... no
checking whether ifort accepts -g... yes
checking whether we are using the GNU Fortran compiler... no
checking whether ifort accepts -g... yes
checking for ar... ar
checking for ranlib... ranlib
checking dependency style of icc... gcc3
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for size_t... yes
checking size of void*... 8
checking size of int... 4
checking size of long... 8
checking size of mode_t... 4
checking whether va_copy is declared... yes
checking whether __va_copy is declared... yes
checking for asprintf... yes
checking for snprintf... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for strdup... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether linking with -lz works... yes
configure: configuring in extlib/otf 
(/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf)
configure: running /bin/sh ./configure  --with-zlib-lib=-lz 
--prefix="/opt/intelsoft/openmpi/openmpi-1.3.2" 
--exec-prefix="/opt/intelsoft/openmpi/openmpi-1.3.2" 
--bindir="${exec_prefix}/bin" --libdir="${exec_prefix}/lib" 
--includedir="${prefix}/include" --docdir="${datarootdir}/doc/otf"  
--cache-file="/dev/null" --srcdir="."
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether icpc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of icpc... gcc3
checking for gcc... icc
checking whether we are using the GNU C compiler... yes
checking whether icc accepts -g... yes
checking for icc option to accept ISO C89... none needed
checking dependency style of icc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by icc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from icc object... ok
checking how to run the C preprocessor... icc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether icpc accepts -g... (cached) yes
checking dependency style of icpc... (cached) gcc3
checking how to run the C++ preprocessor... icpc -E
checking for objdir... .libs
checking if icc supports -fno-rtti -fno-exceptions... yes
checking for icc option to produce PIC... -fPIC -DPIC
checking if icc PIC flag -fPIC -DPIC works... yes
checking if icc static flag -static works... yes
checking if icc supports -c -o file.o... yes
checking if icc supports -c -o file.o... (cached) yes
checking whether the icc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ld used by icpc... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the icpc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking for icpc option to produce PIC... -fPIC -DPIC
checking if icpc PIC flag -fPIC -DPIC works... yes
checking if icpc static flag -static works... yes
checking if icpc supports -c -o file.o... yes
checking if icpc supports -c -o file.o... (cached) yes
checking whether the icpc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking vtf3.h usability... no
checking vtf3.h presence... no
checking for vtf3.h... no
configure: error: no vtf3.h found; check path for VTF3 package first...
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for ANSI C header files... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking whether va_copy is declared... yes
checking whether __va_copy is declared... yes
checking for asprintf... yes
checking for snprintf... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking for strdup... yes
checking for fseeko... yes
checking for ftello... yes
checking for size_t... yes
checking size of long... 8
configure: creating ./config.status
config.status: creating Makefile
config.status: creating otflib/Makefile
config.status: creating otflib/OTF_inttypes_unix.h
config.status: creating otflib_py/Makefile
config.status: creating tools/Makefile
config.status: creating tools/otfaux/Makefile
config.status: creating tools/otfcompress/Makefile
config.status: creating tools/otfconfig/Makefile
config.status: creating tools/otfdump/Makefile
config.status: creating tools/otfmerge/Makefile
config.status: creating tools/otf2vtf/Makefile
config.status: creating tools/vtf2otf/Makefile
config.status: creating docu/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
checking for platform... linux
configure: selected timer: TIMER_CYCLE_COUNTER
checking for compiler instrumentation... intel
checking bfd.h usability... yes
checking bfd.h presence... yes
checking for bfd.h... yes
checking whether linking with -lbfd works... yes
checking libiberty.h usability... yes
checking libiberty.h presence... yes
checking for libiberty.h... yes
checking whether linking with -liberty works... yes
checking demangle.h usability... no
checking demangle.h presence... no
checking for demangle.h... no
checking BPatch.h usability... no
checking BPatch.h presence... no
checking for BPatch.h... no
configure: error: no BPatch.h found; check path for Dyninst package first...
checking for mpicc... icc
checking for the value of MPI_STATUS_SIZE... skipped (--with-mpi-status-size=5)
checking for MPI_File_open... no
checking for OpenMP flag of C compiler... -openmp
checking omp.h usability... yes
checking omp.h presence... yes
checking for omp.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for __malloc_hook... yes
checking for __realloc_hook... yes
checking for __free_hook... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether linking with -ldl works... yes
checking whether RTLD_NEXT is declared... no
checking whether we need to define _GNU_SOURCE to get RTLD_NEXT... yes
checking for creat64... yes
checking for fopen64... yes
checking for fseeko... yes
checking for fseeko64... yes
checking for lseek64... yes
checking for fsetpos64... yes
checking for open64... yes
checking for pread64... yes
checking for pwrite64... yes
checking papi.h usability... no
checking papi.h presence... no
checking for papi.h... no
configure: error: no papi.h found; check path for PAPI package first...
configure: creating ./config.status
config.status: creating Makefile
config.status: creating util/Makefile
config.status: creating extlib/Makefile
config.status: creating vtlib/Makefile
config.status: creating tools/Makefile
config.status: creating tools/compwrap/Makefile
config.status: creating tools/compwrap/vtcc-wrapper-data.txt
config.status: creating tools/compwrap/vtcxx-wrapper-data.txt
config.status: creating tools/compwrap/vtf77-wrapper-data.txt
config.status: creating tools/compwrap/vtf90-wrapper-data.txt
config.status: creating tools/opari/Makefile
config.status: creating tools/opari/tool/Makefile
config.status: creating tools/opari/doc/Makefile
config.status: creating tools/vtdyn/Makefile
config.status: creating tools/vtdyn/dynattlib/Makefile
config.status: creating tools/vtfilter/Makefile
config.status: creating tools/vtunify/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: /bin/sh './configure' succeeded for ompi/contrib/vt/vt
checking if contributed component vt can compile... yes

============================================================================
== Final top-level OMPI configuration
============================================================================

*** Libevent 3rd party event handler
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for poll.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for unistd.h... (cached) yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking for sys/time.h... (cached) yes
checking for sys/queue.h... (cached) yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking for sys/ioctl.h... (cached) yes
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking for TAILQ_FOREACH in sys/queue.h... no
checking for timeradd in sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for gettimeofday... yes
checking for vasprintf... (cached) yes
checking for fcntl... yes
checking for F_SETFD in fcntl.h... yes
checking for select... yes
checking for poll... yes
checking for epoll_ctl... yes
checking for working epoll library interface... yes
checking for port_create... no
checking for pid_t... yes
checking for size_t... yes
checking for u_int64_t... yes
checking for u_int32_t... yes
checking for u_int16_t... yes
checking for u_int8_t... yes

*** Libtool configuration
checking for a sed that does not truncate output... /bin/sed
checking for ld used by icc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from icc object... ok
checking for dlfcn.h... (cached) yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether icpc accepts -g... (cached) yes
checking dependency style of icpc... (cached) gcc3
checking how to run the C++ preprocessor... icpc -E
checking whether we are using the GNU Fortran 77 compiler... (cached) no
checking whether ifort accepts -g... (cached) yes
checking whether we are using the GNU Fortran compiler... (cached) no
checking whether ifort accepts -g... (cached) yes
checking for objdir... .libs
checking if icc supports -fno-rtti -fno-exceptions... yes
checking for icc option to produce PIC... -fPIC -DPIC
checking if icc PIC flag -fPIC -DPIC works... yes
checking if icc static flag -static works... yes
checking if icc supports -c -o file.o... yes
checking if icc supports -c -o file.o... (cached) yes
checking whether the icc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ld used by icpc... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the icpc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking for icpc option to produce PIC... -fPIC -DPIC
checking if icpc PIC flag -fPIC -DPIC works... yes
checking if icpc static flag -static works... yes
checking if icpc supports -c -o file.o... yes
checking if icpc supports -c -o file.o... (cached) yes
checking whether the icpc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ifort option to produce PIC... -fPIC
checking if ifort PIC flag -fPIC works... yes
checking if ifort static flag -static works... yes
checking if ifort supports -c -o file.o... yes
checking if ifort supports -c -o file.o... (cached) yes
checking whether the ifort linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for ifort option to produce PIC... -fPIC
checking if ifort PIC flag -fPIC works... yes
checking if ifort static flag -static works... yes
checking if ifort supports -c -o file.o... yes
checking if ifort supports -c -o file.o... (cached) yes
checking whether the ifort linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate

*** GNU libltdl setup
configure: OMPI configuring in opal/libltdl
configure: running /bin/sh './configure'  '--disable-shared' '--enable-static' 
'--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2' 'CC=icc' 'CXX=icpc' 'F77=ifort' 
'FC=ifort' --enable-ltdl-convenience --disable-ltdl-install --disable-shared 
--enable-static --cache-file=/dev/null --srcdir=.
configure: WARNING: unrecognized options: --enable-ltdl-convenience
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... icc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether icc accepts -g... yes
checking for icc option to accept ISO C89... none needed
checking dependency style of icc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by icc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from icc object... ok
checking how to run the C preprocessor... icc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if icc supports -fno-rtti -fno-exceptions... yes
checking for icc option to produce PIC... -fPIC -DPIC
checking if icc PIC flag -fPIC -DPIC works... yes
checking if icc static flag -static works... yes
checking if icc supports -c -o file.o... yes
checking if icc supports -c -o file.o... (cached) yes
checking whether the icc linker (/usr/bin/ld -m elf_x86_64) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib /usr/lib/mysql 
/usr/lib/mysql /usr/lib/qt-3.3/lib /usr/lib64/qt-3.3/lib /usr/X11R6/lib 
/usr/X11R6/lib64 /usr/ofed/lib64 
checking for library containing dlopen... none required
checking for dlerror... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_add... yes
checking for argz_append... yes
checking for argz_count... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking if argz actually works... yes
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... no
checking for strlcpy... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --enable-ltdl-convenience
configure: /bin/sh './configure' succeeded for opal/libltdl
checking for libtool-supplied linker flags...  -Wl,--export-dynamic -lnsl -lutil

*** Compiler flags
checking which of CFLAGS are ok for TotalView modules...  -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread -fvisibility=hidden
checking extra CFLAGS for TotalView modules... -g

*** Wrapper compiler flags
checking for OPAL CPPFLAGS...  
checking for OPAL CFLAGS... -pthread 
checking for OPAL CXXFLAGS... -pthread 
checking for OPAL LDFLAGS...   
checking for OPAL LIBS... -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil 
checking for OPAL extra include dirs... 
checking for ORTE CPPFLAGS...  
checking for ORTE CFLAGS... -pthread 
checking for ORTE CXXFLAGS... -pthread 
checking for ORTE LDFLAGS...    
checking for ORTE LIBS...  -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil 
checking for ORTE extra include dirs... 
checking for OMPI CPPFLAGS...  
checking for OMPI CFLAGS... -pthread 
checking for OMPI CXXFLAGS... -pthread 
checking for OMPI FFLAGS...  
checking for OMPI FCFLAGS...  
checking for OMPI LDFLAGS...     
checking for OMPI LIBS...   -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil 
checking for OMPI extra include dirs... 

*** Final output
configure: creating ./config.status
config.status: creating ompi/include/ompi/version.h
config.status: creating orte/include/orte/version.h
config.status: creating opal/include/opal/version.h
config.status: creating ompi/tools/wrappers/ompi_wrapper_script
config.status: creating opal/mca/installdirs/config/install_dirs.h
config.status: creating opal/mca/paffinity/linux/plpa/Makefile
config.status: creating opal/mca/paffinity/linux/plpa/config/Makefile
config.status: creating opal/mca/paffinity/linux/plpa/src/Makefile
config.status: creating opal/mca/paffinity/linux/plpa/src/libplpa/Makefile
config.status: creating opal/mca/paffinity/linux/plpa/src/plpa-info/Makefile
config.status: creating opal/mca/paffinity/linux/plpa/src/plpa-taskset/Makefile
config.status: creating opal/mca/backtrace/Makefile
config.status: creating opal/mca/backtrace/darwin/Makefile
config.status: creating opal/mca/backtrace/execinfo/Makefile
config.status: creating opal/mca/backtrace/none/Makefile
config.status: creating opal/mca/backtrace/printstack/Makefile
config.status: creating opal/mca/carto/Makefile
config.status: creating opal/mca/carto/auto_detect/Makefile
config.status: creating opal/mca/carto/file/Makefile
config.status: creating opal/mca/crs/Makefile
config.status: creating opal/mca/crs/blcr/Makefile
config.status: creating opal/mca/crs/none/Makefile
config.status: creating opal/mca/crs/self/Makefile
config.status: creating opal/mca/installdirs/Makefile
config.status: creating opal/mca/installdirs/config/Makefile
config.status: creating opal/mca/installdirs/env/Makefile
config.status: creating opal/mca/maffinity/Makefile
config.status: creating opal/mca/maffinity/first_use/Makefile
config.status: creating opal/mca/maffinity/libnuma/Makefile
config.status: creating opal/mca/memchecker/Makefile
config.status: creating opal/mca/memchecker/valgrind/Makefile
config.status: creating opal/mca/memcpy/Makefile
config.status: creating opal/mca/memory/Makefile
config.status: creating opal/mca/memory/malloc_solaris/Makefile
config.status: creating opal/mca/memory/ptmalloc2/Makefile
config.status: creating opal/mca/paffinity/Makefile
config.status: creating opal/mca/paffinity/darwin/Makefile
config.status: creating opal/mca/paffinity/linux/Makefile
config.status: creating opal/mca/paffinity/posix/Makefile
config.status: creating opal/mca/paffinity/solaris/Makefile
config.status: creating opal/mca/paffinity/windows/Makefile
config.status: creating opal/mca/timer/Makefile
config.status: creating opal/mca/timer/aix/Makefile
config.status: creating opal/mca/timer/altix/Makefile
config.status: creating opal/mca/timer/catamount/Makefile
config.status: creating opal/mca/timer/darwin/Makefile
config.status: creating opal/mca/timer/linux/Makefile
config.status: creating opal/mca/timer/solaris/Makefile
config.status: creating opal/mca/timer/windows/Makefile
config.status: creating orte/mca/errmgr/Makefile
config.status: creating orte/mca/errmgr/default/Makefile
config.status: creating orte/mca/ess/Makefile
config.status: creating orte/mca/ess/alps/Makefile
config.status: creating orte/mca/ess/cnos/Makefile
config.status: creating orte/mca/ess/env/Makefile
config.status: creating orte/mca/ess/hnp/Makefile
config.status: creating orte/mca/ess/lsf/Makefile
config.status: creating orte/mca/ess/portals_utcp/Makefile
config.status: creating orte/mca/ess/singleton/Makefile
config.status: creating orte/mca/ess/slurm/Makefile
config.status: creating orte/mca/ess/tool/Makefile
config.status: creating orte/mca/filem/Makefile
config.status: creating orte/mca/filem/rsh/Makefile
config.status: creating orte/mca/grpcomm/Makefile
config.status: creating orte/mca/grpcomm/bad/Makefile
config.status: creating orte/mca/grpcomm/basic/Makefile
config.status: creating orte/mca/grpcomm/cnos/Makefile
config.status: creating orte/mca/iof/Makefile
config.status: creating orte/mca/iof/hnp/Makefile
config.status: creating orte/mca/iof/orted/Makefile
config.status: creating orte/mca/iof/tool/Makefile
config.status: creating orte/mca/notifier/Makefile
config.status: creating orte/mca/notifier/syslog/Makefile
config.status: creating orte/mca/odls/Makefile
config.status: creating orte/mca/odls/default/Makefile
config.status: creating orte/mca/oob/Makefile
config.status: creating orte/mca/oob/tcp/Makefile
config.status: creating orte/mca/plm/Makefile
config.status: creating orte/mca/plm/alps/Makefile
config.status: creating orte/mca/plm/lsf/Makefile
config.status: creating orte/mca/plm/rsh/Makefile
config.status: creating orte/mca/plm/slurm/Makefile
config.status: creating orte/mca/plm/tm/Makefile
config.status: creating orte/mca/plm/xgrid/Makefile
config.status: creating orte/mca/ras/Makefile
config.status: creating orte/mca/ras/alps/Makefile
config.status: creating orte/mca/ras/gridengine/Makefile
config.status: creating orte/mca/ras/loadleveler/Makefile
config.status: creating orte/mca/ras/lsf/Makefile
config.status: creating orte/mca/ras/slurm/Makefile
config.status: creating orte/mca/ras/tm/Makefile
config.status: creating orte/mca/rmaps/Makefile
config.status: creating orte/mca/rmaps/rank_file/Makefile
config.status: creating orte/mca/rmaps/round_robin/Makefile
config.status: creating orte/mca/rmaps/seq/Makefile
config.status: creating orte/mca/rml/Makefile
config.status: creating orte/mca/rml/ftrm/Makefile
config.status: creating orte/mca/rml/oob/Makefile
config.status: creating orte/mca/routed/Makefile
config.status: creating orte/mca/routed/binomial/Makefile
config.status: creating orte/mca/routed/direct/Makefile
config.status: creating orte/mca/routed/linear/Makefile
config.status: creating orte/mca/snapc/Makefile
config.status: creating orte/mca/snapc/full/Makefile
config.status: creating ompi/mca/allocator/Makefile
config.status: creating ompi/mca/allocator/basic/Makefile
config.status: creating ompi/mca/allocator/bucket/Makefile
config.status: creating ompi/mca/bml/Makefile
config.status: creating ompi/mca/bml/r2/Makefile
config.status: creating ompi/mca/btl/Makefile
config.status: creating ompi/mca/btl/elan/Makefile
config.status: creating ompi/mca/btl/gm/Makefile
config.status: creating ompi/mca/btl/mx/Makefile
config.status: creating ompi/mca/btl/ofud/Makefile
config.status: creating ompi/mca/btl/openib/Makefile
config.status: creating ompi/mca/btl/portals/Makefile
config.status: creating ompi/mca/btl/self/Makefile
config.status: creating ompi/mca/btl/sm/Makefile
config.status: creating ompi/mca/btl/tcp/Makefile
config.status: creating ompi/mca/btl/udapl/Makefile
config.status: creating ompi/mca/coll/Makefile
config.status: creating ompi/mca/coll/basic/Makefile
config.status: creating ompi/mca/coll/hierarch/Makefile
config.status: creating ompi/mca/coll/inter/Makefile
config.status: creating ompi/mca/coll/self/Makefile
config.status: creating ompi/mca/coll/sm/Makefile
config.status: creating ompi/mca/coll/sync/Makefile
config.status: creating ompi/mca/coll/tuned/Makefile
config.status: creating ompi/mca/common/Makefile
config.status: creating ompi/mca/common/mx/Makefile
config.status: creating ompi/mca/common/portals/Makefile
config.status: creating ompi/mca/common/sm/Makefile
config.status: creating ompi/mca/crcp/Makefile
config.status: creating ompi/mca/crcp/bkmrk/Makefile
config.status: creating ompi/mca/dpm/Makefile
config.status: creating ompi/mca/dpm/orte/Makefile
config.status: creating ompi/mca/io/Makefile
config.status: creating ompi/mca/io/romio/Makefile
config.status: creating ompi/mca/mpool/Makefile
config.status: creating ompi/mca/mpool/fake/Makefile
config.status: creating ompi/mca/mpool/rdma/Makefile
config.status: creating ompi/mca/mpool/sm/Makefile
config.status: creating ompi/mca/mtl/Makefile
config.status: creating ompi/mca/mtl/mx/Makefile
config.status: creating ompi/mca/mtl/portals/Makefile
config.status: creating ompi/mca/mtl/psm/Makefile
config.status: creating ompi/mca/osc/Makefile
config.status: creating ompi/mca/osc/pt2pt/Makefile
config.status: creating ompi/mca/osc/rdma/Makefile
config.status: creating ompi/mca/pml/Makefile
config.status: creating ompi/mca/pml/cm/Makefile
config.status: creating ompi/mca/pml/crcpw/Makefile
config.status: creating ompi/mca/pml/csum/Makefile
config.status: creating ompi/mca/pml/ob1/Makefile
config.status: creating ompi/mca/pml/v/mca/vprotocol/Makefile
config.status: creating ompi/mca/pml/v/mca/vprotocol/pessimist/Makefile
config.status: creating ompi/mca/pml/v/Makefile
config.status: creating ompi/mca/pubsub/Makefile
config.status: creating ompi/mca/pubsub/orte/Makefile
config.status: creating ompi/mca/rcache/Makefile
config.status: creating ompi/mca/rcache/vma/Makefile
config.status: creating ompi/mca/topo/Makefile
config.status: creating ompi/mca/topo/unity/Makefile
config.status: creating ompi/contrib/vt/Makefile
config.status: creating ompi/contrib/vt/wrappers/Makefile
config.status: creating ompi/contrib/vt/wrappers/mpicc-vt-wrapper-data.txt
config.status: creating ompi/contrib/vt/wrappers/mpic++-vt-wrapper-data.txt
config.status: creating ompi/contrib/vt/wrappers/mpif77-vt-wrapper-data.txt
config.status: creating ompi/contrib/vt/wrappers/mpif90-vt-wrapper-data.txt
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating contrib/Makefile
config.status: creating opal/Makefile
config.status: creating opal/etc/Makefile
config.status: creating opal/include/Makefile
config.status: creating opal/asm/Makefile
config.status: creating opal/event/Makefile
config.status: creating opal/event/compat/Makefile
config.status: creating opal/event/compat/sys/Makefile
config.status: creating opal/util/Makefile
config.status: creating opal/util/keyval/Makefile
config.status: creating opal/mca/base/Makefile
config.status: creating opal/tools/wrappers/Makefile
config.status: creating opal/tools/wrappers/opalcc-wrapper-data.txt
config.status: creating opal/tools/wrappers/opalc++-wrapper-data.txt
config.status: creating opal/tools/opal-checkpoint/Makefile
config.status: creating opal/tools/opal-restart/Makefile
config.status: creating orte/Makefile
config.status: creating orte/include/Makefile
config.status: creating orte/etc/Makefile
config.status: creating orte/tools/orted/Makefile
config.status: creating orte/tools/orterun/Makefile
config.status: creating orte/tools/wrappers/Makefile
config.status: creating orte/tools/wrappers/ortecc-wrapper-data.txt
config.status: creating orte/tools/wrappers/ortec++-wrapper-data.txt
config.status: creating orte/tools/orte-checkpoint/Makefile
config.status: creating orte/tools/orte-iof/Makefile
config.status: creating orte/tools/orte-restart/Makefile
config.status: creating orte/tools/orte-ps/Makefile
config.status: creating orte/tools/orte-clean/Makefile
config.status: creating ompi/Makefile
config.status: creating ompi/etc/Makefile
config.status: creating ompi/include/Makefile
config.status: creating ompi/include/mpif.h
config.status: creating ompi/include/mpif-config.h
config.status: creating ompi/datatype/Makefile
config.status: creating ompi/debuggers/Makefile
config.status: creating ompi/mpi/c/Makefile
config.status: creating ompi/mpi/c/profile/Makefile
config.status: creating ompi/mpi/cxx/Makefile
config.status: creating ompi/mpi/f77/Makefile
config.status: creating ompi/mpi/f77/profile/Makefile
config.status: creating ompi/mpi/f90/Makefile
config.status: creating ompi/mpi/f90/fortran_kinds.sh
config.status: creating ompi/mpi/f90/fortran_sizes.h
config.status: creating ompi/mpi/f90/scripts/Makefile
config.status: creating ompi/tools/ompi_info/Makefile
config.status: creating ompi/tools/wrappers/Makefile
config.status: creating ompi/tools/wrappers/mpicc-wrapper-data.txt
config.status: creating ompi/tools/wrappers/mpic++-wrapper-data.txt
config.status: creating ompi/tools/wrappers/mpif77-wrapper-data.txt
config.status: creating ompi/tools/wrappers/mpif90-wrapper-data.txt
config.status: creating ompi/tools/ortetools/Makefile
config.status: creating ompi/tools/ompi-server/Makefile
config.status: creating test/Makefile
config.status: creating test/event/Makefile
config.status: creating test/asm/Makefile
config.status: creating test/class/Makefile
config.status: creating test/support/Makefile
config.status: creating test/threads/Makefile
config.status: creating test/peruse/Makefile
config.status: creating test/datatype/Makefile
config.status: creating opal/include/opal_config.h
config.status: creating orte/include/orte_config.h
config.status: creating ompi/include/ompi_config.h
config.status: creating ompi/include/mpi.h
config.status: creating opal/mca/paffinity/linux/plpa/src/libplpa/plpa_config.h
config.status: creating opal/mca/paffinity/linux/plpa/src/libplpa/plpa.h
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in config
make[1]: Entering directory `/usr/local/src/openmpi-1.3.2/config'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/src/openmpi-1.3.2/config'
Making all in contrib
make[1]: Entering directory `/usr/local/src/openmpi-1.3.2/contrib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/src/openmpi-1.3.2/contrib'
Making all in opal
make[1]: Entering directory `/usr/local/src/openmpi-1.3.2/opal'
Making all in include
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/include'
make  all-am
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/include'
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/include'
Making all in libltdl
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/libltdl'
make  all-am
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/libltdl'
/bin/sh ./libtool --tag=CC   --mode=compile icc -DHAVE_CONFIG_H -I.  
-DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl   
-O3 -DNDEBUG  -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c -o dlopen.lo `test 
-f 'loaders/dlopen.c' || echo './'`loaders/dlopen.c
libtool: compile:  icc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL 
-I. -I. -Ilibltdl -I./libltdl -I./libltdl -O3 -DNDEBUG -MT dlopen.lo -MD -MP 
-MF .deps/dlopen.Tpo -c loaders/dlopen.c -o dlopen.o
mv -f .deps/dlopen.Tpo .deps/dlopen.Plo
/bin/sh ./libtool --tag=CC   --mode=link icc  -O3 -DNDEBUG  -module 
-avoid-version  -o dlopen.la  dlopen.lo  -lnsl -lutil  
libtool: link: ar cru .libs/dlopen.a  dlopen.o
libtool: link: ranlib .libs/dlopen.a
libtool: link: ( cd ".libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" 
"dlopen.la" )
/bin/sh ./libtool --tag=CC   --mode=compile icc -DHAVE_CONFIG_H -I.  
-DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl   -O3 -DNDEBUG  -MT libltdlc_la-preopen.lo -MD -MP -MF 
.deps/libltdlc_la-preopen.Tpo -c -o libltdlc_la-preopen.lo `test -f 
'loaders/preopen.c' || echo './'`loaders/preopen.c
libtool: compile:  icc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O3 
-DNDEBUG -MT libltdlc_la-preopen.lo -MD -MP -MF .deps/libltdlc_la-preopen.Tpo 
-c loaders/preopen.c -o libltdlc_la-preopen.o
mv -f .deps/libltdlc_la-preopen.Tpo .deps/libltdlc_la-preopen.Plo
/bin/sh ./libtool --tag=CC   --mode=compile icc -DHAVE_CONFIG_H -I.  
-DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl   -O3 -DNDEBUG  -MT libltdlc_la-lt__alloc.lo -MD -MP 
-MF .deps/libltdlc_la-lt__alloc.Tpo -c -o libltdlc_la-lt__alloc.lo `test -f 
'lt__alloc.c' || echo './'`lt__alloc.c
libtool: compile:  icc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O3 
-DNDEBUG -MT libltdlc_la-lt__alloc.lo -MD -MP -MF 
.deps/libltdlc_la-lt__alloc.Tpo -c lt__alloc.c -o libltdlc_la-lt__alloc.o
mv -f .deps/libltdlc_la-lt__alloc.Tpo .deps/libltdlc_la-lt__alloc.Plo
/bin/sh ./libtool --tag=CC   --mode=compile icc -DHAVE_CONFIG_H -I.  
-DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl   -O3 -DNDEBUG  -MT libltdlc_la-lt_dlloader.lo -MD -MP 
-MF .deps/libltdlc_la-lt_dlloader.Tpo -c -o libltdlc_la-lt_dlloader.lo `test -f 
'lt_dlloader.c' || echo './'`lt_dlloader.c
libtool: compile:  icc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O3 
-DNDEBUG -MT libltdlc_la-lt_dlloader.lo -MD -MP -MF 
.deps/libltdlc_la-lt_dlloader.Tpo -c lt_dlloader.c -o libltdlc_la-lt_dlloader.o
mv -f .deps/libltdlc_la-lt_dlloader.Tpo .deps/libltdlc_la-lt_dlloader.Plo
/bin/sh ./libtool --tag=CC   --mode=compile icc -DHAVE_CONFIG_H -I.  
-DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl   -O3 -DNDEBUG  -MT libltdlc_la-lt_error.lo -MD -MP -MF 
.deps/libltdlc_la-lt_error.Tpo -c -o libltdlc_la-lt_error.lo `test -f 
'lt_error.c' || echo './'`lt_error.c
libtool: compile:  icc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O3 
-DNDEBUG -MT libltdlc_la-lt_error.lo -MD -MP -MF .deps/libltdlc_la-lt_error.Tpo 
-c lt_error.c -o libltdlc_la-lt_error.o
mv -f .deps/libltdlc_la-lt_error.Tpo .deps/libltdlc_la-lt_error.Plo
/bin/sh ./libtool --tag=CC   --mode=compile icc -DHAVE_CONFIG_H -I.  
-DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl   -O3 -DNDEBUG  -MT libltdlc_la-ltdl.lo -MD -MP -MF 
.deps/libltdlc_la-ltdl.Tpo -c -o libltdlc_la-ltdl.lo `test -f 'ltdl.c' || echo 
'./'`ltdl.c
libtool: compile:  icc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O3 
-DNDEBUG -MT libltdlc_la-ltdl.lo -MD -MP -MF .deps/libltdlc_la-ltdl.Tpo -c 
ltdl.c -o libltdlc_la-ltdl.o
ltdl.c(1267): warning #279: controlling expression is constant
          archive_name = MALLOC (char, LT_STRLEN (name) + LT_STRLEN (libext) + 
2);
                         ^

mv -f .deps/libltdlc_la-ltdl.Tpo .deps/libltdlc_la-ltdl.Plo
/bin/sh ./libtool --tag=CC   --mode=compile icc -DHAVE_CONFIG_H -I.  
-DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl 
-I./libltdl -I./libltdl   -O3 -DNDEBUG  -MT libltdlc_la-slist.lo -MD -MP -MF 
.deps/libltdlc_la-slist.Tpo -c -o libltdlc_la-slist.lo `test -f 'slist.c' || 
echo './'`slist.c
libtool: compile:  icc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -O3 
-DNDEBUG -MT libltdlc_la-slist.lo -MD -MP -MF .deps/libltdlc_la-slist.Tpo -c 
slist.c -o libltdlc_la-slist.o
mv -f .deps/libltdlc_la-slist.Tpo .deps/libltdlc_la-slist.Plo
/bin/sh ./libtool --tag=CC   --mode=compile icc -DHAVE_CONFIG_H -I.  
-DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl   
-O3 -DNDEBUG  -MT lt__strl.lo -MD -MP -MF .deps/lt__strl.Tpo -c -o lt__strl.lo 
lt__strl.c
libtool: compile:  icc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL 
-I. -I. -Ilibltdl -I./libltdl -I./libltdl -O3 -DNDEBUG -MT lt__strl.lo -MD -MP 
-MF .deps/lt__strl.Tpo -c lt__strl.c -o lt__strl.o
mv -f .deps/lt__strl.Tpo .deps/lt__strl.Plo
/bin/sh ./libtool --tag=CC   --mode=link icc  -O3 -DNDEBUG  -no-undefined 
-dlpreopen dlopen.la   -o libltdlc.la  libltdlc_la-preopen.lo 
libltdlc_la-lt__alloc.lo libltdlc_la-lt_dlloader.lo libltdlc_la-lt_error.lo 
libltdlc_la-ltdl.lo libltdlc_la-slist.lo lt__strl.lo -lnsl -lutil  
libtool: link: rm -f .libs/libltdlc.nm .libs/libltdlc.nmS .libs/libltdlc.nmT
libtool: link: (cd .libs && icc -O3 -DNDEBUG -c -fno-builtin -fno-rtti 
-fno-exceptions  -fPIC -DPIC "libltdlcS.c")
libtool: link: rm -f ".libs/libltdlcS.c" ".libs/libltdlc.nm" 
".libs/libltdlc.nmS" ".libs/libltdlc.nmT"
libtool: link: (cd .libs/libltdlc.lax/dlopen.a && ar x 
"/usr/local/src/openmpi-1.3.2/opal/libltdl/./.libs/dlopen.a")
libtool: link: ar cru .libs/libltdlc.a  libltdlc_la-preopen.o 
libltdlc_la-lt__alloc.o libltdlc_la-lt_dlloader.o libltdlc_la-lt_error.o 
libltdlc_la-ltdl.o libltdlc_la-slist.o lt__strl.o .libs/libltdlcS.o  
.libs/libltdlc.lax/dlopen.a/dlopen.o 
libtool: link: ranlib .libs/libltdlc.a
libtool: link: rm -fr .libs/libltdlc.lax
libtool: link: ( cd ".libs" && rm -f "libltdlc.la" && ln -s "../libltdlc.la" 
"libltdlc.la" )
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/libltdl'
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/libltdl'
Making all in asm
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/asm'
depbase=`echo asm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool --tag=CC   --mode=compile icc -DHAVE_CONFIG_H -I. 
-I../../opal/include -I../../orte/include -I../../ompi/include 
-I../../opal/mca/paffinity/linux/plpa/src/libplpa   -I../..    -O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread -fvisibility=hidden 
-MT asm.lo -MD -MP -MF $depbase.Tpo -c -o asm.lo asm.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  icc -DHAVE_CONFIG_H -I. -I../../opal/include 
-I../../orte/include -I../../ompi/include 
-I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread -fvisibility=hidden 
-MT asm.lo -MD -MP -MF .deps/asm.Tpo -c asm.c -o asm.o
rm -f atomic-asm.S
ln -s "../../opal/asm/generated/atomic-amd64-linux.s" atomic-asm.S
depbase=`echo atomic-asm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ../../libtool   --mode=compile icc -DHAVE_CONFIG_H -I. 
-I../../opal/include -I../../orte/include -I../../ompi/include 
-I../../opal/mca/paffinity/linux/plpa/src/libplpa   -I../..    -O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -MT atomic-asm.lo -MD -MP -MF 
$depbase.Tpo -c -o atomic-asm.lo atomic-asm.S &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  icc -DHAVE_CONFIG_H -I. -I../../opal/include 
-I../../orte/include -I../../ompi/include 
-I../../opal/mca/paffinity/linux/plpa/src/libplpa -I../.. -O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -MT atomic-asm.lo -MD -MP -MF 
.deps/atomic-asm.Tpo -c atomic-asm.S -o atomic-asm.o
Unknown flag -x
Unknown flag -a
Unknown flag -s
Unknown flag -s
Unknown flag -e
Unknown flag -m
Unknown flag -b
Unknown flag -l
Unknown flag -e
Unknown flag -r
Unknown flag --
Unknown flag -w
Unknown flag -i
Unknown flag -t
Unknown flag -h
Unknown flag --
Unknown flag -c
Unknown flag -p
Unknown flag -p
Unknown flag -F
Cannot open source file .deps/atomic-asm.Tpo
Extra name /tmp/iccstrw8F.s ignored
No input file for -M flag
mv: cannot stat `.deps/atomic-asm.Tpo': No such file or directory
make[2]: *** [atomic-asm.lo] Error 1
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/asm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal'
make: *** [all-recursive] Error 1
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.3.2, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure --disable-shared --enable-static 
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2

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

hostname = daggoo
uname -m = x86_64
uname -r = 2.6.9-42.ELsmp
uname -s = Linux
uname -v = #1 SMP Tue Aug 15 10:35:26 BST 2006

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

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

PATH: /opt/intel/cce/11.0.081/bin/intel64
PATH: /opt/intel/fce/11.0.074/bin/intel64
PATH: .
PATH: /home/robertson/bin
PATH: /opt/MatlabR2006a/bin
PATH: /opt/pgisoft/netcdf/bin
PATH: /opt/pgisoft/ncarg/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin


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

configure:3416: checking for a BSD-compatible install
configure:3484: result: /usr/bin/install -c
configure:3495: checking whether build environment is sane
configure:3538: result: yes
configure:3563: checking for a thread-safe mkdir -p
configure:3602: result: /bin/mkdir -p
configure:3615: checking for gawk
configure:3631: found /bin/gawk
configure:3642: result: gawk
configure:3653: checking whether make sets $(MAKE)
configure:3675: result: yes
configure:3845: checking how to create a ustar tar archive
configure:3858: tar --version
tar (GNU tar) 1.14
Copyright (C) 2004 Free Software Foundation, Inc.
This program comes with NO WARRANTY, to the extent permitted by law.
You may redistribute it under the terms of the GNU General Public License;
see the file named COPYING for details.
Written by John Gilmore and Jay Fenlason.
configure:3861: $? = 0
configure:3901: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" 
>conftest.tar
configure:3904: $? = 0
configure:3908: tar -xf - <conftest.tar
configure:3911: $? = 0
configure:3924: result: gnutar
configure:4064: checking Open MPI version
configure:4066: result: 1.3.2
configure:4068: checking Open MPI release date
configure:4070: result: Apr 21, 2009
configure:4072: checking Open MPI Subversion repository version
configure:4074: result: r21054
configure:4176: checking Open Run-Time Environment version
configure:4178: result: 1.3.2
configure:4180: checking Open Run-Time Environment release date
configure:4182: result: Apr 21, 2009
configure:4184: checking Open Run-Time Environment Subversion repository version
configure:4186: result: r21054
configure:4288: checking Open Portable Access Layer version
configure:4290: result: 1.3.2
configure:4292: checking Open Portable Access Layer release date
configure:4294: result: Apr 21, 2009
configure:4296: checking Open Portable Access Layer Subversion repository 
version
configure:4298: result: r21054
configure:4363: builddir: /usr/local/src/openmpi-1.3.2
configure:4365: srcdir: /usr/local/src/openmpi-1.3.2
configure:4387: checking build system type
configure:4405: result: x86_64-unknown-linux-gnu
configure:4447: checking host system type
configure:4462: result: x86_64-unknown-linux-gnu
configure:4662: checking whether to run code coverage
configure:4689: result: no
configure:4698: checking whether to compile with branch probabilities
configure:4710: result: no
configure:4720: checking whether to debug memory usage
configure:4732: result: no
configure:4752: checking whether to profile memory usage
configure:4764: result: no
configure:4784: checking if want developer-level compiler pickyness
configure:4796: result: no
configure:4811: checking if want developer-level debugging code
configure:4823: result: no
configure:4853: checking if want sparse process groups
configure:4865: result: no
configure:4879: checking if want Fortran 77 bindings
configure:4887: result: yes
configure:4901: checking if want Fortran 90 bindings
configure:4909: result: yes
configure:4918: checking desired Fortran 90 bindings "size"
configure:4992: result: small
configure:4999: checking whether to enable PMPI
configure:5007: result: yes
configure:5024: checking if want C++ bindings
configure:5032: result: yes
configure:5041: checking if want MPI::SEEK_SET support
configure:5049: result: yes
configure:5067: checking if want to enable weak symbol support
configure:5075: result: yes
configure:5088: checking if want run-time MPI parameter checking
configure:5109: result: runtime
configure:5132: checking if want to install OMPI header files
configure:5145: result: no
configure:5161: checking if want pretty-print stacktrace
configure:5173: result: yes
configure:5187: checking if peruse support is required
configure:5199: result: no
configure:5222: checking max supported array dimension in F90 MPI bindings
configure:5258: result: 4
configure:5263: checking if pty support should be enabled
configure:5275: result: yes
configure:5288: checking if user wants dlopen support
configure:5303: result: yes
configure:5311: checking if heterogeneous support should be enabled
configure:5323: result: no
configure:5337: checking if want trace file debugging
configure:5349: result: no
configure:5363: checking if want full RTE support
configure:5382: result: yes
configure:5453: checking if want fault tolerance
configure:5466: result: Disabled fault tolerance
configure:5583: checking if want IPv6 support
configure:5595: result: yes (if underlying system supports it)
configure:5608: checking if want orterun "--prefix" behavior to be enabled by 
default
configure:5628: result: no
configure:5641: checking for package/brand string
configure:5657: result: Open MPI robertson@daggoo Distribution
configure:5663: checking for ident string
configure:5680: result: 1.3.2
configure:5687: checking whether to add padding to the openib control header
configure:5700: result: no
configure:5714: checking whether to use an alternative checksum algo for 
messages
configure:5727: result: no
configure:5949: checking for style of include used by make
configure:5977: result: GNU
configure:6052: checking for gcc
configure:6079: result: icc
configure:6311: checking for C compiler version
configure:6319: icc --version >&5
icc (ICC) 11.0 20090131
Copyright (C) 1985-2009 Intel Corporation.  All rights reserved.

configure:6323: $? = 0
configure:6330: icc -v >&5
Version 11.0 
configure:6334: $? = 0
configure:6341: icc -V >&5
Intel(R) C Intel(R) 64 Compiler Professional for applications running on 
Intel(R) 64, Version 11.0    Build 20090131 Package ID: l_cproc_p_11.0.081
Copyright (C) 1985-2009 Intel Corporation.  All rights reserved.
30 DAY EVALUATION LICENSE

icc: NOTE: The evaluation period for this product ends on 11-jul-2009 UTC.
configure:6345: $? = 0
configure:6368: checking for C compiler default output file name
configure:6390: icc -DNDEBUG    conftest.c  >&5
configure:6394: $? = 0
configure:6432: result: a.out
configure:6451: checking whether the C compiler works
configure:6461: ./a.out
configure:6465: $? = 0
configure:6484: result: yes
configure:6491: checking whether we are cross compiling
configure:6493: result: no
configure:6496: checking for suffix of executables
configure:6503: icc -o conftest -DNDEBUG    conftest.c  >&5
configure:6507: $? = 0
configure:6533: result: 
configure:6539: checking for suffix of object files
configure:6565: icc -c -DNDEBUG   conftest.c >&5
configure:6569: $? = 0
configure:6594: result: o
configure:6598: checking whether we are using the GNU C compiler
configure:6627: icc -c -DNDEBUG   conftest.c >&5
configure:6634: $? = 0
configure:6651: result: yes
configure:6660: checking whether icc accepts -g
configure:6690: icc -c -g  conftest.c >&5
configure:6697: $? = 0
configure:6798: result: yes
configure:6815: checking for icc option to accept ISO C89
configure:6889: icc  -c -DNDEBUG   conftest.c >&5
configure:6896: $? = 0
configure:6919: result: none needed
configure:6939: checking dependency style of icc
configure:7030: result: gcc3
configure:7137: checking whether icc and cc understand -c and -o together
configure:7172: icc -c conftest.c -o conftest2.o >&5
configure:7176: $? = 0
configure:7182: icc -c conftest.c -o conftest2.o >&5
configure:7186: $? = 0
configure:7197: cc -c conftest.c >&5
configure:7201: $? = 0
configure:7209: cc -c conftest.c -o conftest2.o >&5
configure:7213: $? = 0
configure:7219: cc -c conftest.c -o conftest2.o >&5
configure:7223: $? = 0
configure:7241: result: yes
configure:7273: checking how to run the C preprocessor
configure:7313: icc -E  conftest.c
configure:7320: $? = 0
configure:7351: icc -E  conftest.c
conftest.c(48): error #5: could not open source file "ac_nonexistent.h"
  #include <ac_nonexistent.h>
                             ^

configure:7358: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7391: result: icc -E
configure:7420: icc -E  conftest.c
configure:7427: $? = 0
configure:7458: icc -E  conftest.c
conftest.c(48): error #5: could not open source file "ac_nonexistent.h"
  #include <ac_nonexistent.h>
                             ^

configure:7465: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7505: checking for grep that handles long lines and -e
configure:7565: result: /bin/grep
configure:7570: checking for egrep
configure:7634: result: /bin/grep -E
configure:7651: checking for the C compiler vendor
configure:7684: icc -c -DNDEBUG   conftest.c >&5
configure:7691: $? = 0
configure:8845: result: intel
configure:8853: checking for ANSI C header files
configure:8883: icc -c -DNDEBUG   conftest.c >&5
configure:8890: $? = 0
configure:8989: icc -o conftest -DNDEBUG    conftest.c  >&5
configure:8993: $? = 0
configure:8999: ./conftest
configure:9003: $? = 0
configure:9021: result: yes
configure:9656: checking if icc supports -finline-functions
configure:9682: icc -c -DNDEBUG  -finline-functions  conftest.c >&5
configure:9689: $? = 0
configure:9704: result: yes
configure:9714: checking if icc supports -fno-strict-aliasing
configure:9740: icc -c -DNDEBUG  -finline-functions -fno-strict-aliasing  
conftest.c >&5
configure:9747: $? = 0
configure:9762: result: yes
configure:9838: WARNING:  -fno-strict-aliasing has been added to CFLAGS
configure:9857: checking if icc supports -restrict
configure:9883: icc -c -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:9890: $? = 0
configure:9905: result: yes
configure:9982: WARNING:  -restrict has been added to CFLAGS
configure:9989: checking if icc supports __builtin_expect
configure:10016: icc -o conftest -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:10023: $? = 0
configure:10043: result: yes
configure:10057: checking if icc supports __builtin_prefetch
configure:10084: icc -o conftest -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:10091: $? = 0
configure:10111: result: yes
configure:10189: checking for C optimization flags
configure:10236: result: -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict
configure:10283: checking for Interix environment
configure:10308: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(57): catastrophic error: #error directive: Normal Unix environment
                      #error Normal Unix environment
                       ^

compilation aborted for conftest.c (code 4)
configure:10315: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #if !defined(__INTERIX)
|                     #error Normal Unix environment
|                     #endif
|   ;
|   return 0;
| }
configure:10329: result: no
configure:10365: checking for C ident string support
configure:10392: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -c conftest.c -o conftest.o
configure:10399: $? = 0
configure:11331: result: #pragma ident
configure:11355: checking for sys/types.h
configure:11376: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11383: $? = 0
configure:11400: result: yes
configure:11355: checking for sys/stat.h
configure:11376: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11383: $? = 0
configure:11400: result: yes
configure:11355: checking for stdlib.h
configure:11376: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11383: $? = 0
configure:11400: result: yes
configure:11355: checking for string.h
configure:11376: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11383: $? = 0
configure:11400: result: yes
configure:11355: checking for memory.h
configure:11376: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11383: $? = 0
configure:11400: result: yes
configure:11355: checking for strings.h
configure:11376: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11383: $? = 0
configure:11400: result: yes
configure:11355: checking for inttypes.h
configure:11376: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11383: $? = 0
configure:11400: result: yes
configure:11355: checking for stdint.h
configure:11376: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11383: $? = 0
configure:11400: result: yes
configure:11355: checking for unistd.h
configure:11376: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11383: $? = 0
configure:11400: result: yes
configure:11414: checking for long long
configure:11442: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11449: $? = 0
configure:11476: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(101): error: expected an expression
  if (sizeof ((long long)))
                         ^

compilation aborted for conftest.c (code 2)
configure:11483: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((long long)))
|         return 0;
|   ;
|   return 0;
| }
configure:11506: result: yes
configure:11517: checking for long double
configure:11545: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11552: $? = 0
configure:11579: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(102): error: expected an expression
  if (sizeof ((long double)))
                           ^

compilation aborted for conftest.c (code 2)
configure:11586: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((long double)))
|         return 0;
|   ;
|   return 0;
| }
configure:11609: result: yes
configure:11620: checking for int8_t
configure:11648: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11655: $? = 0
configure:11682: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(103): error: expected an expression
  if (sizeof ((int8_t)))
                      ^

compilation aborted for conftest.c (code 2)
configure:11689: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int8_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:11712: result: yes
configure:11723: checking for uint8_t
configure:11751: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11758: $? = 0
configure:11785: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(104): error: expected an expression
  if (sizeof ((uint8_t)))
                       ^

compilation aborted for conftest.c (code 2)
configure:11792: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint8_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:11815: result: yes
configure:11826: checking for int16_t
configure:11854: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11861: $? = 0
configure:11888: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(105): error: expected an expression
  if (sizeof ((int16_t)))
                       ^

compilation aborted for conftest.c (code 2)
configure:11895: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int16_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:11918: result: yes
configure:11929: checking for uint16_t
configure:11957: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:11964: $? = 0
configure:11991: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(106): error: expected an expression
  if (sizeof ((uint16_t)))
                        ^

compilation aborted for conftest.c (code 2)
configure:11998: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint16_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:12021: result: yes
configure:12032: checking for int32_t
configure:12060: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:12067: $? = 0
configure:12094: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(107): error: expected an expression
  if (sizeof ((int32_t)))
                       ^

compilation aborted for conftest.c (code 2)
configure:12101: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int32_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:12124: result: yes
configure:12135: checking for uint32_t
configure:12163: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:12170: $? = 0
configure:12197: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(108): error: expected an expression
  if (sizeof ((uint32_t)))
                        ^

compilation aborted for conftest.c (code 2)
configure:12204: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint32_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:12227: result: yes
configure:12238: checking for int64_t
configure:12266: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:12273: $? = 0
configure:12300: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(109): error: expected an expression
  if (sizeof ((int64_t)))
                       ^

compilation aborted for conftest.c (code 2)
configure:12307: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int64_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:12330: result: yes
configure:12341: checking for uint64_t
configure:12369: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:12376: $? = 0
configure:12403: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(110): error: expected an expression
  if (sizeof ((uint64_t)))
                        ^

compilation aborted for conftest.c (code 2)
configure:12410: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint64_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:12433: result: yes
configure:12444: checking for intptr_t
configure:12472: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:12479: $? = 0
configure:12506: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(111): error: expected an expression
  if (sizeof ((intptr_t)))
                        ^

compilation aborted for conftest.c (code 2)
configure:12513: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((intptr_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:12536: result: yes
configure:12547: checking for uintptr_t
configure:12575: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:12582: $? = 0
configure:12609: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(112): error: expected an expression
  if (sizeof ((uintptr_t)))
                         ^

compilation aborted for conftest.c (code 2)
configure:12616: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uintptr_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:12639: result: yes
configure:12650: checking for mode_t
configure:12678: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:12685: $? = 0
configure:12712: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(113): error: expected an expression
  if (sizeof ((mode_t)))
                      ^

compilation aborted for conftest.c (code 2)
configure:12719: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:12742: result: yes
configure:12753: checking for ssize_t
configure:12781: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:12788: $? = 0
configure:12815: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(114): error: expected an expression
  if (sizeof ((ssize_t)))
                       ^

compilation aborted for conftest.c (code 2)
configure:12822: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:12845: result: yes
configure:12856: checking for ptrdiff_t
configure:12884: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:12891: $? = 0
configure:12918: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(115): error: expected an expression
  if (sizeof ((ptrdiff_t)))
                         ^

compilation aborted for conftest.c (code 2)
configure:12925: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:12948: result: yes
configure:12968: checking size of char
configure:13273: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:13277: $? = 0
configure:13283: ./conftest
configure:13287: $? = 0
configure:13313: result: 1
configure:13327: checking size of short
configure:13632: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:13636: $? = 0
configure:13642: ./conftest
configure:13646: $? = 0
configure:13672: result: 2
configure:13686: checking size of int
configure:13991: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:13995: $? = 0
configure:14001: ./conftest
configure:14005: $? = 0
configure:14031: result: 4
configure:14045: checking size of long
configure:14350: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:14354: $? = 0
configure:14360: ./conftest
configure:14364: $? = 0
configure:14390: result: 8
configure:14405: checking size of long long
configure:14710: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:14714: $? = 0
configure:14720: ./conftest
configure:14724: $? = 0
configure:14750: result: 8
configure:14766: checking size of long double
configure:15071: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:15075: $? = 0
configure:15081: ./conftest
configure:15085: $? = 0
configure:15111: result: 16
configure:15126: checking size of float
configure:15431: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:15435: $? = 0
configure:15441: ./conftest
configure:15445: $? = 0
configure:15471: result: 4
configure:15485: checking size of double
configure:15790: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:15794: $? = 0
configure:15800: ./conftest
configure:15804: $? = 0
configure:15830: result: 8
configure:15844: checking size of void *
configure:16149: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:16153: $? = 0
configure:16159: ./conftest
configure:16163: $? = 0
configure:16189: result: 8
configure:16203: checking size of size_t
configure:16508: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:16512: $? = 0
configure:16518: ./conftest
configure:16522: $? = 0
configure:16548: result: 8
configure:16563: checking size of ssize_t
configure:16868: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:16872: $? = 0
configure:16878: ./conftest
configure:16882: $? = 0
configure:16908: result: 8
configure:16924: checking size of ptrdiff_t
configure:17229: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:17233: $? = 0
configure:17239: ./conftest
configure:17243: $? = 0
configure:17269: result: 8
configure:17286: checking alignment of char
configure:17686: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:17690: $? = 0
configure:17696: ./conftest
configure:17700: $? = 0
configure:17723: result: 1
configure:17735: checking alignment of short
configure:18135: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:18139: $? = 0
configure:18145: ./conftest
configure:18149: $? = 0
configure:18172: result: 2
configure:18184: checking alignment of wchar_t
configure:18584: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:18588: $? = 0
configure:18594: ./conftest
configure:18598: $? = 0
configure:18621: result: 4
configure:18633: checking alignment of int
configure:19033: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:19037: $? = 0
configure:19043: ./conftest
configure:19047: $? = 0
configure:19070: result: 4
configure:19082: checking alignment of long
configure:19482: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:19486: $? = 0
configure:19492: ./conftest
configure:19496: $? = 0
configure:19519: result: 8
configure:19532: checking alignment of long long
configure:19932: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:19936: $? = 0
configure:19942: ./conftest
configure:19946: $? = 0
configure:19969: result: 8
configure:19982: checking alignment of float
configure:20382: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:20386: $? = 0
configure:20392: ./conftest
configure:20396: $? = 0
configure:20419: result: 4
configure:20431: checking alignment of double
configure:20831: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:20835: $? = 0
configure:20841: ./conftest
configure:20845: $? = 0
configure:20868: result: 8
configure:20881: checking alignment of long double
configure:21281: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:21285: $? = 0
configure:21291: ./conftest
configure:21295: $? = 0
configure:21318: result: 16
configure:21331: checking alignment of void *
configure:21731: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:21735: $? = 0
configure:21741: ./conftest
configure:21745: $? = 0
configure:21768: result: 8
configure:21785: checking for C bool type
configure:21809: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(139): error: identifier "bool" is undefined
  bool bar, foo = true; bar = foo;
  ^

conftest.c(139): error: identifier "true" is undefined
  bool bar, foo = true; bar = foo;
                  ^

compilation aborted for conftest.c (code 2)
configure:21816: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| bool bar, foo = true; bar = foo;
|   ;
|   return 0;
| }
configure:21835: result: no
configure:21863: checking for inline
configure:21889: icc -c -O3 -DNDEBUG  -Werror -ansi  conftest.c >&5
conftest.c(105): error: identifier "inline" is undefined
  static inline foo_t static_foo () {return 0; }
         ^

conftest.c(105): error: "foo_t" has already been declared in the current scope
  static inline foo_t static_foo () {return 0; }
                ^

conftest.c(105): error: expected a ";"
  static inline foo_t static_foo () {return 0; }
                      ^

conftest.c(108): error #12: parsing restarts here after previous syntax error

compilation aborted for conftest.c (code 2)
configure:21896: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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:21889: icc -c -O3 -DNDEBUG  -Werror -ansi  conftest.c >&5
configure:21896: $? = 0
configure:21914: result: __inline__
configure:21939: checking for C/C++ restrict keyword
configure:21974: icc -c -O3 -DNDEBUG  -Werror -ansi  conftest.c >&5
configure:21981: $? = 0
configure:21999: result: __restrict
configure:22017: checking for weak symbol support
configure:22048: icc -O3 -DNDEBUG  -Werror -ansi  -c conftest_weak.c
configure:22055: $? = 0
configure:22065: icc -O3 -DNDEBUG  -Werror -ansi  conftest.c conftest_weak.o -o 
conftest  
configure:22072: $? = 0
configure:22099: result: yes
configure:22115: checking whether icc-8.1 for EM64T works with variable 
arguments
configure:22156: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:22160: $? = 0
configure:22166: ./conftest
configure:22170: $? = 0
configure:22199: result: yes
configure:22396: checking for C++ compiler version
configure:22404: icpc --version >&5
icpc (ICC) 11.0 20090131
Copyright (C) 1985-2009 Intel Corporation.  All rights reserved.

configure:22408: $? = 0
configure:22415: icpc -v >&5
Version 11.0 
configure:22419: $? = 0
configure:22426: icpc -V >&5
Intel(R) C++ Intel(R) 64 Compiler Professional for applications running on 
Intel(R) 64, Version 11.0    Build 20090131 Package ID: l_cproc_p_11.0.081
Copyright (C) 1985-2009 Intel Corporation.  All rights reserved.
30 DAY EVALUATION LICENSE

icpc: NOTE: The evaluation period for this product ends on 11-jul-2009 UTC.
configure:22430: $? = 0
configure:22433: checking whether we are using the GNU C++ compiler
configure:22462: icpc -c -DNDEBUG   conftest.cpp >&5
configure:22469: $? = 0
configure:22486: result: yes
configure:22495: checking whether icpc accepts -g
configure:22525: icpc -c -g  conftest.cpp >&5
configure:22532: $? = 0
configure:22633: result: yes
configure:22658: checking dependency style of icpc
configure:22749: result: gcc3
configure:22769: checking how to run the C++ preprocessor
configure:22805: icpc -E  conftest.cpp
configure:22812: $? = 0
configure:22843: icpc -E  conftest.cpp
conftest.cpp(109): error #5: could not open source file "ac_nonexistent.h"
  #include <ac_nonexistent.h>
                             ^

configure:22850: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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.  */
| #include <ac_nonexistent.h>
configure:22883: result: icpc -E
configure:22912: icpc -E  conftest.cpp
configure:22919: $? = 0
configure:22950: icpc -E  conftest.cpp
conftest.cpp(109): error #5: could not open source file "ac_nonexistent.h"
  #include <ac_nonexistent.h>
                             ^

configure:22957: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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.  */
| #include <ac_nonexistent.h>
configure:23090: checking for the C++ compiler vendor
configure:23123: icpc -c -DNDEBUG   conftest.cpp >&5
configure:23130: $? = 0
configure:24284: result: intel
configure:24306: checking if C++ compiler works
configure:24387: icpc -o conftest -DNDEBUG    conftest.cpp  >&5
configure:24391: $? = 0
configure:24397: ./conftest
configure:24401: $? = 0
configure:24424: result: yes
configure:24703: checking if icpc supports -finline-functions
configure:24729: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:24736: $? = 0
configure:24751: result: yes
configure:24827: WARNING:  -finline-functions has been added to CXXFLAGS
configure:24842: checking if want C++ exception handling
configure:24844: result: no
configure:25191: checking if C and C++ are link compatible
configure:25217: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest_c.c
configure:25224: $? = 0
configure:25265: icpc -o conftest -DNDEBUG -finline-functions   conftest.cpp 
conftest_c.o  >&5
configure:25272: $? = 0
configure:25310: result: yes
configure:25352: checking for C++ template_repository_directory
configure:25416: icpc -DNDEBUG -finline-functions -c conftest1.C
configure:25426: icpc -DNDEBUG -finline-functions -c conftest2.C
configure:25481: result: not used
configure:25503: checking for C++ compiler template parameters
configure:25511: result: none needed
configure:25527: checking if icpc supports __builtin_expect
configure:25554: icpc -o conftest -DNDEBUG -finline-functions   conftest.cpp  
>&5
configure:25561: $? = 0
configure:25581: result: yes
configure:25607: checking if icpc supports __builtin_prefetch
configure:25634: icpc -o conftest -DNDEBUG -finline-functions   conftest.cpp  
>&5
configure:25641: $? = 0
configure:25661: result: yes
configure:25703: checking if icpc supports const_cast<> properly
configure:25732: icpc -c -DNDEBUG -finline-functions  conftest.cpp >&5
configure:25739: $? = 0
configure:25754: result: yes
configure:25831: checking for C++ optimization flags
configure:25833: result: -O3 -DNDEBUG -finline-functions
configure:25841: checking for C++ ident string support
configure:25868: icpc -O3 -DNDEBUG -finline-functions -c conftest.cc -o 
conftest.o
configure:25875: $? = 0
configure:26807: result: #pragma ident
configure:26825: checking size of bool
configure:27130: icpc -o conftest -O3 -DNDEBUG -finline-functions   
conftest.cpp  >&5
configure:27134: $? = 0
configure:27140: ./conftest
configure:27144: $? = 0
configure:27170: result: 1
configure:27184: checking alignment of bool
configure:27584: icpc -o conftest -O3 -DNDEBUG -finline-functions   
conftest.cpp  >&5
configure:27588: $? = 0
configure:27594: ./conftest
configure:27598: $? = 0
configure:27621: result: 1
configure:27661: checking for __attribute__
configure:27695: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:27702: $? = 0
configure:27745: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:27752: $? = 0
configure:27803: result: yes
configure:27807: checking for __attribute__(aligned)
configure:27837: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:27844: $? = 0
configure:27908: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:27915: $? = 0
configure:28034: result: yes
configure:28046: checking for __attribute__(always_inline)
configure:28076: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:28083: $? = 0
configure:28147: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:28154: $? = 0
configure:28273: result: yes
configure:28282: checking for __attribute__(cold)
configure:28315: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(123): warning #1292: attribute "__cold__" ignored
           int foo(int arg1, int arg2) __attribute__ ((__cold__));
                                                       ^

configure:28322: $? = 0
configure:28518: result: no
configure:28524: checking for __attribute__(const)
configure:28557: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:28564: $? = 0
configure:28631: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:28638: $? = 0
configure:28757: result: yes
configure:28767: checking for __attribute__(deprecated)
configure:28800: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:28807: $? = 0
configure:28874: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:28881: $? = 0
configure:29000: result: yes
configure:29020: checking for __attribute__(format)
configure:29052: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:29059: $? = 0
configure:29125: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:29132: $? = 0
configure:29220: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -we181  conftest.c >&5
conftest.c(127): error #181: argument is incompatible with corresponding format 
string conversion
               return this_printf (*argument, "%d", argument); /* This should 
produce a format warning */
                                                    ^

compilation aborted for conftest.c (code 2)
configure:29227: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| /* end confdefs.h.  */
| 
|          static int usage (int * argument);
|          extern int this_printf (int arg1, const char *my_format, ...) 
__attribute__ ((__format__ (__printf__, 2, 3)));
| 
|          static int usage (int * argument) {
|              return this_printf (*argument, "%d", argument); /* This should 
produce a format warning */
|          }
|          /* The autoconf-generated main-function is int main(), which 
produces a warning by itself */
|          int main(void);
| 
| int
| main ()
| {
| 
|                  int i=4711;
|                  i=usage(&i);
| 
|   ;
|   return 0;
| }
configure:29269: result: yes
configure:29278: checking for __attribute__(hot)
configure:29311: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(123): warning #1292: attribute "__hot__" ignored
           int foo(int arg1, int arg2) __attribute__ ((__hot__));
                                                       ^

configure:29318: $? = 0
configure:29514: result: no
configure:29520: checking for __attribute__(malloc)
configure:29556: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:29563: $? = 0
configure:29633: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:29640: $? = 0
configure:29759: result: yes
configure:29774: checking for __attribute__(may_alias)
configure:29804: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(122): warning #1292: attribute "__may_alias__" ignored
  int * p_value __attribute__ ((__may_alias__));
                                ^

configure:29811: $? = 0
configure:30004: result: no
configure:30011: checking for __attribute__(no_instrument_function)
configure:30041: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:30048: $? = 0
configure:30112: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:30119: $? = 0
configure:30238: result: yes
configure:30263: checking for __attribute__(nonnull)
configure:30296: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:30303: $? = 0
configure:30370: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:30377: $? = 0
configure:30467: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -wd1292  conftest.c >&5
conftest.c(128): warning #2193: null argument provided for parameter marked 
with attribute "nonnull"
               return square( ((void*)0) );    /* This should produce an 
argument must be nonnull warning */
                              ^

configure:30474: $? = 0
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| /* end confdefs.h.  */
| 
|          static int usage(int * argument);
|          int square(int * argument) __attribute__ ((__nonnull__));
|          int square(int * argument) { return (*argument) * (*argument); }
| 
|          static int usage(int * argument) {
|              return square( ((void*)0) );    /* This should produce an 
argument must be nonnull warning */
|          }
|          /* The autoconf-generated main-function is int main(), which 
produces a warning by itself */
|          int main(void);
| 
| int
| main ()
| {
| 
|                  int i=4711;
|                  i=usage(&i);
| 
|   ;
|   return 0;
| }
configure:30516: result: yes
configure:30526: checking for __attribute__(noreturn)
configure:30565: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:30572: $? = 0
configure:30645: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:30652: $? = 0
configure:30771: result: yes
configure:30780: checking for __attribute__(packed)
configure:30815: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:30822: $? = 0
configure:30891: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:30898: $? = 0
configure:31017: result: yes
configure:31026: checking for __attribute__(pure)
configure:31059: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:31066: $? = 0
configure:31133: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:31140: $? = 0
configure:31259: result: yes
configure:31285: checking for __attribute__(sentinel)
configure:31317: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:31324: $? = 0
configure:31390: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:31397: $? = 0
configure:31487: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -wd1292  conftest.c >&5
conftest.c(128): warning #1881: argument must be a constant null pointer value
               return my_execlp ("lala", "/home/there", 
last_arg_should_be_null);   /* This should produce a warning */
                                                        ^

configure:31494: $? = 0
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| /* end confdefs.h.  */
| 
|          static int usage(int * argument);
|          int my_execlp(const char * file, const char *arg, ...) __attribute__ 
((__sentinel__));
| 
|          static int usage(int * argument) {
|              void * last_arg_should_be_null = argument;
|              return my_execlp ("lala", "/home/there", 
last_arg_should_be_null);   /* This should produce a warning */
|          }
|          /* The autoconf-generated main-function is int main(), which 
produces a warning by itself */
|          int main(void);
| 
| int
| main ()
| {
| 
|                  int i=4711;
|                  i=usage(&i);
| 
|   ;
|   return 0;
| }
configure:31536: result: yes
configure:31545: checking for __attribute__(unused)
configure:31578: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:31585: $? = 0
configure:31652: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:31659: $? = 0
configure:31778: result: yes
configure:31791: checking for __attribute__(visibility)
configure:31823: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:31830: $? = 0
configure:31896: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:31903: $? = 0
configure:32022: result: yes
configure:32047: checking for __attribute__(warn_unused_result)
configure:32080: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:32087: $? = 0
configure:32154: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:32161: $? = 0
configure:32255: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -wd1292  conftest.c >&5
configure:32262: $? = 0
configure:32307: result: no
configure:32314: checking for __attribute__(weak_alias)
configure:32348: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:32355: $? = 0
configure:32423: icpc -c -O3 -DNDEBUG -finline-functions  conftest.cpp >&5
configure:32430: $? = 0
configure:32549: result: yes
configure:32674: checking dependency style of icc
configure:32765: result: gcc3
configure:32780: checking for BSD- or MS-compatible name lister (nm)
configure:32829: result: /usr/bin/nm -B
configure:32947: checking the name lister (/usr/bin/nm -B) interface
configure:32954: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:32957: /usr/bin/nm -B "conftest.o"
configure:32960: output
0000000000000000 B some_variable
configure:32967: result: BSD nm
configure:32970: checking for fgrep
configure:33034: result: /bin/grep -F
configure:33086: checking if need to remove -g from CCASFLAGS
configure:33107: result: no
configure:33135: checking whether to enable smp locks
configure:33143: result: yes
configure:33161: checking if .proc/endp is needed
configure:33178: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -c conftest.s >conftest.out 2>&1
configure:33181: $? = 1
conftest.s: Assembler messages:
conftest.s:2: Error: unknown pseudo-op: `.proc'
conftest.s:4: Error: unknown pseudo-op: `.endp'
configure: failed program was:

     .proc mysym
mysym:
     .endp mysym
configure:33198: result: no
configure:33210: checking directive for setting text section
configure:33227: result: .text
configure:33238: checking directive for exporting symbols
configure:33250: result: .globl
configure:33265: checking for objdump
configure:33281: found /usr/bin/objdump
configure:33292: result: objdump
configure:33300: checking if .note.GNU-stack is needed
configure:33314: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -c conftest.c -o conftest.o
configure:33321: $? = 0
configure:33354: result: yes
configure:33363: checking suffix for labels
configure:33371: result: :
configure:33382: checking prefix for global symbol labels
configure: trying _
configure:33422: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -c conftest.s >conftest.out 2>&1
configure:33425: $? = 0
configure:33430: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. conftest_c.c -c > conftest.cmpl 2>&1
configure:33433: $? = 0
configure:33438: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict conftest_c.o conftest.o -o conftest    > conftest.link 2>&1
configure:33441: $? = 1
conftest_c.o(.text+0x29): In function `main':
: undefined reference to `gsym_test_func'
configure: failed C program was: 
#ifdef __cplusplus
extern "C" {
#endif
void gsym_test_func(void);
#ifdef __cplusplus
}
#endif
int
main()
{
    gsym_test_func();
    return 0;
}
configure: failed ASM program was: 

.text
# _gsym_test_func
.globl _gsym_test_func
_gsym_test_func:
# _gsym_test_func

configure: trying 
configure:33422: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -c conftest.s >conftest.out 2>&1
configure:33425: $? = 0
configure:33430: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. conftest_c.c -c > conftest.cmpl 2>&1
configure:33433: $? = 0
configure:33438: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict conftest_c.o conftest.o -o conftest    > conftest.link 2>&1
configure:33441: $? = 0
configure:33479: result: 
configure:33500: checking prefix for lsym labels
configure: trying L
configure:33522: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -c conftest.s >conftest.out 2>&1
configure:33525: $? = 0
configure: trying .L
configure:33522: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -c conftest.s >conftest.out 2>&1
configure:33525: $? = 0
configure:33567: result: .L
configure:33578: checking prefix for function in .type
configure: trying @
configure:33606: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -c conftest.s >conftest.out 2>&1
configure:33609: $? = 0
configure:33636: result: @
configure:33648: checking if .size is needed
configure:33662: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -c conftest.s >conftest.out 2>&1
configure:33665: $? = 0
configure:33682: result: yes
configure:33704: checking if .align directive takes logarithmic value
configure:33723: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -c conftest.s >conftest.out 2>&1
configure:33726: $? = 0
configure: .align test address offset is 04
configure:33749: result: no
configure:34067: checking if icc supports GCC inline assembly
configure:34110: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:34114: $? = 0
configure:34120: ./conftest
configure:34124: $? = 0
configure:34201: result: yes
configure:34220: checking if icc supports DEC inline assembly
configure:34247: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
conftest.c(186): catastrophic error: could not open source file "c_asm.h"
  #include <c_asm.h>
                    ^

compilation aborted for conftest.c (code 4)
configure:34254: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <c_asm.h>
| int
| main ()
| {
| asm("");
| return 0;
|   ;
|   return 0;
| }
configure:34274: result: no
configure:34293: checking if icc supports XLC inline assembly
configure:34303: result: no
configure:34323: checking if icpc supports GCC inline assembly
configure:34361: icpc -o conftest -O3 -DNDEBUG -finline-functions   
conftest.cpp  >&5
configure:34365: $? = 0
configure:34371: ./conftest
configure:34375: $? = 0
configure:34450: result: yes
configure:34481: checking if icpc supports DEC inline assembly
configure:34508: icpc -o conftest -O3 -DNDEBUG -finline-functions   
conftest.cpp  >&5
conftest.cpp(189): catastrophic error: could not open source file "c_asm.h"
  #include <c_asm.h>
                    ^

compilation aborted for conftest.cpp (code 4)
configure:34515: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| /* end confdefs.h.  */
| 
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <c_asm.h>
| int
| main ()
| {
| asm("");
| return 0;
|   ;
|   return 0;
| }
configure:34535: result: no
configure:34560: checking if icpc supports XLC inline assembly
configure:34570: result: no
configure:34601: checking for assembly format
configure:34603: result: default-.text-.globl-:--.L-@-1-0-1-1-1
configure:34615: checking for asssembly architecture
configure:34617: result: AMD64
configure:34633: checking for perl
configure:34649: found /usr/bin/perl
configure:34660: result: perl
configure:34670: checking for pre-built assembly file
configure:34678: result: yes (atomic-amd64-linux.s)
configure:34735: checking for atomic assembly filename
configure:34742: result: atomic-amd64-linux.s
configure:34903: checking for Fortran 77 compiler version
configure:34911: ifort --version >&5
ifort (IFORT) 11.0 20081105
Copyright (C) 1985-2008 Intel Corporation.  All rights reserved.

configure:34915: $? = 0
configure:34922: ifort -v >&5
Version 11.0 
configure:34926: $? = 0
configure:34933: ifort -V >&5
Intel(R) Fortran Intel(R) 64 Compiler Professional for applications running on 
Intel(R) 64, Version 11.0    Build 20081105 Package ID: l_cprof_p_11.0.074
Copyright (C) 1985-2008 Intel Corporation.  All rights reserved.

configure:34937: $? = 0
configure:34945: checking whether we are using the GNU Fortran 77 compiler
configure:34964: ifort -c  conftest.F >&5
conftest.F(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting 
one of: ( %% : . = =>
       choke me
---------------^
conftest.F(3): error #6218: This statement is positioned incorrectly and/or has 
syntax errors.
       choke me
---------------^
compilation aborted for conftest.F (code 1)
configure:34971: $? = 1
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:34988: result: no
configure:34994: checking whether ifort accepts -g
configure:35011: ifort -c -g conftest.f >&5
configure:35018: $? = 0
configure:35034: result: yes
configure:35172: checking if Fortran 77 compiler works
configure:35232: ifort -o conftest   conftest.f  >&5
configure:35236: $? = 0
configure:35242: ./conftest
configure:35246: $? = 0
configure:35269: result: yes
configure:35303: checking ifort external symbol convention
configure:35322: ifort  -c conftest.f  
configure:35329: $? = 0
configure:35372: result: single underscore
configure:35425: checking if C and Fortran 77 are link compatible
configure:35475: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest_c.c
configure:35482: $? = 0
configure:35509: ifort -o conftest   conftest.f conftest_c.o  >&5
configure:35516: $? = 0
configure:35554: result: yes
configure:35592: checking to see if F77 compiler likes the C++ exception flags
configure:35598: result: skipped (no C++ exceptions flags)
configure:35745: checking if Fortran 77 compiler supports LOGICAL
configure:35767: ifort -c  conftest.f >&5
configure:35774: $? = 0
configure:35795: result: yes
configure:35829: checking size of Fortran 77 LOGICAL
configure:35899: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:35906: $? = 0
configure:35916: ifort  conftestf.f conftest.o -o conftest  
configure:35923: $? = 0
configure:35954: ./conftest
configure:35961: $? = 0
configure:35995: result: 4
configure:36018: checking for C type corresponding to LOGICAL
configure:36066: result: int
configure:36139: checking alignment of Fortran LOGICAL
configure:36219: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:36226: $? = 0
configure:36236: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      LOGICAL  w,x,y,z
---------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      LOGICAL  w,x,y,z
-----------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      LOGICAL  w,x,y,z
-------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      LOGICAL  w,x,y,z
---------------------^
configure:36243: $? = 0
configure:36278: ./conftest
configure:36285: $? = 0
configure:36304: result: 1
configure:36450: checking if Fortran 77 compiler supports LOGICAL*1
configure:36472: ifort -c  conftest.f >&5
configure:36479: $? = 0
configure:36500: result: yes
configure:36534: checking size of Fortran 77 LOGICAL*1
configure:36604: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:36611: $? = 0
configure:36621: ifort  conftestf.f conftest.o -o conftest  
configure:36628: $? = 0
configure:36659: ./conftest
configure:36666: $? = 0
configure:36700: result: 1
configure:36723: checking for C type corresponding to LOGICAL*1
configure:36781: result: char
configure:36854: checking alignment of Fortran LOGICAL*1
configure:36934: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:36941: $? = 0
configure:36951: ifort  conftestf.f conftest.o -o conftest  
configure:36958: $? = 0
configure:36993: ./conftest
configure:37000: $? = 0
configure:37019: result: 1
configure:37165: checking if Fortran 77 compiler supports LOGICAL*2
configure:37187: ifort -c  conftest.f >&5
configure:37194: $? = 0
configure:37215: result: yes
configure:37249: checking size of Fortran 77 LOGICAL*2
configure:37319: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:37326: $? = 0
configure:37336: ifort  conftestf.f conftest.o -o conftest  
configure:37343: $? = 0
configure:37374: ./conftest
configure:37381: $? = 0
configure:37415: result: 2
configure:37438: checking for C type corresponding to LOGICAL*2
configure:37491: result: short
configure:37564: checking alignment of Fortran LOGICAL*2
configure:37644: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:37651: $? = 0
configure:37661: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      LOGICAL*2  w,x,y,z
-----------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      LOGICAL*2  w,x,y,z
-----------------------^
configure:37668: $? = 0
configure:37703: ./conftest
configure:37710: $? = 0
configure:37729: result: 1
configure:37875: checking if Fortran 77 compiler supports LOGICAL*4
configure:37897: ifort -c  conftest.f >&5
configure:37904: $? = 0
configure:37925: result: yes
configure:37959: checking size of Fortran 77 LOGICAL*4
configure:38029: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:38036: $? = 0
configure:38046: ifort  conftestf.f conftest.o -o conftest  
configure:38053: $? = 0
configure:38084: ./conftest
configure:38091: $? = 0
configure:38125: result: 4
configure:38148: checking for C type corresponding to LOGICAL*4
configure:38191: result: int
configure:38264: checking alignment of Fortran LOGICAL*4
configure:38344: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:38351: $? = 0
configure:38361: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      LOGICAL*4  w,x,y,z
-----------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      LOGICAL*4  w,x,y,z
-------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      LOGICAL*4  w,x,y,z
---------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      LOGICAL*4  w,x,y,z
-----------------------^
configure:38368: $? = 0
configure:38403: ./conftest
configure:38410: $? = 0
configure:38429: result: 1
configure:38575: checking if Fortran 77 compiler supports LOGICAL*8
configure:38597: ifort -c  conftest.f >&5
configure:38604: $? = 0
configure:38625: result: yes
configure:38659: checking size of Fortran 77 LOGICAL*8
configure:38729: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:38736: $? = 0
configure:38746: ifort  conftestf.f conftest.o -o conftest  
configure:38753: $? = 0
configure:38784: ./conftest
configure:38791: $? = 0
configure:38825: result: 8
configure:38848: checking for C type corresponding to LOGICAL*8
configure:38886: result: long long
configure:38959: checking alignment of Fortran LOGICAL*8
configure:39039: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:39046: $? = 0
configure:39056: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      LOGICAL*8  w,x,y,z
-----------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      LOGICAL*8  w,x,y,z
-------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      LOGICAL*8  w,x,y,z
---------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      LOGICAL*8  w,x,y,z
-----------------------^
configure:39063: $? = 0
configure:39098: ./conftest
configure:39105: $? = 0
configure:39124: result: 1
configure:39270: checking if Fortran 77 compiler supports INTEGER
configure:39292: ifort -c  conftest.f >&5
configure:39299: $? = 0
configure:39320: result: yes
configure:39354: checking size of Fortran 77 INTEGER
configure:39424: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:39431: $? = 0
configure:39441: ifort  conftestf.f conftest.o -o conftest  
configure:39448: $? = 0
configure:39479: ./conftest
configure:39486: $? = 0
configure:39520: result: 4
configure:39543: checking for C type corresponding to INTEGER
configure:39586: result: int
configure:39659: checking alignment of Fortran INTEGER
configure:39739: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:39746: $? = 0
configure:39756: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      INTEGER  w,x,y,z
---------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      INTEGER  w,x,y,z
-----------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      INTEGER  w,x,y,z
-------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      INTEGER  w,x,y,z
---------------------^
configure:39763: $? = 0
configure:39798: ./conftest
configure:39805: $? = 0
configure:39824: result: 1
configure:39970: checking if Fortran 77 compiler supports INTEGER*1
configure:39992: ifort -c  conftest.f >&5
configure:39999: $? = 0
configure:40020: result: yes
configure:40054: checking size of Fortran 77 INTEGER*1
configure:40124: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:40131: $? = 0
configure:40141: ifort  conftestf.f conftest.o -o conftest  
configure:40148: $? = 0
configure:40179: ./conftest
configure:40186: $? = 0
configure:40220: result: 1
configure:40243: checking for C type corresponding to INTEGER*1
configure:40296: result: char
configure:40369: checking alignment of Fortran INTEGER*1
configure:40449: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:40456: $? = 0
configure:40466: ifort  conftestf.f conftest.o -o conftest  
configure:40473: $? = 0
configure:40508: ./conftest
configure:40515: $? = 0
configure:40534: result: 1
configure:40680: checking if Fortran 77 compiler supports INTEGER*2
configure:40702: ifort -c  conftest.f >&5
configure:40709: $? = 0
configure:40730: result: yes
configure:40764: checking size of Fortran 77 INTEGER*2
configure:40834: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:40841: $? = 0
configure:40851: ifort  conftestf.f conftest.o -o conftest  
configure:40858: $? = 0
configure:40889: ./conftest
configure:40896: $? = 0
configure:40930: result: 2
configure:40953: checking for C type corresponding to INTEGER*2
configure:41006: result: short
configure:41079: checking alignment of Fortran INTEGER*2
configure:41159: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:41166: $? = 0
configure:41176: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      INTEGER*2  w,x,y,z
-----------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      INTEGER*2  w,x,y,z
-----------------------^
configure:41183: $? = 0
configure:41218: ./conftest
configure:41225: $? = 0
configure:41244: result: 1
configure:41390: checking if Fortran 77 compiler supports INTEGER*4
configure:41412: ifort -c  conftest.f >&5
configure:41419: $? = 0
configure:41440: result: yes
configure:41474: checking size of Fortran 77 INTEGER*4
configure:41544: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:41551: $? = 0
configure:41561: ifort  conftestf.f conftest.o -o conftest  
configure:41568: $? = 0
configure:41599: ./conftest
configure:41606: $? = 0
configure:41640: result: 4
configure:41663: checking for C type corresponding to INTEGER*4
configure:41706: result: int
configure:41779: checking alignment of Fortran INTEGER*4
configure:41859: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:41866: $? = 0
configure:41876: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      INTEGER*4  w,x,y,z
-----------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      INTEGER*4  w,x,y,z
-------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      INTEGER*4  w,x,y,z
---------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      INTEGER*4  w,x,y,z
-----------------------^
configure:41883: $? = 0
configure:41918: ./conftest
configure:41925: $? = 0
configure:41944: result: 1
configure:42090: checking if Fortran 77 compiler supports INTEGER*8
configure:42112: ifort -c  conftest.f >&5
configure:42119: $? = 0
configure:42140: result: yes
configure:42174: checking size of Fortran 77 INTEGER*8
configure:42244: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:42251: $? = 0
configure:42261: ifort  conftestf.f conftest.o -o conftest  
configure:42268: $? = 0
configure:42299: ./conftest
configure:42306: $? = 0
configure:42340: result: 8
configure:42363: checking for C type corresponding to INTEGER*8
configure:42401: result: long long
configure:42474: checking alignment of Fortran INTEGER*8
configure:42554: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:42561: $? = 0
configure:42571: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      INTEGER*8  w,x,y,z
-----------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      INTEGER*8  w,x,y,z
-------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      INTEGER*8  w,x,y,z
---------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      INTEGER*8  w,x,y,z
-----------------------^
configure:42578: $? = 0
configure:42613: ./conftest
configure:42620: $? = 0
configure:42639: result: 1
configure:42785: checking if Fortran 77 compiler supports INTEGER*16
configure:42807: ifort -c  conftest.f >&5
conftest.f(3): error #6216: This length or width specifier has been incorrectly 
used in this context.   [16]
        INTEGER*16 bogus_variable
----------------^
compilation aborted for conftest.f (code 1)
configure:42814: $? = 1
configure: failed program was:
| C
|         program main
|         INTEGER*16 bogus_variable
|         end
configure:42835: result: no
configure:43481: checking if Fortran 77 compiler supports REAL
configure:43503: ifort -c  conftest.f >&5
configure:43510: $? = 0
configure:43531: result: yes
configure:43565: checking size of Fortran 77 REAL
configure:43635: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:43642: $? = 0
configure:43652: ifort  conftestf.f conftest.o -o conftest  
configure:43659: $? = 0
configure:43690: ./conftest
configure:43697: $? = 0
configure:43731: result: 4
configure:43754: checking for C type corresponding to REAL
configure:43787: result: float
configure:43860: checking alignment of Fortran REAL
configure:43940: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:43947: $? = 0
configure:43957: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      REAL  w,x,y,z
------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      REAL  w,x,y,z
--------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      REAL  w,x,y,z
----------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      REAL  w,x,y,z
------------------^
configure:43964: $? = 0
configure:43999: ./conftest
configure:44006: $? = 0
configure:44025: result: 1
configure:44171: checking if Fortran 77 compiler supports REAL*2
configure:44193: ifort -c  conftest.f >&5
conftest.f(3): error #6216: This length or width specifier has been incorrectly 
used in this context.   [2]
        REAL*2 bogus_variable
-------------^
compilation aborted for conftest.f (code 1)
configure:44200: $? = 1
configure: failed program was:
| C
|         program main
|         REAL*2 bogus_variable
|         end
configure:44221: result: no
configure:44861: checking if Fortran 77 compiler supports REAL*4
configure:44883: ifort -c  conftest.f >&5
configure:44890: $? = 0
configure:44911: result: yes
configure:44945: checking size of Fortran 77 REAL*4
configure:45015: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:45022: $? = 0
configure:45032: ifort  conftestf.f conftest.o -o conftest  
configure:45039: $? = 0
configure:45070: ./conftest
configure:45077: $? = 0
configure:45111: result: 4
configure:45134: checking for C type corresponding to REAL*4
configure:45167: result: float
configure:45240: checking alignment of Fortran REAL*4
configure:45320: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:45327: $? = 0
configure:45337: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      REAL*4  w,x,y,z
--------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      REAL*4  w,x,y,z
----------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      REAL*4  w,x,y,z
------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      REAL*4  w,x,y,z
--------------------^
configure:45344: $? = 0
configure:45379: ./conftest
configure:45386: $? = 0
configure:45405: result: 1
configure:45551: checking if Fortran 77 compiler supports REAL*8
configure:45573: ifort -c  conftest.f >&5
configure:45580: $? = 0
configure:45601: result: yes
configure:45635: checking size of Fortran 77 REAL*8
configure:45705: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:45712: $? = 0
configure:45722: ifort  conftestf.f conftest.o -o conftest  
configure:45729: $? = 0
configure:45760: ./conftest
configure:45767: $? = 0
configure:45801: result: 8
configure:45824: checking for C type corresponding to REAL*8
configure:45857: result: double
configure:45930: checking alignment of Fortran REAL*8
configure:46010: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:46017: $? = 0
configure:46027: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      REAL*8  w,x,y,z
--------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      REAL*8  w,x,y,z
----------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      REAL*8  w,x,y,z
------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      REAL*8  w,x,y,z
--------------------^
configure:46034: $? = 0
configure:46069: ./conftest
configure:46076: $? = 0
configure:46095: result: 1
configure:46241: checking if Fortran 77 compiler supports REAL*16
configure:46263: ifort -c  conftest.f >&5
configure:46270: $? = 0
configure:46291: result: yes
configure:46325: checking size of Fortran 77 REAL*16
configure:46395: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:46402: $? = 0
configure:46412: ifort  conftestf.f conftest.o -o conftest  
configure:46419: $? = 0
configure:46450: ./conftest
configure:46457: $? = 0
configure:46491: result: 16
configure:46514: checking for C type corresponding to REAL*16
configure:46547: result: long double
configure:46620: checking alignment of Fortran REAL*16
configure:46700: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:46707: $? = 0
configure:46717: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      REAL*16  w,x,y,z
---------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      REAL*16  w,x,y,z
-----------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      REAL*16  w,x,y,z
-------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      REAL*16  w,x,y,z
---------------------^
configure:46724: $? = 0
configure:46759: ./conftest
configure:46766: $? = 0
configure:46785: result: 1
configure:46929: checking if REAL*16 matches bit representation of long double
configure:46996: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest_c.c
configure:47003: $? = 0
configure:47013: ifort  conftest_f.f conftest_c.o -o conftest  
configure:47020: $? = 0
configure:47056: ./conftest
configure:47063: $? = 0
configure:47101: result: no
configure:47111: WARNING: MPI_REAL16 and MPI_COMPLEX32 support have been 
disabled
configure:47202: checking if Fortran 77 compiler supports DOUBLE PRECISION
configure:47224: ifort -c  conftest.f >&5
configure:47231: $? = 0
configure:47252: result: yes
configure:47286: checking size of Fortran 77 DOUBLE PRECISION
configure:47356: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:47363: $? = 0
configure:47373: ifort  conftestf.f conftest.o -o conftest  
configure:47380: $? = 0
configure:47411: ./conftest
configure:47418: $? = 0
configure:47452: result: 8
configure:47475: checking for C type corresponding to DOUBLE PRECISION
configure:47508: result: double
configure:47581: checking alignment of Fortran DOUBLE PRECISION
configure:47661: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:47668: $? = 0
configure:47678: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      DOUBLE PRECISION  w,x,y,z
------------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      DOUBLE PRECISION  w,x,y,z
--------------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      DOUBLE PRECISION  w,x,y,z
----------------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      DOUBLE PRECISION  w,x,y,z
------------------------------^
configure:47685: $? = 0
configure:47720: ./conftest
configure:47727: $? = 0
configure:47746: result: 1
configure:47893: checking if Fortran 77 compiler supports COMPLEX
configure:47915: ifort -c  conftest.f >&5
configure:47922: $? = 0
configure:47943: result: yes
configure:47977: checking size of Fortran 77 COMPLEX
configure:48047: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:48054: $? = 0
configure:48064: ifort  conftestf.f conftest.o -o conftest  
configure:48071: $? = 0
configure:48102: ./conftest
configure:48109: $? = 0
configure:48143: result: 8
configure:48207: checking alignment of Fortran COMPLEX
configure:48287: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:48294: $? = 0
configure:48304: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      COMPLEX  w,x,y,z
---------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      COMPLEX  w,x,y,z
-----------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      COMPLEX  w,x,y,z
-------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      COMPLEX  w,x,y,z
---------------------^
configure:48311: $? = 0
configure:48346: ./conftest
configure:48353: $? = 0
configure:48372: result: 1
configure:48530: checking if Fortran 77 compiler supports COMPLEX*8
configure:48552: ifort -c  conftest.f >&5
configure:48559: $? = 0
configure:48580: result: yes
configure:48614: checking size of Fortran 77 COMPLEX*8
configure:48684: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:48691: $? = 0
configure:48701: ifort  conftestf.f conftest.o -o conftest  
configure:48708: $? = 0
configure:48739: ./conftest
configure:48746: $? = 0
configure:48780: result: 8
configure:48844: checking alignment of Fortran COMPLEX*8
configure:48924: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:48931: $? = 0
configure:48941: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      COMPLEX*8  w,x,y,z
-----------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      COMPLEX*8  w,x,y,z
-------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      COMPLEX*8  w,x,y,z
---------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      COMPLEX*8  w,x,y,z
-----------------------^
configure:48948: $? = 0
configure:48983: ./conftest
configure:48990: $? = 0
configure:49009: result: 1
configure:49155: checking if Fortran 77 compiler supports COMPLEX*16
configure:49177: ifort -c  conftest.f >&5
configure:49184: $? = 0
configure:49205: result: yes
configure:49239: checking size of Fortran 77 COMPLEX*16
configure:49309: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:49316: $? = 0
configure:49326: ifort  conftestf.f conftest.o -o conftest  
configure:49333: $? = 0
configure:49364: ./conftest
configure:49371: $? = 0
configure:49405: result: 16
configure:49469: checking alignment of Fortran COMPLEX*16
configure:49549: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:49556: $? = 0
configure:49566: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      COMPLEX*16  w,x,y,z
------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      COMPLEX*16  w,x,y,z
--------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      COMPLEX*16  w,x,y,z
----------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      COMPLEX*16  w,x,y,z
------------------------^
configure:49573: $? = 0
configure:49608: ./conftest
configure:49615: $? = 0
configure:49634: result: 1
configure:49780: checking if Fortran 77 compiler supports COMPLEX*32
configure:49802: ifort -c  conftest.f >&5
configure:49809: $? = 0
configure:49830: result: yes
configure:49864: checking size of Fortran 77 COMPLEX*32
configure:49934: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:49941: $? = 0
configure:49951: ifort  conftestf.f conftest.o -o conftest  
configure:49958: $? = 0
configure:49989: ./conftest
configure:49996: $? = 0
configure:50030: result: 32
configure:50094: checking alignment of Fortran COMPLEX*32
configure:50174: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:50181: $? = 0
configure:50191: ifort  conftestf.f conftest.o -o conftest  
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [W]
      COMPLEX*32  w,x,y,z
------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [X]
      COMPLEX*32  w,x,y,z
--------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Y]
      COMPLEX*32  w,x,y,z
----------------------^
conftestf.f(3): warning #6375: Because of COMMON, the alignment of object is 
inconsistent with its type   [Z]
      COMPLEX*32  w,x,y,z
------------------------^
configure:50198: $? = 0
configure:50233: ./conftest
configure:50240: $? = 0
configure:50259: result: 1
configure:50354: checking for max Fortran MPI handle index
configure:50414: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:50418: $? = 0
configure:50424: ./conftest
configure:50428: $? = 0
configure:50460: result: ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 )
configure:50480: checking FORTRAN value for .TRUE. logical type
configure:50580: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:50587: $? = 0
configure:50597: ifort  -o conftest conftest.o conftestf.f  
configure:50604: $? = 0
configure:50635: ./conftest
configure:50642: $? = 0
configure:50659: result: -1
configure:50672: checking for correct handling of FORTRAN logical arrays
configure:50764: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:50771: $? = 0
configure:50781: ifort  conftestf.f conftest.o -o conftest  
configure:50788: $? = 0
configure:50817: ./conftest
configure:50824: $? = 0
configure:50843: result: yes
configure:51056: checking for Fortran compiler version
configure:51064: ifort --version >&5
ifort (IFORT) 11.0 20081105
Copyright (C) 1985-2008 Intel Corporation.  All rights reserved.

configure:51068: $? = 0
configure:51075: ifort -v >&5
Version 11.0 
configure:51079: $? = 0
configure:51086: ifort -V >&5
Intel(R) Fortran Intel(R) 64 Compiler Professional for applications running on 
Intel(R) 64, Version 11.0    Build 20081105 Package ID: l_cprof_p_11.0.074
Copyright (C) 1985-2008 Intel Corporation.  All rights reserved.

configure:51090: $? = 0
configure:51098: checking whether we are using the GNU Fortran compiler
configure:51117: ifort -c   conftest.F >&5
conftest.F(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting 
one of: ( %% : . = =>
       choke me
---------------^
conftest.F(3): error #6218: This statement is positioned incorrectly and/or has 
syntax errors.
       choke me
---------------^
compilation aborted for conftest.F (code 1)
configure:51124: $? = 1
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:51141: result: no
configure:51147: checking whether ifort accepts -g
configure:51164: ifort -c -g  conftest.f >&5
configure:51171: $? = 0
configure:51187: result: yes
configure:51313: checking if Fortran compiler works
configure:51373: ifort -o conftest    conftest.f  >&5
configure:51377: $? = 0
configure:51383: ./conftest
configure:51387: $? = 0
configure:51410: result: yes
configure:51436: checking whether ifort and ifort compilers are compatible
configure:51461: ifort   -c conftestf90.f
configure:51468: $? = 0
configure:51478: ifort  -c conftestf77.f
configure:51485: $? = 0
configure:51495: ifort  -o conftest conftestf90.o conftestf77.o  
configure:51502: $? = 0
configure:51573: result: yes
configure:51609: checking for extra arguments to build a shard library
configure:51632: result: none needed
configure:51652: checking for Fortran flag to compile .f files
configure:51674: ifort -c   conftest.f >&5
configure:51681: $? = 0
configure:51700: result: none
configure:51727: checking for Fortran flag to compile .f90 files
configure:51749: ifort -c   conftest.f90 >&5
configure:51756: $? = 0
configure:51775: result: none
configure:51811: checking to see if F90 compiler likes the C++ exception flags
configure:51817: result: skipped (no C++ exceptions flags)
configure:51902: checking for Fortran 90 compiler module include flag
configure:51928: ifort   -c conftest-module.f90  
configure:51935: $? = 0
configure:51974: ifort   conftest.f90 -Isubdir  
configure:51981: $? = 0
configure:51999: result: -I
configure:52041: checking if Fortran 90 compiler supports LOGICAL
configure:52062: ifort -c   conftest.f90 >&5
configure:52069: $? = 0
configure:52090: result: yes
configure:52124: checking size of Fortran 90 LOGICAL
configure:52193: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:52200: $? = 0
configure:52210: ifort   conftestf.f90 conftest.o -o conftest  
configure:52217: $? = 0
configure:52265: ./conftest
configure:52272: $? = 0
configure:52291: result: 4
configure:52318: checking if Fortran 77 and 90 type sizes match
configure:52331: result: yes
configure:52404: checking if Fortran 90 compiler supports LOGICAL*1
configure:52425: ifort -c   conftest.f90 >&5
configure:52432: $? = 0
configure:52453: result: yes
configure:52487: checking size of Fortran 90 LOGICAL*1
configure:52556: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:52563: $? = 0
configure:52573: ifort   conftestf.f90 conftest.o -o conftest  
configure:52580: $? = 0
configure:52628: ./conftest
configure:52635: $? = 0
configure:52654: result: 1
configure:52681: checking if Fortran 77 and 90 type sizes match
configure:52694: result: yes
configure:52767: checking if Fortran 90 compiler supports LOGICAL*2
configure:52788: ifort -c   conftest.f90 >&5
configure:52795: $? = 0
configure:52816: result: yes
configure:52850: checking size of Fortran 90 LOGICAL*2
configure:52919: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:52926: $? = 0
configure:52936: ifort   conftestf.f90 conftest.o -o conftest  
configure:52943: $? = 0
configure:52991: ./conftest
configure:52998: $? = 0
configure:53017: result: 2
configure:53044: checking if Fortran 77 and 90 type sizes match
configure:53057: result: yes
configure:53130: checking if Fortran 90 compiler supports LOGICAL*4
configure:53151: ifort -c   conftest.f90 >&5
configure:53158: $? = 0
configure:53179: result: yes
configure:53213: checking size of Fortran 90 LOGICAL*4
configure:53282: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:53289: $? = 0
configure:53299: ifort   conftestf.f90 conftest.o -o conftest  
configure:53306: $? = 0
configure:53354: ./conftest
configure:53361: $? = 0
configure:53380: result: 4
configure:53407: checking if Fortran 77 and 90 type sizes match
configure:53420: result: yes
configure:53493: checking if Fortran 90 compiler supports LOGICAL*8
configure:53514: ifort -c   conftest.f90 >&5
configure:53521: $? = 0
configure:53542: result: yes
configure:53576: checking size of Fortran 90 LOGICAL*8
configure:53645: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:53652: $? = 0
configure:53662: ifort   conftestf.f90 conftest.o -o conftest  
configure:53669: $? = 0
configure:53717: ./conftest
configure:53724: $? = 0
configure:53743: result: 8
configure:53770: checking if Fortran 77 and 90 type sizes match
configure:53783: result: yes
configure:53858: checking if Fortran 90 compiler supports INTEGER
configure:53879: ifort -c   conftest.f90 >&5
configure:53886: $? = 0
configure:53907: result: yes
configure:53941: checking size of Fortran 90 INTEGER
configure:54010: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:54017: $? = 0
configure:54027: ifort   conftestf.f90 conftest.o -o conftest  
configure:54034: $? = 0
configure:54082: ./conftest
configure:54089: $? = 0
configure:54108: result: 4
configure:54135: checking if Fortran 77 and 90 type sizes match
configure:54148: result: yes
configure:54221: checking if Fortran 90 compiler supports INTEGER*1
configure:54242: ifort -c   conftest.f90 >&5
configure:54249: $? = 0
configure:54270: result: yes
configure:54304: checking size of Fortran 90 INTEGER*1
configure:54373: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:54380: $? = 0
configure:54390: ifort   conftestf.f90 conftest.o -o conftest  
configure:54397: $? = 0
configure:54445: ./conftest
configure:54452: $? = 0
configure:54471: result: 1
configure:54498: checking if Fortran 77 and 90 type sizes match
configure:54511: result: yes
configure:54584: checking if Fortran 90 compiler supports INTEGER*2
configure:54605: ifort -c   conftest.f90 >&5
configure:54612: $? = 0
configure:54633: result: yes
configure:54667: checking size of Fortran 90 INTEGER*2
configure:54736: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:54743: $? = 0
configure:54753: ifort   conftestf.f90 conftest.o -o conftest  
configure:54760: $? = 0
configure:54808: ./conftest
configure:54815: $? = 0
configure:54834: result: 2
configure:54861: checking if Fortran 77 and 90 type sizes match
configure:54874: result: yes
configure:54947: checking if Fortran 90 compiler supports INTEGER*4
configure:54968: ifort -c   conftest.f90 >&5
configure:54975: $? = 0
configure:54996: result: yes
configure:55030: checking size of Fortran 90 INTEGER*4
configure:55099: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:55106: $? = 0
configure:55116: ifort   conftestf.f90 conftest.o -o conftest  
configure:55123: $? = 0
configure:55171: ./conftest
configure:55178: $? = 0
configure:55197: result: 4
configure:55224: checking if Fortran 77 and 90 type sizes match
configure:55237: result: yes
configure:55310: checking if Fortran 90 compiler supports INTEGER*8
configure:55331: ifort -c   conftest.f90 >&5
configure:55338: $? = 0
configure:55359: result: yes
configure:55393: checking size of Fortran 90 INTEGER*8
configure:55462: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:55469: $? = 0
configure:55479: ifort   conftestf.f90 conftest.o -o conftest  
configure:55486: $? = 0
configure:55534: ./conftest
configure:55541: $? = 0
configure:55560: result: 8
configure:55587: checking if Fortran 77 and 90 type sizes match
configure:55600: result: yes
configure:55673: checking if Fortran 90 compiler supports INTEGER*16
configure:55694: ifort -c   conftest.f90 >&5
conftest.f90(2): error #6216: This length or width specifier has been 
incorrectly used in this context.   [16]
    INTEGER*16 :: x
------------^
compilation aborted for conftest.f90 (code 1)
configure:55701: $? = 1
configure: failed program was:
| program main
|     INTEGER*16 :: x
| end
configure:55722: result: no
configure:56038: checking if Fortran 90 compiler supports REAL
configure:56059: ifort -c   conftest.f90 >&5
configure:56066: $? = 0
configure:56087: result: yes
configure:56121: checking size of Fortran 90 REAL
configure:56190: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:56197: $? = 0
configure:56207: ifort   conftestf.f90 conftest.o -o conftest  
configure:56214: $? = 0
configure:56262: ./conftest
configure:56269: $? = 0
configure:56288: result: 4
configure:56315: checking if Fortran 77 and 90 type sizes match
configure:56328: result: yes
configure:56401: checking if Fortran 90 compiler supports REAL*2
configure:56422: ifort -c   conftest.f90 >&5
conftest.f90(2): error #6216: This length or width specifier has been 
incorrectly used in this context.   [2]
    REAL*2 :: x
---------^
compilation aborted for conftest.f90 (code 1)
configure:56429: $? = 1
configure: failed program was:
| program main
|     REAL*2 :: x
| end
configure:56450: result: no
configure:56764: checking if Fortran 90 compiler supports REAL*4
configure:56785: ifort -c   conftest.f90 >&5
configure:56792: $? = 0
configure:56813: result: yes
configure:56847: checking size of Fortran 90 REAL*4
configure:56916: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:56923: $? = 0
configure:56933: ifort   conftestf.f90 conftest.o -o conftest  
configure:56940: $? = 0
configure:56988: ./conftest
configure:56995: $? = 0
configure:57014: result: 4
configure:57041: checking if Fortran 77 and 90 type sizes match
configure:57054: result: yes
configure:57127: checking if Fortran 90 compiler supports REAL*8
configure:57148: ifort -c   conftest.f90 >&5
configure:57155: $? = 0
configure:57176: result: yes
configure:57210: checking size of Fortran 90 REAL*8
configure:57279: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:57286: $? = 0
configure:57296: ifort   conftestf.f90 conftest.o -o conftest  
configure:57303: $? = 0
configure:57351: ./conftest
configure:57358: $? = 0
configure:57377: result: 8
configure:57404: checking if Fortran 77 and 90 type sizes match
configure:57417: result: yes
configure:57490: checking if Fortran 90 compiler supports REAL*16
configure:57511: ifort -c   conftest.f90 >&5
configure:57518: $? = 0
configure:57539: result: yes
configure:57573: checking size of Fortran 90 REAL*16
configure:57642: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:57649: $? = 0
configure:57659: ifort   conftestf.f90 conftest.o -o conftest  
configure:57666: $? = 0
configure:57714: ./conftest
configure:57721: $? = 0
configure:57740: result: 16
configure:57767: checking if Fortran 77 and 90 type sizes match
configure:57780: result: yes
configure:57853: checking if Fortran 90 compiler supports DOUBLE PRECISION
configure:57874: ifort -c   conftest.f90 >&5
configure:57881: $? = 0
configure:57902: result: yes
configure:57936: checking size of Fortran 90 DOUBLE PRECISION
configure:58005: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:58012: $? = 0
configure:58022: ifort   conftestf.f90 conftest.o -o conftest  
configure:58029: $? = 0
configure:58077: ./conftest
configure:58084: $? = 0
configure:58103: result: 8
configure:58130: checking if Fortran 77 and 90 type sizes match
configure:58143: result: yes
configure:58218: checking if Fortran 90 compiler supports COMPLEX
configure:58239: ifort -c   conftest.f90 >&5
configure:58246: $? = 0
configure:58267: result: yes
configure:58301: checking size of Fortran 90 COMPLEX
configure:58370: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:58377: $? = 0
configure:58387: ifort   conftestf.f90 conftest.o -o conftest  
configure:58394: $? = 0
configure:58442: ./conftest
configure:58449: $? = 0
configure:58468: result: 8
configure:58495: checking if Fortran 77 and 90 type sizes match
configure:58508: result: yes
configure:58581: checking if Fortran 90 compiler supports COMPLEX*8
configure:58602: ifort -c   conftest.f90 >&5
configure:58609: $? = 0
configure:58630: result: yes
configure:58664: checking size of Fortran 90 COMPLEX*8
configure:58733: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:58740: $? = 0
configure:58750: ifort   conftestf.f90 conftest.o -o conftest  
configure:58757: $? = 0
configure:58805: ./conftest
configure:58812: $? = 0
configure:58831: result: 8
configure:58858: checking if Fortran 77 and 90 type sizes match
configure:58871: result: yes
configure:58944: checking if Fortran 90 compiler supports COMPLEX*16
configure:58965: ifort -c   conftest.f90 >&5
configure:58972: $? = 0
configure:58993: result: yes
configure:59027: checking size of Fortran 90 COMPLEX*16
configure:59096: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:59103: $? = 0
configure:59113: ifort   conftestf.f90 conftest.o -o conftest  
configure:59120: $? = 0
configure:59168: ./conftest
configure:59175: $? = 0
configure:59194: result: 16
configure:59221: checking if Fortran 77 and 90 type sizes match
configure:59234: result: yes
configure:59307: checking if Fortran 90 compiler supports COMPLEX*32
configure:59328: ifort -c   conftest.f90 >&5
configure:59335: $? = 0
configure:59356: result: yes
configure:59390: checking size of Fortran 90 COMPLEX*32
configure:59459: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:59466: $? = 0
configure:59476: ifort   conftestf.f90 conftest.o -o conftest  
configure:59483: $? = 0
configure:59531: ./conftest
configure:59538: $? = 0
configure:59557: result: 32
configure:59584: checking if Fortran 77 and 90 type sizes match
configure:59597: result: yes
configure:59670: checking if Fortran 90 compiler supports DOUBLE COMPLEX
configure:59691: ifort -c   conftest.f90 >&5
configure:59698: $? = 0
configure:59719: result: yes
configure:59753: checking size of Fortran 90 DOUBLE COMPLEX
configure:59822: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:59829: $? = 0
configure:59839: ifort   conftestf.f90 conftest.o -o conftest  
configure:59846: $? = 0
configure:59894: ./conftest
configure:59901: $? = 0
configure:59920: result: 16
configure:60137: checking Fortran 90 kind of MPI_INTEGER_KIND 
(selected_int_kind(9))
configure:60155: ifort   -o conftest conftestf.f90  
configure:60162: $? = 0
configure:60206: ./conftest
configure:60213: $? = 0
configure:60232: result: 4
configure:60685: checking Fortran 90 kind of MPI_ADDRESS_KIND 
(selected_int_kind(18))
configure:60703: ifort   -o conftest conftestf.f90  
configure:60710: $? = 0
configure:60754: ./conftest
configure:60761: $? = 0
configure:60780: result: 8
configure:60908: checking Fortran 90 kind of MPI_OFFSET_KIND 
(selected_int_kind(18))
configure:61003: result: 8
configure:61182: checking alloca.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking alloca.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for alloca.h
configure:61302: result: yes
configure:61182: checking aio.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking aio.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for aio.h
configure:61302: result: yes
configure:61182: checking arpa/inet.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking arpa/inet.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for arpa/inet.h
configure:61302: result: yes
configure:61182: checking dirent.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking dirent.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for dirent.h
configure:61302: result: yes
configure:61182: checking dlfcn.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking dlfcn.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for dlfcn.h
configure:61302: result: yes
configure:61182: checking execinfo.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking execinfo.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for execinfo.h
configure:61302: result: yes
configure:61182: checking err.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking err.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for err.h
configure:61302: result: yes
configure:61182: checking fcntl.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking fcntl.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for fcntl.h
configure:61302: result: yes
configure:61182: checking grp.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking grp.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for grp.h
configure:61302: result: yes
configure:61171: checking for inttypes.h
configure:61178: result: yes
configure:61182: checking libgen.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking libgen.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for libgen.h
configure:61302: result: yes
configure:61182: checking libutil.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(318): catastrophic error: could not open source file "libutil.h"
  #include <libutil.h>
                      ^

compilation aborted for conftest.c (code 4)
configure:61206: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libutil.h>
configure:61220: result: no
configure:61224: checking libutil.h presence
configure:61239: icc -E  conftest.c
conftest.c(285): error #5: could not open source file "libutil.h"
  #include <libutil.h>
                      ^

configure:61246: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| /* end confdefs.h.  */
| #include <libutil.h>
configure:61260: result: no
configure:61293: checking for libutil.h
configure:61302: result: no
configure:61182: checking netdb.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking netdb.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for netdb.h
configure:61302: result: yes
configure:61182: checking netinet/in.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking netinet/in.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for netinet/in.h
configure:61302: result: yes
configure:61182: checking netinet/tcp.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking netinet/tcp.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for netinet/tcp.h
configure:61302: result: yes
configure:61182: checking poll.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking poll.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for poll.h
configure:61302: result: yes
configure:61182: checking pthread.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking pthread.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for pthread.h
configure:61302: result: yes
configure:61182: checking pty.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking pty.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for pty.h
configure:61302: result: yes
configure:61182: checking pwd.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking pwd.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for pwd.h
configure:61302: result: yes
configure:61182: checking sched.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sched.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sched.h
configure:61302: result: yes
configure:61171: checking for stdint.h
configure:61178: result: yes
configure:61171: checking for string.h
configure:61178: result: yes
configure:61171: checking for strings.h
configure:61178: result: yes
configure:61182: checking stropts.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking stropts.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for stropts.h
configure:61302: result: yes
configure:61182: checking sys/fcntl.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/fcntl.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/fcntl.h
configure:61302: result: yes
configure:61182: checking sys/ipc.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/ipc.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/ipc.h
configure:61302: result: yes
configure:61182: checking sys/ioctl.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/ioctl.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/ioctl.h
configure:61302: result: yes
configure:61182: checking sys/mman.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/mman.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/mman.h
configure:61302: result: yes
configure:61182: checking sys/param.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/param.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/param.h
configure:61302: result: yes
configure:61182: checking sys/queue.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/queue.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/queue.h
configure:61302: result: yes
configure:61182: checking sys/resource.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/resource.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/resource.h
configure:61302: result: yes
configure:61182: checking sys/select.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/select.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/select.h
configure:61302: result: yes
configure:61182: checking sys/socket.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/socket.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/socket.h
configure:61302: result: yes
configure:61182: checking sys/sockio.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(339): catastrophic error: could not open source file "sys/sockio.h"
  #include <sys/sockio.h>
                         ^

compilation aborted for conftest.c (code 4)
configure:61206: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sockio.h>
configure:61220: result: no
configure:61224: checking sys/sockio.h presence
configure:61239: icc -E  conftest.c
conftest.c(306): error #5: could not open source file "sys/sockio.h"
  #include <sys/sockio.h>
                         ^

configure:61246: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <sys/sockio.h>
configure:61260: result: no
configure:61293: checking for sys/sockio.h
configure:61302: result: no
configure:61182: checking stdarg.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking stdarg.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for stdarg.h
configure:61302: result: yes
configure:61171: checking for sys/stat.h
configure:61178: result: yes
configure:61182: checking sys/statvfs.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/statvfs.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/statvfs.h
configure:61302: result: yes
configure:61182: checking sys/time.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/time.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/time.h
configure:61302: result: yes
configure:61182: checking sys/tree.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(343): catastrophic error: could not open source file "sys/tree.h"
  #include <sys/tree.h>
                       ^

compilation aborted for conftest.c (code 4)
configure:61206: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/tree.h>
configure:61220: result: no
configure:61224: checking sys/tree.h presence
configure:61239: icc -E  conftest.c
conftest.c(310): error #5: could not open source file "sys/tree.h"
  #include <sys/tree.h>
                       ^

configure:61246: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h.  */
| #include <sys/tree.h>
configure:61260: result: no
configure:61293: checking for sys/tree.h
configure:61302: result: no
configure:61171: checking for sys/types.h
configure:61178: result: yes
configure:61182: checking sys/uio.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/uio.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/uio.h
configure:61302: result: yes
configure:61182: checking net/uio.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(345): catastrophic error: could not open source file "net/uio.h"
  #include <net/uio.h>
                      ^

compilation aborted for conftest.c (code 4)
configure:61206: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/uio.h>
configure:61220: result: no
configure:61224: checking net/uio.h presence
configure:61239: icc -E  conftest.c
conftest.c(312): error #5: could not open source file "net/uio.h"
  #include <net/uio.h>
                      ^

configure:61246: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| /* end confdefs.h.  */
| #include <net/uio.h>
configure:61260: result: no
configure:61293: checking for net/uio.h
configure:61302: result: no
configure:61182: checking sys/utsname.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/utsname.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/utsname.h
configure:61302: result: yes
configure:61182: checking sys/wait.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/wait.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/wait.h
configure:61302: result: yes
configure:61182: checking syslog.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking syslog.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for syslog.h
configure:61302: result: yes
configure:61182: checking time.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking time.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for time.h
configure:61302: result: yes
configure:61182: checking termios.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking termios.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for termios.h
configure:61302: result: yes
configure:61182: checking ulimit.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking ulimit.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for ulimit.h
configure:61302: result: yes
configure:61171: checking for unistd.h
configure:61178: result: yes
configure:61182: checking util.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(352): catastrophic error: could not open source file "util.h"
  #include <util.h>
                   ^

compilation aborted for conftest.c (code 4)
configure:61206: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <util.h>
configure:61220: result: no
configure:61224: checking util.h presence
configure:61239: icc -E  conftest.c
conftest.c(319): error #5: could not open source file "util.h"
  #include <util.h>
                   ^

configure:61246: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <util.h>
configure:61260: result: no
configure:61293: checking for util.h
configure:61302: result: no
configure:61182: checking utmp.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking utmp.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for utmp.h
configure:61302: result: yes
configure:61182: checking malloc.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking malloc.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for malloc.h
configure:61302: result: yes
configure:61182: checking ifaddrs.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking ifaddrs.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for ifaddrs.h
configure:61302: result: yes
configure:61182: checking sys/sysctl.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking sys/sysctl.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for sys/sysctl.h
configure:61302: result: yes
configure:61182: checking crt_externs.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(356): catastrophic error: could not open source file "crt_externs.h"
  #include <crt_externs.h>
                          ^

compilation aborted for conftest.c (code 4)
configure:61206: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:61220: result: no
configure:61224: checking crt_externs.h presence
configure:61239: icc -E  conftest.c
conftest.c(323): error #5: could not open source file "crt_externs.h"
  #include <crt_externs.h>
                          ^

configure:61246: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| /* end confdefs.h.  */
| #include <crt_externs.h>
configure:61260: result: no
configure:61293: checking for crt_externs.h
configure:61302: result: no
configure:61182: checking regex.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61206: $? = 0
configure:61220: result: yes
configure:61224: checking regex.h presence
configure:61239: icc -E  conftest.c
configure:61246: $? = 0
configure:61260: result: yes
configure:61293: checking for regex.h
configure:61302: result: yes
configure:61182: checking ioLib.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(357): catastrophic error: could not open source file "ioLib.h"
  #include <ioLib.h>
                    ^

compilation aborted for conftest.c (code 4)
configure:61206: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ioLib.h>
configure:61220: result: no
configure:61224: checking ioLib.h presence
configure:61239: icc -E  conftest.c
conftest.c(324): error #5: could not open source file "ioLib.h"
  #include <ioLib.h>
                    ^

configure:61246: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <ioLib.h>
configure:61260: result: no
configure:61293: checking for ioLib.h
configure:61302: result: no
configure:61182: checking sockLib.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(357): catastrophic error: could not open source file "sockLib.h"
  #include <sockLib.h>
                      ^

compilation aborted for conftest.c (code 4)
configure:61206: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sockLib.h>
configure:61220: result: no
configure:61224: checking sockLib.h presence
configure:61239: icc -E  conftest.c
conftest.c(324): error #5: could not open source file "sockLib.h"
  #include <sockLib.h>
                      ^

configure:61246: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <sockLib.h>
configure:61260: result: no
configure:61293: checking for sockLib.h
configure:61302: result: no
configure:61182: checking hostLib.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(357): catastrophic error: could not open source file "hostLib.h"
  #include <hostLib.h>
                      ^

compilation aborted for conftest.c (code 4)
configure:61206: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <hostLib.h>
configure:61220: result: no
configure:61224: checking hostLib.h presence
configure:61239: icc -E  conftest.c
conftest.c(324): error #5: could not open source file "hostLib.h"
  #include <hostLib.h>
                      ^

configure:61246: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <hostLib.h>
configure:61260: result: no
configure:61293: checking for hostLib.h
configure:61302: result: no
configure:61182: checking shlwapi.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(357): catastrophic error: could not open source file "shlwapi.h"
  #include <shlwapi.h>
                      ^

compilation aborted for conftest.c (code 4)
configure:61206: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <shlwapi.h>
configure:61220: result: no
configure:61224: checking shlwapi.h presence
configure:61239: icc -E  conftest.c
conftest.c(324): error #5: could not open source file "shlwapi.h"
  #include <shlwapi.h>
                      ^

configure:61246: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <shlwapi.h>
configure:61260: result: no
configure:61293: checking for shlwapi.h
configure:61302: result: no
configure:61182: checking sys/synch.h usability
configure:61199: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(357): catastrophic error: could not open source file "sys/synch.h"
  #include <sys/synch.h>
                        ^

compilation aborted for conftest.c (code 4)
configure:61206: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/synch.h>
configure:61220: result: no
configure:61224: checking sys/synch.h presence
configure:61239: icc -E  conftest.c
conftest.c(324): error #5: could not open source file "sys/synch.h"
  #include <sys/synch.h>
                        ^

configure:61246: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <sys/synch.h>
configure:61260: result: no
configure:61293: checking for sys/synch.h
configure:61302: result: no
configure:61324: checking for net/if.h
configure:61357: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61364: $? = 0
configure:61381: result: yes
configure:61422: checking stdbool.h usability
configure:61439: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61446: $? = 0
configure:61460: result: yes
configure:61464: checking stdbool.h presence
configure:61479: icc -E  conftest.c
configure:61486: $? = 0
configure:61500: result: yes
configure:61533: checking for stdbool.h
configure:61542: result: yes
configure:61559: checking if <stdbool.h> works
configure:61587: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:61594: $? = 0
configure:61617: result: yes
configure:61708: checking size of pid_t
configure:62013: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c  >&5
configure:62017: $? = 0
configure:62023: ./conftest
configure:62027: $? = 0
configure:62053: result: 4
configure:62064: checking for socklen_t
configure:62099: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:62106: $? = 0
configure:62140: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(371): error: expected an expression
  if (sizeof ((socklen_t)))
                         ^

compilation aborted for conftest.c (code 2)
configure:62147: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| 
| int
| main ()
| {
| if (sizeof ((socklen_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:62170: result: yes
configure:62180: checking for struct sockaddr_in
configure:62215: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:62222: $? = 0
configure:62256: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(372): error: expected an expression
  if (sizeof ((struct sockaddr_in)))
                                  ^

compilation aborted for conftest.c (code 2)
configure:62263: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| 
| int
| main ()
| {
| if (sizeof ((struct sockaddr_in)))
|         return 0;
|   ;
|   return 0;
| }
configure:62286: result: yes
configure:62296: checking for struct sockaddr_in6
configure:62331: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:62338: $? = 0
configure:62372: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(373): error: expected an expression
  if (sizeof ((struct sockaddr_in6)))
                                   ^

compilation aborted for conftest.c (code 2)
configure:62379: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| 
| int
| main ()
| {
| if (sizeof ((struct sockaddr_in6)))
|         return 0;
|   ;
|   return 0;
| }
configure:62402: result: yes
configure:62412: checking for struct sockaddr_storage
configure:62447: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:62454: $? = 0
configure:62488: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(374): error: expected an expression
  if (sizeof ((struct sockaddr_storage)))
                                       ^

compilation aborted for conftest.c (code 2)
configure:62495: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| 
| int
| main ()
| {
| if (sizeof ((struct sockaddr_storage)))
|         return 0;
|   ;
|   return 0;
| }
configure:62518: result: yes
configure:62530: checking whether AF_UNSPEC is declared
configure:62566: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:62573: $? = 0
configure:62588: result: yes
configure:62604: checking whether PF_UNSPEC is declared
configure:62640: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:62647: $? = 0
configure:62662: result: yes
configure:62678: checking whether AF_INET6 is declared
configure:62714: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:62721: $? = 0
configure:62736: result: yes
configure:62752: checking whether PF_INET6 is declared
configure:62788: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:62795: $? = 0
configure:62810: result: yes
configure:62830: checking if SA_RESTART defined in signal.h
configure:62857: result: yes
configure:62860: checking for struct sockaddr.sa_len
configure:62893: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(347): error: struct "sockaddr" has no field "sa_len"
  if (ac_aggr.sa_len)
              ^

compilation aborted for conftest.c (code 2)
configure:62900: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (ac_aggr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:62938: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(347): error: struct "sockaddr" has no field "sa_len"
  if (sizeof ac_aggr.sa_len)
                     ^

compilation aborted for conftest.c (code 2)
configure:62945: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (sizeof ac_aggr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:62963: result: no
configure:62975: checking for struct dirent.d_type
configure:63006: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:63013: $? = 0
configure:63074: result: yes
configure:63086: checking for siginfo_t.si_fd
configure:63115: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:63122: $? = 0
configure:63181: result: yes
configure:63192: checking for siginfo_t.si_band
configure:63221: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:63228: $? = 0
configure:63287: result: yes
configure:63384: checking for openpty in -lutil
configure:63419: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lutil   >&5
configure:63426: $? = 0
configure:63447: result: yes
configure:63460: checking for gethostbyname in -lnsl
configure:63495: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl  -lutil  >&5
configure:63502: $? = 0
configure:63523: result: yes
configure:63536: checking for socket in -lsocket
configure:63571: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lsocket  -lnsl -lutil  >&5
ld: cannot find -lsocket
configure:63578: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char socket ();
| int
| main ()
| {
| return socket ();
|   ;
|   return 0;
| }
configure:63599: result: no
configure:63613: checking if we need -lrt for sched_yield
configure:63669: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:63676: $? = 0
configure:63775: result: no
configure:63789: checking for sched_yield
configure:63845: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:63852: $? = 0
configure:63874: result: yes
configure:63890: checking if we need -lgen for dirname
configure:63946: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:63953: $? = 0
configure:64052: result: no
configure:64066: checking for dirname
configure:64122: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64129: $? = 0
configure:64151: result: yes
configure:64167: checking if we need -lm for ceil
configure:64223: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
conftest.c(378) (col. 8): warning #980: wrong number of actual arguments to 
intrinsic function "ceil"

configure:64230: $? = 0
configure:64329: result: no
configure:64343: checking for ceil
configure:64399: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
conftest.c(378) (col. 8): warning #980: wrong number of actual arguments to 
intrinsic function "ceil"

configure:64406: $? = 0
configure:64428: result: yes
configure:64474: checking for asprintf
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for snprintf
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
conftest.c(380) (col. 8): warning #980: wrong number of actual arguments to 
intrinsic function "snprintf"

configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for vasprintf
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for vsnprintf
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
conftest.c(382) (col. 8): warning #980: wrong number of actual arguments to 
intrinsic function "vsnprintf"

configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for openpty
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for isatty
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
conftest.c(384) (col. 8): warning #980: wrong number of actual arguments to 
intrinsic function "isatty"

configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for getpwuid
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
conftest.c(385) (col. 8): warning #980: wrong number of actual arguments to 
intrinsic function "getpwuid"

configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for fork
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for waitpid
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
conftest.c(387) (col. 8): warning #980: wrong number of actual arguments to 
intrinsic function "waitpid"

configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for execve
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for pipe
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
conftest.c(389) (col. 8): warning #980: wrong number of actual arguments to 
intrinsic function "pipe"

configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for ptsname
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for setsid
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for mmap
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for mallopt
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
conftest.c(393) (col. 8): warning #980: wrong number of actual arguments to 
intrinsic function "mallopt"

configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for tcgetpgrp
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for posix_memalign
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for strsignal
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for sysconf
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
conftest.c(397) (col. 8): warning #980: wrong number of actual arguments to 
intrinsic function "sysconf"

configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for syslog
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for regcmp
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
/tmp/iccgAPdsk.o(.text+0x2b): In function `main':
: undefined reference to `regcmp'
configure:64537: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| /* end confdefs.h.  */
| /* Define regcmp to an innocuous variant, in case <limits.h> declares regcmp.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define regcmp innocuous_regcmp
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char regcmp (); 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 regcmp
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char regcmp ();
| /* 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_regcmp || defined __stub___regcmp
| choke me
| #endif
| 
| int
| main ()
| {
| return regcmp ();
|   ;
|   return 0;
| }
configure:64559: result: no
configure:64474: checking for regexec
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for regfree
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for _NSGetEnviron
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
/tmp/iccTm1joT.o(.text+0x2b): In function `main':
: undefined reference to `_NSGetEnviron'
configure:64537: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| /* end confdefs.h.  */
| /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares 
_NSGetEnviron.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _NSGetEnviron innocuous__NSGetEnviron
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _NSGetEnviron (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _NSGetEnviron
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _NSGetEnviron ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__NSGetEnviron || defined __stub____NSGetEnviron
| choke me
| #endif
| 
| int
| main ()
| {
| return _NSGetEnviron ();
|   ;
|   return 0;
| }
configure:64559: result: no
configure:64474: checking for socketpair
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for strncpy_s
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
/tmp/iccN3k88j.o(.text+0x2b): In function `main':
: undefined reference to `strncpy_s'
configure:64537: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| /* end confdefs.h.  */
| /* Define strncpy_s to an innocuous variant, in case <limits.h> declares 
strncpy_s.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strncpy_s innocuous_strncpy_s
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strncpy_s (); 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 strncpy_s
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strncpy_s ();
| /* 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_strncpy_s || defined __stub___strncpy_s
| choke me
| #endif
| 
| int
| main ()
| {
| return strncpy_s ();
|   ;
|   return 0;
| }
configure:64559: result: no
configure:64474: checking for _strdup
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
/tmp/iccjRDeoy.o(.text+0x2b): In function `main':
: undefined reference to `_strdup'
configure:64537: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| /* end confdefs.h.  */
| /* Define _strdup to an innocuous variant, in case <limits.h> declares 
_strdup.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _strdup innocuous__strdup
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _strdup (); 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 _strdup
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _strdup ();
| /* 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__strdup || defined __stub____strdup
| choke me
| #endif
| 
| int
| main ()
| {
| return _strdup ();
|   ;
|   return 0;
| }
configure:64559: result: no
configure:64474: checking for usleep
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64474: checking for mkfifo
configure:64530: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64537: $? = 0
configure:64559: result: yes
configure:64576: checking for htonl define
configure:64614: icc -E  conftest.c
configure:64621: $? = 0
configure:64636: result: yes
configure:64638: checking for htonl
configure:64694: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:64701: $? = 0
configure:64721: result: yes
configure:64742: checking whether va_copy is declared
configure:64772: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:64779: $? = 0
configure:64794: result: yes
configure:64808: checking whether __va_copy is declared
configure:64838: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:64845: $? = 0
configure:64860: result: yes
configure:64874: checking whether __func__ is declared
configure:64903: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:64910: $? = 0
configure:64925: result: yes
configure:65034: checking checking for type of MPI_Offset
configure:65061: result: long long
configure:65101: checking checking for an MPI datatype for MPI_Offset
configure:65103: result: MPI_LONG_LONG
configure:65122: checking for _SC_NPROCESSORS_ONLN
configure:65151: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:65158: $? = 0
configure:65173: result: yes
configure:65190: checking whether byte ordering is bigendian
configure:65215: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(379): error: identifier "not" is undefined
               not a universal capable compiler
               ^

conftest.c(379): error: expected a ";"
               not a universal capable compiler
                     ^

compilation aborted for conftest.c (code 2)
configure:65222: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
|              not a universal capable compiler
|            #endif
|            typedef int dummy;
| 
configure:65272: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
configure:65279: $? = 0
configure:65311: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict  conftest.c >&5
conftest.c(385): error: identifier "not" is undefined
                 not big endian
                 ^

conftest.c(385): error: expected a ";"
                 not big endian
                         ^

conftest.c(388): warning #12: parsing restarts here after previous syntax error
    ;
    ^

compilation aborted for conftest.c (code 2)
configure:65318: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|               #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|                not big endian
|               #endif
| 
|   ;
|   return 0;
| }
configure:65570: result: no
configure:65603: checking for broken qsort
configure:65613: result: no
configure:65622: checking if word-sized integers must be word-size aligned
configure:65663: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict   conftest.c -lnsl -lutil  >&5
configure:65667: $? = 0
configure:65673: ./conftest
configure:65677: $? = 0
configure:65694: result: no
configure:65780: checking if C compiler and POSIX threads work as is
configure:65848: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict  -D_REENTRANT  conftest.c -lnsl -lutil  >&5
/tmp/iccqnLlBX.o(.text+0x33): In function `main':
: undefined reference to `pthread_join'
/tmp/iccqnLlBX.o(.text+0x47): In function `main':
: undefined reference to `_pthread_cleanup_push'
/tmp/iccqnLlBX.o(.text+0x54): In function `main':
: undefined reference to `pthread_create'
/tmp/iccqnLlBX.o(.text+0x5f): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:65855: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:65888: result: no
configure:65900: checking if C++ compiler and POSIX threads work as is
configure:65968: icpc -o conftest -O3 -DNDEBUG -finline-functions   
conftest.cpp -lnsl -lutil  >&5
/tmp/icpc7KbQK5.o(.text+0x33): In function `main':
: undefined reference to `pthread_join'
/tmp/icpc7KbQK5.o(.text+0x47): In function `main':
: undefined reference to `_pthread_cleanup_push'
/tmp/icpc7KbQK5.o(.text+0x54): In function `main':
: undefined reference to `pthread_create'
/tmp/icpc7KbQK5.o(.text+0x5f): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:65975: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:66008: result: no
configure:66020: checking if F77 compiler and POSIX threads work as is
configure:66117: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -I. -c conftest.c
configure:66124: $? = 0
configure:66134: ifort  conftestf.f conftest.o -o conftest  -lnsl -lutil 
configure:66141: $? = 0
configure:66215: result: yes
configure:66262: checking if C compiler and POSIX threads work with -Kthread
configure:66304: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -Kthread   conftest.c -lnsl -lutil  >&5
icc: command line error: invalid argument for option '-K'
configure:66311: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:66346: result: no
configure:66262: checking if C compiler and POSIX threads work with -kthread
configure:66304: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -kthread   conftest.c -lnsl -lutil  >&5
icc: command line warning #10006: ignoring unknown option '-kthread'
/tmp/iccFqdwcZ.o(.text+0x33): In function `main':
: undefined reference to `pthread_join'
/tmp/iccFqdwcZ.o(.text+0x47): In function `main':
: undefined reference to `_pthread_cleanup_push'
/tmp/iccFqdwcZ.o(.text+0x54): In function `main':
: undefined reference to `pthread_create'
/tmp/iccFqdwcZ.o(.text+0x5f): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:66311: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:66346: result: no
configure:66262: checking if C compiler and POSIX threads work with -pthread
configure:66304: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread   conftest.c -lnsl -lutil  >&5
configure:66311: $? = 0
configure:66340: result: yes
configure:66359: checking if C++ compiler and POSIX threads work with -Kthread
configure:66401: icpc -o conftest -O3 -DNDEBUG -finline-functions -Kthread   
conftest.cpp -lnsl -lutil  >&5
icpc: command line error: invalid argument for option '-K'
configure:66408: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:66443: result: no
configure:66359: checking if C++ compiler and POSIX threads work with -kthread
configure:66401: icpc -o conftest -O3 -DNDEBUG -finline-functions -kthread   
conftest.cpp -lnsl -lutil  >&5
icpc: command line warning #10006: ignoring unknown option '-kthread'
/tmp/icpci9Lirm.o(.text+0x33): In function `main':
: undefined reference to `pthread_join'
/tmp/icpci9Lirm.o(.text+0x47): In function `main':
: undefined reference to `_pthread_cleanup_push'
/tmp/icpci9Lirm.o(.text+0x54): In function `main':
: undefined reference to `pthread_create'
/tmp/icpci9Lirm.o(.text+0x5f): In function `main':
: undefined reference to `_pthread_cleanup_pop'
configure:66408: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th=pthread_self(); pthread_join(th, 0);
|                  pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                  pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:66443: result: no
configure:66359: checking if C++ compiler and POSIX threads work with -pthread
configure:66401: icpc -o conftest -O3 -DNDEBUG -finline-functions -pthread   
conftest.cpp -lnsl -lutil  >&5
configure:66408: $? = 0
configure:66437: result: yes
configure:67396: checking for PTHREAD_MUTEX_ERRORCHECK_NP
configure:67419: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread   conftest.c -lnsl -lutil  >&5
configure:67426: $? = 0
configure:67445: result: yes
configure:67454: checking for PTHREAD_MUTEX_ERRORCHECK
configure:67477: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread   conftest.c -lnsl -lutil  >&5
configure:67484: $? = 0
configure:67503: result: yes
configure:67536: checking for working POSIX threads package
configure:67539: result: yes
configure:67578: checking if C compiler and Solaris threads work
configure:67618: icc -o conftest  -DNDEBUG -finline-functions 
-fno-strict-aliasing -D_REENTRANT    conftest.c -lthread  >&5
conftest.c(382): catastrophic error: could not open source file "thread.h"
  #include <thread.h>
                     ^

compilation aborted for conftest.c (code 4)
configure:67625: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| /* 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:67656: result: no
configure:67677: checking if C++ compiler and Solaris threads work
configure:67713: icpc -o conftest  -DNDEBUG  -D_REENTRANT    conftest.cpp 
-lthread  >&5
conftest.cpp(382): catastrophic error: could not open source file "thread.h"
  #include <thread.h>
                     ^

compilation aborted for conftest.cpp (code 4)
configure:67720: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| /* 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:67751: result: no
configure:67770: checking if F77 compiler and Solaris threads work
configure:67823: icc  -DNDEBUG -finline-functions -fno-strict-aliasing -I. -c 
conftest.c
conftest.c(3): catastrophic error: could not open source file "thread.h"
  #include <thread.h>
                     ^

compilation aborted for conftest.c (code 4)
configure:67830: $? = 4
configure:67870: 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:67898: here is the fortran program:
      program fpthread
      INTEGER i
      i = 1
      end
configure:67924: result: no
configure:67953: checking for working Solaris threads package
configure:67959: result: no
configure:67967: checking for type of thread support
configure:68032: result: posix
configure:68096: checking if threads have different pids (pthreads on linux)
configure:68154: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   >&5
configure:68158: $? = 0
configure:68164: ./conftest
configure:68168: $? = 0
configure:68190: result: no
configure:68261: checking if want MPI thread support
configure:68291: result: no
configure:68295: checking if want asynchronous progress thread support
configure:68326: result: no
configure:68336: checking if want fault tolerance thread
configure:68349: result: Disabled (fault tolerance disabled --without-ft)
configure:68426: checking whether ln -s works
configure:68430: result: yes
configure:68438: checking for grep that handles long lines and -e
configure:68498: result: /bin/grep
configure:68503: checking for egrep
configure:68567: result: /bin/grep -E
configure:68585: checking dependency style of icc
configure:68676: result: gcc3
configure:68695: checking for flex
configure:68711: found /usr/bin/flex
configure:68722: result: flex
configure:68759: flex conftest.l
configure:68763: $? = 0
configure:68765: checking lex output file root
configure:68781: result: lex.yy
configure:68786: checking lex library
configure:68805: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c  -lnsl -lutil   >&5
lex.yy.c(1357): (col. 2) remark: LOOP WAS VECTORIZED.
lex.yy.c(1332): (col. 9) remark: LOOP WAS VECTORIZED.
conftest.l(6): warning #967: conversion from "char *" to "int"; sizes do not 
match
  { yyless (input () != 0); }
    ^

conftest.l(6): warning #967: conversion from "int" to "char *"; sizes do not 
match
  { yyless (input () != 0); }
    ^

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

conftest.l(6): warning #967: conversion from "int" to "char *"; sizes do not 
match
  { yyless (input () != 0); }
    ^

configure:68812: $? = 0
configure:68836: result: -lfl
configure:68842: checking whether yytext is a pointer
configure:68863: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lfl -lnsl -lutil   >&5
lex.yy.c(1357): (col. 2) remark: LOOP WAS VECTORIZED.
lex.yy.c(1332): (col. 9) remark: LOOP WAS VECTORIZED.
conftest.l(6): warning #967: conversion from "char *" to "int"; sizes do not 
match
  { yyless (input () != 0); }
    ^

conftest.l(6): warning #967: conversion from "int" to "char *"; sizes do not 
match
  { yyless (input () != 0); }
    ^

configure:68870: $? = 0
configure:68892: result: yes
configure:68949: checking for flavor of ps to use
configure:68962: result: ps -A -o fname,pid,user
configure:68994: checking if build filesystem is case sensitive
configure:69006: result: yes
configure:69019: checking if configuring for case sensitive filesystem
configure:69037: result: yes
configure:69083: checking whether RLIMIT_NPROC is declared
configure:69117: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
configure:69124: $? = 0
configure:69139: result: yes
configure:69162: checking whether RLIMIT_MEMLOCK is declared
configure:69196: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
configure:69203: $? = 0
configure:69218: result: yes
configure:69320: checking for subdir args
configure:69380: result:  '--disable-shared' '--enable-static' 
'--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2' 'CC=icc' 'CXX=icpc' 'F77=ifort' 
'FC=ifort'
configure:69458: checking for bison
configure:69474: found /usr/bin/bison
configure:69485: result: bison -y
configure:69551: checking for gcc
configure:69567: found /usr/bin/gcc
configure:69578: result: gcc
configure:69603: checking for Objective C compiler version
configure:69611: gcc --version >&5
gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3)
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:69615: $? = 0
configure:69622: gcc -v >&5
Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.6/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--disable-checking --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-java-awt=gtk --host=x86_64-redhat-linux
Thread model: posix
gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)
configure:69626: $? = 0
configure:69633: gcc -V >&5
gcc: `-V' option must have argument
configure:69637: $? = 1
configure:69640: checking whether we are using the GNU Objective C compiler
configure:69669: gcc -c    conftest.m >&5
gcc: installation problem, cannot exec `cc1obj': No such file or directory
configure:69676: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:69693: result: no
configure:69702: checking whether gcc accepts -g
configure:69732: gcc -c -g   conftest.m >&5
gcc: installation problem, cannot exec `cc1obj': No such file or directory
configure:69739: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:69771: gcc -c    conftest.m >&5
gcc: installation problem, cannot exec `cc1obj': No such file or directory
configure:69778: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:69811: gcc -c -g   conftest.m >&5
gcc: installation problem, cannot exec `cc1obj': No such file or directory
configure:69818: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:69840: result: no
configure:69865: checking dependency style of gcc
configure:69956: result: gcc3
configure:70005: checking which components should be disabled
configure:70037: result: 
configure:70046: checking which components should be direct-linked into the 
library
configure:70091: result: 
configure:70099: checking which components should be run-time loadable
configure:70122: result: none
configure:70126: WARNING: *** Shared libraries have been disabled 
(--disable-shared)
configure:70128: WARNING: *** Building MCA components as DSOs automatically 
disabled
configure:70132: checking which components should be static
configure:70152: result: none
configure:70156: checking for projects containing MCA frameworks
configure:70158: result: opal, orte, ompi
configure:70174: checking for frameworks for opal
configure:70176: result: backtrace, carto, crs, installdirs, maffinity, 
memchecker, memcpy, memory, paffinity, timer
configure:70285: checking for no configure components in framework backtrace
configure:70287: result: 
configure:70289: checking for m4 configure components in framework backtrace
configure:70291: result: execinfo, printstack, darwin, none
configure:70386: checking for MCA component backtrace:execinfo compile mode
configure:70389: result: static
configure:70402: checking for execinfo.h
configure:70409: result: yes
configure:70550: checking if we need -lexecinfo for backtrace
configure:70606: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   >&5
configure:70613: $? = 0
configure:70712: result: no
configure:70726: checking for backtrace
configure:70782: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   >&5
configure:70789: $? = 0
configure:70811: result: yes
configure:70862: checking if MCA component backtrace:execinfo can compile
configure:70864: result: yes
configure:71088: checking for MCA component backtrace:printstack compile mode
configure:71091: result: static
configure:71476: checking if MCA component backtrace:printstack can compile
configure:71478: result: no
configure:71616: checking for MCA component backtrace:darwin compile mode
configure:71619: result: static
configure:72242: checking if MCA component backtrace:darwin can compile
configure:72244: result: no
configure:72382: checking for MCA component backtrace:none compile mode
configure:72385: result: static
configure:72507: checking if MCA component backtrace:none can compile
configure:72509: result: no
configure:72737: checking for no configure components in framework carto
configure:72739: result: auto_detect, file
configure:72741: checking for m4 configure components in framework carto
configure:72743: result: 
configure:72859: checking for MCA component carto:auto_detect compile mode
configure:72865: result: static
configure:72895: checking if MCA component carto:auto_detect can compile
configure:72897: result: yes
configure:73135: checking for MCA component carto:file compile mode
configure:73141: result: static
configure:73171: checking if MCA component carto:file can compile
configure:73173: result: yes
configure:73883: checking for no configure components in framework crs
configure:73885: result: none
configure:73887: checking for m4 configure components in framework crs
configure:73889: result: blcr, self
configure:74005: checking for MCA component crs:none compile mode
configure:74011: result: static
configure:74041: checking if MCA component crs:none can compile
configure:74043: result: yes
configure:74293: checking for MCA component crs:blcr compile mode
configure:74299: result: static
configure:74315: checking --with-blcr value
configure:74318: result: simple ok (unspecified)
configure:74360: checking --with-blcr-libdir value
configure:74363: result: simple ok (unspecified)
configure:76468: checking if MCA component crs:blcr can compile
configure:76470: result: no
configure:76638: checking for MCA component crs:self compile mode
configure:76644: result: static
configure:76783: checking if MCA component crs:self can compile
configure:76785: result: no
configure:77413: checking for no configure components in framework installdirs
configure:77415: result: 
configure:77417: checking for m4 configure components in framework installdirs
configure:77419: result: env, config
configure:77514: checking for MCA component installdirs:env compile mode
configure:77517: result: static
configure:77553: checking if MCA component installdirs:env can compile
configure:77555: result: yes
configure:77776: checking for MCA component installdirs:config compile mode
configure:77779: result: static
configure:77818: checking if MCA component installdirs:config can compile
configure:77820: result: yes
configure:78534: checking for no configure components in framework maffinity
configure:78536: result: first_use
configure:78538: checking for m4 configure components in framework maffinity
configure:78540: result: libnuma
configure:78656: checking for MCA component maffinity:first_use compile mode
configure:78662: result: static
configure:78692: checking if MCA component maffinity:first_use can compile
configure:78694: result: yes
configure:78944: checking for MCA component maffinity:libnuma compile mode
configure:78950: result: static
configure:78966: checking --with-libnuma value
configure:78969: result: simple ok (unspecified)
configure:79011: checking --with-libnuma value
configure:79014: result: simple ok (unspecified)
configure:79254: checking numa.h usability
configure:79271: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
configure:79278: $? = 0
configure:79292: result: yes
configure:79296: checking numa.h presence
configure:79311: icc -E   conftest.c
configure:79318: $? = 0
configure:79332: result: yes
configure:79365: checking for numa.h
configure:79372: result: yes
configure:79471: result: looking for library without search path
configure:79473: checking for numa_available in -lnuma
configure:79508: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnuma  -lnsl -lutil   
>&5
configure:79515: $? = 0
configure:79536: result: yes
configure:80158: checking whether MPOL_MF_MOVE is declared
configure:80187: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(431): error: identifier "MPOL_MF_MOVE" is undefined
    (void) MPOL_MF_MOVE;
           ^

compilation aborted for conftest.c (code 2)
configure:80194: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef MPOL_MF_MOVE
|   (void) MPOL_MF_MOVE;
| #endif
| 
|   ;
|   return 0;
| }
configure:80209: result: no
configure:80263: checking if MCA component maffinity:libnuma can compile
configure:80265: result: yes
configure:80915: checking if --enable-memchecker was specified
configure:80927: result: no (adding "memchecker" to --enable-mca-no-build list)
configure:81020: checking for no configure components in framework memchecker
configure:81022: result: 
configure:81024: checking for m4 configure components in framework memchecker
configure:81026: result: valgrind
configure:81121: checking for MCA component memchecker:valgrind compile mode
configure:81124: result: static
configure:81594: checking if MCA component memchecker:valgrind can compile
configure:81596: result: no
configure:81835: checking for no configure components in framework memcpy
configure:81837: result: 
configure:81839: checking for m4 configure components in framework memcpy
configure:81841: result: 
configure:82049: checking for no configure components in framework memory
configure:82051: result: 
configure:82053: checking for m4 configure components in framework memory
configure:82055: result: ptmalloc2, malloc_solaris
configure:82150: checking for MCA component memory:ptmalloc2 compile mode
configure:82153: result: static
configure:82218: checking for malloc.h
configure:82223: result: yes
configure:82371: checking link.h usability
configure:82388: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
configure:82395: $? = 0
configure:82409: result: yes
configure:82413: checking link.h presence
configure:82428: icc -E   conftest.c
configure:82435: $? = 0
configure:82449: result: yes
configure:82482: checking for link.h
configure:82489: result: yes
configure:82505: checking whether __malloc_initialize_hook is declared
configure:82536: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
configure:82543: $? = 0
configure:82558: result: yes
configure:82573: checking whether sbrk is declared
configure:82602: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
configure:82609: $? = 0
configure:82624: result: yes
configure:82665: checking syscall.h usability
configure:82682: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
configure:82689: $? = 0
configure:82703: result: yes
configure:82707: checking syscall.h presence
configure:82722: icc -E   conftest.c
configure:82729: $? = 0
configure:82743: result: yes
configure:82776: checking for syscall.h
configure:82783: result: yes
configure:82792: checking for syscall
configure:82848: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   >&5
configure:82855: $? = 0
configure:82877: result: yes
configure:82900: checking for __munmap
configure:82956: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   >&5
/tmp/iccEbLoJc.o(.text+0x2b): In function `main':
: undefined reference to `__munmap'
configure:82963: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| /* end confdefs.h.  */
| /* Define __munmap to an innocuous variant, in case <limits.h> declares 
__munmap.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __munmap innocuous___munmap
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __munmap (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __munmap
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __munmap ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___munmap || defined __stub_____munmap
| choke me
| #endif
| 
| int
| main ()
| {
| return __munmap ();
|   ;
|   return 0;
| }
configure:82985: result: no
configure:83001: checking for __mmap
configure:83057: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   >&5
/tmp/iccGWLEtt.o(.text+0x2b): In function `main':
: undefined reference to `__mmap'
configure:83064: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| /* end confdefs.h.  */
| /* Define __mmap to an innocuous variant, in case <limits.h> declares __mmap.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define __mmap innocuous___mmap
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __mmap (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef __mmap
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char __mmap ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub___mmap || defined __stub_____mmap
| choke me
| #endif
| 
| int
| main ()
| {
| return __mmap ();
|   ;
|   return 0;
| }
configure:83086: result: no
configure:83103: checking for dlsym in -ldl
configure:83138: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -ldl  -lnsl -lutil   >&5
configure:83145: $? = 0
configure:83166: result: yes
configure:83178: checking for dlsym
configure:83234: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   -ldl >&5
configure:83241: $? = 0
configure:83263: result: yes
configure:83337: checking if MCA component memory:ptmalloc2 can compile
configure:83339: result: yes
configure:83563: checking for MCA component memory:malloc_solaris compile mode
configure:83566: result: static
configure:84482: checking if MCA component memory:malloc_solaris can compile
configure:84484: result: no
configure:84719: checking for no configure components in framework paffinity
configure:84721: result: 
configure:84723: checking for m4 configure components in framework paffinity
configure:84725: result: linux, solaris, windows, darwin, posix
configure:84863: checking for MCA component paffinity:linux compile mode
configure:84869: result: static
configure:84945: checking for syscall
configure:85028: result: yes
configure:85049: checking sys/syscall.h usability
configure:85066: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
configure:85073: $? = 0
configure:85087: result: yes
configure:85091: checking sys/syscall.h presence
configure:85106: icc -E   conftest.c
configure:85113: $? = 0
configure:85127: result: yes
configure:85160: checking for sys/syscall.h
configure:85167: result: yes
configure:85183: checking for unistd.h
configure:85188: result: yes
configure:85325: checking for __NR_sched_setaffinity
configure:85361: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
configure:85368: $? = 0
configure:85373: result: yes
configure:85392: checking for __NR_sched_getaffinity
configure:85428: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
configure:85435: $? = 0
configure:85440: result: yes
configure:85462: checking for PLPA building mode
configure:85464: result: included
configure:85468: checking if want PLPA maintainer support
configure:85475: result: disabled
configure:85481: checking for PLPA config prefix
configure:85483: result: opal/mca/paffinity/linux/plpa
configure:85496: checking for PLPA symbol prefix
configure:85511: result: opal_paffinity_linux_plpa_
configure:85545: checking valgrind/valgrind.h usability
configure:85562: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
configure:85569: $? = 0
configure:85583: result: yes
configure:85587: checking valgrind/valgrind.h presence
configure:85602: icc -E   conftest.c
configure:85609: $? = 0
configure:85623: result: yes
configure:85656: checking for valgrind/valgrind.h
configure:85665: result: yes
configure:85675: checking for VALGRIND_CHECK_MEM_IS_ADDRESSABLE
configure:85701: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   >&5
/tmp/iccwnt4MT.o(.text+0x3a): In function `main':
: undefined reference to `VALGRIND_CHECK_MEM_IS_ADDRESSABLE'
configure:85708: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| /* end confdefs.h.  */
| 
| #include "valgrind/memcheck.h"
| 
| int
| main ()
| {
| char buffer = 0xff;
|                        VALGRIND_CHECK_MEM_IS_ADDRESSABLE(&buffer, 
sizeof(buffer));
|   ;
|   return 0;
| }
configure:85723: result: no
configure:85725: WARNING: Need Valgrind version 3.2.0 or later.
configure:85765: checking whether to build PLPA executables
configure:85767: result: no
configure:85845: checking for PLPA version
configure:85853: result: 1.3rc4
configure:85943: checking if MCA component paffinity:linux can compile
configure:85945: result: yes
configure:86234: checking for MCA component paffinity:solaris compile mode
configure:86240: result: static
configure:86299: checking sys/procset.h usability
configure:86316: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(441): catastrophic error: could not open source file "sys/procset.h"
  #include <sys/procset.h>
                          ^

compilation aborted for conftest.c (code 4)
configure:86323: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/procset.h>
configure:86337: result: no
configure:86341: checking sys/procset.h presence
configure:86356: icc -E   conftest.c
conftest.c(408): error #5: could not open source file "sys/procset.h"
  #include <sys/procset.h>
                          ^

configure:86363: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| /* end confdefs.h.  */
| #include <sys/procset.h>
configure:86377: result: no
configure:86410: checking for sys/procset.h
configure:86417: result: no
configure:86718: checking if MCA component paffinity:solaris can compile
configure:86720: result: no
configure:86901: checking for MCA component paffinity:windows compile mode
configure:86907: result: static
configure:86919: checking for working GetProcessAffinityMask
configure:86979: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   >&5
conftest.c(408): catastrophic error: could not open source file "windows.h"
  #include <windows.h>
                      ^

compilation aborted for conftest.c (code 4)
configure:86983: $? = 4
configure: program exited with status 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| /* end confdefs.h.  */
| #include <windows.h>
| int main( int argc, char** argv ) {
|     DWORD aff, mask;
|     GetProcessAffinityMask( NULL, &aff, &mask );
|     return 0; }
configure:87004: result: no
configure:87128: checking if MCA component paffinity:windows can compile
configure:87130: result: no
configure:87311: checking for MCA component paffinity:darwin compile mode
configure:87317: result: static
configure:87651: checking if MCA component paffinity:darwin can compile
configure:87653: result: no
configure:87834: checking for MCA component paffinity:posix compile mode
configure:87840: result: static
configure:88190: checking if MCA component paffinity:posix can compile
configure:88192: result: no
configure:88424: checking for no configure components in framework timer
configure:88426: result: 
configure:88428: checking for m4 configure components in framework timer
configure:88430: result: catamount, aix, altix, darwin, solaris, windows, linux
configure:88525: checking for MCA component timer:catamount compile mode
configure:88528: result: static
configure:88574: checking catamount/dclock.h usability
configure:88591: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(441): catastrophic error: could not open source file 
"catamount/dclock.h"
  #include <catamount/dclock.h>
                               ^

compilation aborted for conftest.c (code 4)
configure:88598: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <catamount/dclock.h>
configure:88612: result: no
configure:88616: checking catamount/dclock.h presence
configure:88631: icc -E   conftest.c
conftest.c(408): error #5: could not open source file "catamount/dclock.h"
  #include <catamount/dclock.h>
                               ^

configure:88638: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| /* end confdefs.h.  */
| #include <catamount/dclock.h>
configure:88652: result: no
configure:88685: checking for catamount/dclock.h
configure:88694: result: no
configure:88911: checking if MCA component timer:catamount can compile
configure:88913: result: no
configure:89051: checking for MCA component timer:aix compile mode
configure:89054: result: static
configure:89084: checking for time_base_to_time
configure:89140: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   >&5
/tmp/iccavlK30.o(.text+0x2b): In function `main':
: undefined reference to `time_base_to_time'
configure:89147: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| /* end confdefs.h.  */
| /* Define time_base_to_time to an innocuous variant, in case <limits.h> 
declares time_base_to_time.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define time_base_to_time innocuous_time_base_to_time
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char time_base_to_time (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef time_base_to_time
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char time_base_to_time ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_time_base_to_time || defined __stub___time_base_to_time
| choke me
| #endif
| 
| int
| main ()
| {
| return time_base_to_time ();
|   ;
|   return 0;
| }
configure:89167: result: no
configure:89648: checking if MCA component timer:aix can compile
configure:89650: result: no
configure:89788: checking for MCA component timer:altix compile mode
configure:89791: result: static
configure:89831: checking sn/mmtimer.h usability
configure:89848: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(441): catastrophic error: could not open source file "sn/mmtimer.h"
  #include <sn/mmtimer.h>
                         ^

compilation aborted for conftest.c (code 4)
configure:89855: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sn/mmtimer.h>
configure:89869: result: no
configure:89873: checking sn/mmtimer.h presence
configure:89888: icc -E   conftest.c
conftest.c(408): error #5: could not open source file "sn/mmtimer.h"
  #include <sn/mmtimer.h>
                         ^

configure:89895: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| /* end confdefs.h.  */
| #include <sn/mmtimer.h>
configure:89909: result: no
configure:89942: checking for sn/mmtimer.h
configure:89949: result: no
configure:90319: checking if MCA component timer:altix can compile
configure:90321: result: no
configure:90459: checking for MCA component timer:darwin compile mode
configure:90462: result: static
configure:90508: checking mach/mach_time.h usability
configure:90525: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(441): catastrophic error: could not open source file 
"mach/mach_time.h"
  #include <mach/mach_time.h>
                             ^

compilation aborted for conftest.c (code 4)
configure:90532: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach/mach_time.h>
configure:90546: result: no
configure:90550: checking mach/mach_time.h presence
configure:90565: icc -E   conftest.c
conftest.c(408): error #5: could not open source file "mach/mach_time.h"
  #include <mach/mach_time.h>
                             ^

configure:90572: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| /* end confdefs.h.  */
| #include <mach/mach_time.h>
configure:90586: result: no
configure:90619: checking for mach/mach_time.h
configure:90628: result: no
configure:90643: checking for mach_absolute_time
configure:90699: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   >&5
/tmp/icc0l4M2B.o(.text+0x2b): In function `main':
: undefined reference to `mach_absolute_time'
configure:90706: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| /* end confdefs.h.  */
| /* Define mach_absolute_time to an innocuous variant, in case <limits.h> 
declares mach_absolute_time.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mach_absolute_time innocuous_mach_absolute_time
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mach_absolute_time (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef mach_absolute_time
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mach_absolute_time ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_mach_absolute_time || defined __stub___mach_absolute_time
| choke me
| #endif
| 
| int
| main ()
| {
| return mach_absolute_time ();
|   ;
|   return 0;
| }
configure:90726: result: no
configure:90867: checking if MCA component timer:darwin can compile
configure:90869: result: no
configure:91007: checking for MCA component timer:solaris compile mode
configure:91010: result: static
configure:91040: checking for gethrtime
configure:91096: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   >&5
/tmp/iccX6PU6Q.o(.text+0x2b): In function `main':
: undefined reference to `gethrtime'
configure:91103: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| /* end confdefs.h.  */
| /* Define gethrtime to an innocuous variant, in case <limits.h> declares 
gethrtime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gethrtime innocuous_gethrtime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gethrtime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gethrtime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethrtime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gethrtime || defined __stub___gethrtime
| choke me
| #endif
| 
| int
| main ()
| {
| return gethrtime ();
|   ;
|   return 0;
| }
configure:91123: result: no
configure:91264: checking if MCA component timer:solaris can compile
configure:91266: result: no
configure:91404: checking for MCA component timer:windows compile mode
configure:91407: result: static
configure:91459: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(408): catastrophic error: could not open source file "windows.h"
  #include <windows.h>
                      ^

compilation aborted for conftest.c (code 4)
configure:91466: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| /* end confdefs.h.  */
| #include <windows.h>
| int
| main ()
| {
| LARGE_INTEGER now;
|                            QueryPerformanceCounter( &now );
|   ;
|   return 0;
| }
configure:91613: checking if MCA component timer:windows can compile
configure:91615: result: no
configure:91753: checking for MCA component timer:linux compile mode
configure:91756: result: static
configure:91846: checking if MCA component timer:linux can compile
configure:91848: result: yes
configure:92104: checking for frameworks for orte
configure:92106: result: errmgr, ess, filem, grpcomm, iof, notifier, odls, oob, 
plm, ras, rmaps, rml, routed, snapc
configure:92215: checking for no configure components in framework errmgr
configure:92217: result: default
configure:92219: checking for m4 configure components in framework errmgr
configure:92221: result: 
configure:92337: checking for MCA component errmgr:default compile mode
configure:92343: result: static
configure:92373: checking if MCA component errmgr:default can compile
configure:92375: result: yes
configure:93085: checking for no configure components in framework ess
configure:93087: result: 
configure:93089: checking for m4 configure components in framework ess
configure:93091: result: portals_utcp, cnos, alps, env, hnp, lsf, singleton, 
slurm, tool
configure:93229: checking for MCA component ess:portals_utcp compile mode
configure:93235: result: static
configure:93258: checking --with-portals value
configure:93261: result: simple ok (unspecified)
configure:93329: checking for PtlGetRank
configure:93362: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   -lp3utcp 
-lp3api -lp3lib -lp3rt -lp3utcp >&5
conftest.c(409): catastrophic error: could not open source file "portals3.h"
  #include <portals3.h>
                       ^

compilation aborted for conftest.c (code 4)
configure:93369: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| /* end confdefs.h.  */
| #include <portals3.h>
| #include <stdio.h>
| #include <p3nal_utcp.h>
| #include <p3rt/p3rt.h>
| #include <p3api/debug.h>
| FILE *utcp_api_out;
| FILE *utcp_lib_out;
| int
| main ()
| {
| unsigned int nprocs, rank;
| int dummy;
| PtlInit(&dummy);
| PtlNIInit(PTL_IFACE_DEFAULT, PTL_PID_ANY, NULL, NULL, NULL);
| PtlGetRank(PTL_INVALID_HANDLE, &rank, &nprocs);
|   ;
|   return 0;
| }
configure:93384: result: no
configure:93523: checking if MCA component ess:portals_utcp can compile
configure:93525: result: no
configure:93706: checking for MCA component ess:cnos compile mode
configure:93712: result: static
configure:93725: checking for cnos_get_rank
configure:93781: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   >&5
/tmp/iccUSO0zl.o(.text+0x2b): In function `main':
: undefined reference to `cnos_get_rank'
configure:93788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| /* end confdefs.h.  */
| /* Define cnos_get_rank to an innocuous variant, in case <limits.h> declares 
cnos_get_rank.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define cnos_get_rank innocuous_cnos_get_rank
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char cnos_get_rank (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef cnos_get_rank
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cnos_get_rank ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_cnos_get_rank || defined __stub___cnos_get_rank
| choke me
| #endif
| 
| int
| main ()
| {
| return cnos_get_rank ();
|   ;
|   return 0;
| }
configure:93808: result: no
configure:93947: checking if MCA component ess:cnos can compile
configure:93949: result: no
configure:94130: checking for MCA component ess:alps compile mode
configure:94136: result: static
configure:94367: checking if MCA component ess:alps can compile
configure:94369: result: no
configure:94550: checking for MCA component ess:env compile mode
configure:94556: result: static
configure:94593: checking if MCA component ess:env can compile
configure:94595: result: yes
configure:94862: checking for MCA component ess:hnp compile mode
configure:94868: result: static
configure:94905: checking if MCA component ess:hnp can compile
configure:94907: result: yes
configure:95174: checking for MCA component ess:lsf compile mode
configure:95180: result: static
configure:95197: checking --with-lsf value
configure:95200: result: simple ok (unspecified)
configure:95242: checking --with-lsf-libdir value
configure:95245: result: simple ok (unspecified)
configure:95333: checking for LSF dir
configure:95335: result: compiler default
configure:95337: checking for LSF library dir
configure:95339: result: linker default
configure:95529: checking lsf/lsbatch.h usability
configure:95546: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(442): catastrophic error: could not open source file "lsf/lsbatch.h"
  #include <lsf/lsbatch.h>
                          ^

compilation aborted for conftest.c (code 4)
configure:95553: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <lsf/lsbatch.h>
configure:95567: result: no
configure:95571: checking lsf/lsbatch.h presence
configure:95586: icc -E   conftest.c
conftest.c(409): error #5: could not open source file "lsf/lsbatch.h"
  #include <lsf/lsbatch.h>
                          ^

configure:95593: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| /* end confdefs.h.  */
| #include <lsf/lsbatch.h>
configure:95607: result: no
configure:95640: checking for lsf/lsbatch.h
configure:95647: result: no
configure:96565: checking if MCA component ess:lsf can compile
configure:96567: result: no
configure:96748: checking for MCA component ess:singleton compile mode
configure:96754: result: static
configure:96791: checking if MCA component ess:singleton can compile
configure:96793: result: yes
configure:97060: checking for MCA component ess:slurm compile mode
configure:97066: result: static
configure:97190: checking for fork
configure:97273: result: yes
configure:97285: checking for execve
configure:97368: result: yes
configure:97380: checking for setpgid
configure:97436: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   >&5
configure:97443: $? = 0
configure:97463: result: yes
configure:97526: checking if MCA component ess:slurm can compile
configure:97528: result: yes
configure:97795: checking for MCA component ess:tool compile mode
configure:97801: result: static
configure:97838: checking if MCA component ess:tool can compile
configure:97840: result: yes
configure:98154: checking for no configure components in framework filem
configure:98156: result: rsh
configure:98158: checking for m4 configure components in framework filem
configure:98160: result: 
configure:98276: checking for MCA component filem:rsh compile mode
configure:98282: result: static
configure:98312: checking if MCA component filem:rsh can compile
configure:98314: result: yes
configure:99024: checking for no configure components in framework grpcomm
configure:99026: result: 
configure:99028: checking for m4 configure components in framework grpcomm
configure:99030: result: cnos, bad, basic
configure:99168: checking for MCA component grpcomm:cnos compile mode
configure:99174: result: static
configure:99190: checking for cnos_barrier
configure:99246: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread     conftest.c -lnsl -lutil   >&5
/tmp/iccQ9zvgf.o(.text+0x2b): In function `main':
: undefined reference to `cnos_barrier'
configure:99253: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| /* end confdefs.h.  */
| /* Define cnos_barrier to an innocuous variant, in case <limits.h> declares 
cnos_barrier.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define cnos_barrier innocuous_cnos_barrier
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char cnos_barrier (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef cnos_barrier
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cnos_barrier ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_cnos_barrier || defined __stub___cnos_barrier
| choke me
| #endif
| 
| int
| main ()
| {
| return cnos_barrier ();
|   ;
|   return 0;
| }
configure:99273: result: no
configure:99411: checking if MCA component grpcomm:cnos can compile
configure:99413: result: no
configure:99594: checking for MCA component grpcomm:bad compile mode
configure:99600: result: static
configure:99637: checking if MCA component grpcomm:bad can compile
configure:99639: result: yes
configure:99906: checking for MCA component grpcomm:basic compile mode
configure:99912: result: static
configure:99949: checking if MCA component grpcomm:basic can compile
configure:99951: result: yes
configure:100265: checking for no configure components in framework iof
configure:100267: result: hnp, orted, tool
configure:100269: checking for m4 configure components in framework iof
configure:100271: result: 
configure:100387: checking for MCA component iof:hnp compile mode
configure:100393: result: static
configure:100423: checking if MCA component iof:hnp can compile
configure:100425: result: yes
configure:100663: checking for MCA component iof:orted compile mode
configure:100669: result: static
configure:100699: checking if MCA component iof:orted can compile
configure:100701: result: yes
configure:100939: checking for MCA component iof:tool compile mode
configure:100945: result: static
configure:100975: checking if MCA component iof:tool can compile
configure:100977: result: yes
configure:101687: checking for no configure components in framework notifier
configure:101689: result: 
configure:101691: checking for m4 configure components in framework notifier
configure:101693: result: syslog
configure:101821: checking for MCA component notifier:syslog compile mode
configure:101827: result: static
configure:101864: checking if MCA component notifier:syslog can compile
configure:101866: result: yes
configure:102580: checking for no configure components in framework odls
configure:102582: result: 
configure:102584: checking for m4 configure components in framework odls
configure:102586: result: default
configure:102714: checking for MCA component odls:default compile mode
configure:102720: result: static
configure:102729: checking for fork
configure:102812: result: yes
configure:102849: checking if MCA component odls:default can compile
configure:102851: result: yes
configure:103565: checking for no configure components in framework oob
configure:103567: result: 
configure:103569: checking for m4 configure components in framework oob
configure:103571: result: tcp
configure:103699: checking for MCA component oob:tcp compile mode
configure:103705: result: static
configure:103715: checking for struct sockaddr_in
configure:103815: result: yes
configure:103857: checking if MCA component oob:tcp can compile
configure:103859: result: yes
configure:104573: checking for no configure components in framework plm
configure:104575: result: 
configure:104577: checking for m4 configure components in framework plm
configure:104579: result: alps, lsf, rsh, slurm, tm, xgrid
configure:104707: checking for MCA component plm:alps compile mode
configure:104713: result: static
configure:104854: checking if MCA component plm:alps can compile
configure:104856: result: no
configure:105024: checking for MCA component plm:lsf compile mode
configure:105030: result: static
configure:105047: checking --with-lsf value
configure:105050: result: simple ok (unspecified)
configure:105092: checking --with-lsf-libdir value
configure:105095: result: simple ok (unspecified)
configure:105183: checking for LSF dir
configure:105185: result: compiler default
configure:105187: checking for LSF library dir
configure:105189: result: linker default
configure:105379: checking lsf/lsbatch.h usability
configure:105396: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(444): catastrophic error: could not open source file "lsf/lsbatch.h"
  #include <lsf/lsbatch.h>
                          ^

compilation aborted for conftest.c (code 4)
configure:105403: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <lsf/lsbatch.h>
configure:105417: result: no
configure:105421: checking lsf/lsbatch.h presence
configure:105436: icc -E   conftest.c
conftest.c(411): error #5: could not open source file "lsf/lsbatch.h"
  #include <lsf/lsbatch.h>
                          ^

configure:105443: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <lsf/lsbatch.h>
configure:105457: result: no
configure:105490: checking for lsf/lsbatch.h
configure:105497: result: no
configure:106415: checking if MCA component plm:lsf can compile
configure:106417: result: no
configure:106585: checking for MCA component plm:rsh compile mode
configure:106591: result: static
configure:106600: checking for fork
configure:106683: result: yes
configure:106720: checking if MCA component plm:rsh can compile
configure:106722: result: yes
configure:106976: checking for MCA component plm:slurm compile mode
configure:106982: result: static
configure:107106: checking for fork
configure:107189: result: yes
configure:107201: checking for execve
configure:107284: result: yes
configure:107296: checking for setpgid
configure:107379: result: yes
configure:107442: checking if MCA component plm:slurm can compile
configure:107444: result: yes
configure:107698: checking for MCA component plm:tm compile mode
configure:107704: result: static
configure:107721: checking --with-tm value
configure:107724: result: simple ok (unspecified)
configure:107775: checking for pbs-config
configure:107787: result: not found
configure:108290: checking tm.h usability
configure:108307: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(444): catastrophic error: could not open source file "tm.h"
  #include <tm.h>
                 ^

compilation aborted for conftest.c (code 4)
configure:108314: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <tm.h>
configure:108328: result: no
configure:108332: checking tm.h presence
configure:108347: icc -E   conftest.c
conftest.c(411): error #5: could not open source file "tm.h"
  #include <tm.h>
                 ^

configure:108354: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <tm.h>
configure:108368: result: no
configure:108401: checking for tm.h
configure:108408: result: no
configure:109313: checking if MCA component plm:tm can compile
configure:109315: result: no
configure:109483: checking for MCA component plm:xgrid compile mode
configure:109489: result: static
configure:109512: checking if C and Objective C are link compatible
configure:109538: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest_c.c
configure:109545: $? = 0
configure:109586: gcc -o conftest      conftest.m conftest_c.o -lnsl -lutil   
>&5
gcc: installation problem, cannot exec `cc1obj': No such file or directory
configure:109593: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| 
| #if defined(c_plusplus) || defined(__cplusplus)
| extern "C" int testfunc(int);
| #else
| extern int testfunc(int);
| #endif
| 
| int
| main ()
| {
| return testfunc(0);
|   ;
|   return 0;
| }
configure:109631: result: no
configure:109872: checking if MCA component plm:xgrid can compile
configure:109874: result: no
configure:110502: checking for no configure components in framework ras
configure:110504: result: 
configure:110506: checking for m4 configure components in framework ras
configure:110508: result: alps, gridengine, loadleveler, lsf, slurm, tm
configure:110636: checking for MCA component ras:alps compile mode
configure:110642: result: static
configure:110783: checking if MCA component ras:alps can compile
configure:110785: result: no
configure:110953: checking for MCA component ras:gridengine compile mode
configure:110959: result: static
configure:110976: checking if user requested SGE build
configure:110988: result: not specified; checking environment
configure:110992: checking for qrsh
configure:111022: result: no
configure:111030: checking for SGE_ROOT environment variable
configure:111037: result: not found
configure:111170: checking if MCA component ras:gridengine can compile
configure:111172: result: no
configure:111340: checking for MCA component ras:loadleveler compile mode
configure:111346: result: static
configure:111363: checking --with-loadleveler value
configure:111366: result: simple ok (unspecified)
configure:111604: checking llapi.h usability
configure:111621: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(444): catastrophic error: could not open source file "llapi.h"
  #include <llapi.h>
                    ^

compilation aborted for conftest.c (code 4)
configure:111628: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <llapi.h>
configure:111642: result: no
configure:111646: checking llapi.h presence
configure:111661: icc -E   conftest.c
conftest.c(411): error #5: could not open source file "llapi.h"
  #include <llapi.h>
                    ^

configure:111668: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <llapi.h>
configure:111682: result: no
configure:111715: checking for llapi.h
configure:111722: result: no
configure:112630: checking if MCA component ras:loadleveler can compile
configure:112632: result: no
configure:112800: checking for MCA component ras:lsf compile mode
configure:112806: result: static
configure:112823: checking --with-lsf value
configure:112826: result: simple ok (unspecified)
configure:112868: checking --with-lsf-libdir value
configure:112871: result: simple ok (unspecified)
configure:112959: checking for LSF dir
configure:112961: result: compiler default
configure:112963: checking for LSF library dir
configure:112965: result: linker default
configure:113155: checking lsf/lsbatch.h usability
configure:113172: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(444): catastrophic error: could not open source file "lsf/lsbatch.h"
  #include <lsf/lsbatch.h>
                          ^

compilation aborted for conftest.c (code 4)
configure:113179: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <lsf/lsbatch.h>
configure:113193: result: no
configure:113197: checking lsf/lsbatch.h presence
configure:113212: icc -E   conftest.c
conftest.c(411): error #5: could not open source file "lsf/lsbatch.h"
  #include <lsf/lsbatch.h>
                          ^

configure:113219: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <lsf/lsbatch.h>
configure:113233: result: no
configure:113266: checking for lsf/lsbatch.h
configure:113273: result: no
configure:114191: checking if MCA component ras:lsf can compile
configure:114193: result: no
configure:114361: checking for MCA component ras:slurm compile mode
configure:114367: result: static
configure:114491: checking for fork
configure:114574: result: yes
configure:114586: checking for execve
configure:114669: result: yes
configure:114681: checking for setpgid
configure:114764: result: yes
configure:114827: checking if MCA component ras:slurm can compile
configure:114829: result: yes
configure:115083: checking for MCA component ras:tm compile mode
configure:115089: result: static
configure:115106: checking --with-tm value
configure:115109: result: simple ok (unspecified)
configure:115160: checking for pbs-config
configure:115172: result: not found
configure:115675: checking tm.h usability
configure:115692: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(444): catastrophic error: could not open source file "tm.h"
  #include <tm.h>
                 ^

compilation aborted for conftest.c (code 4)
configure:115699: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <tm.h>
configure:115713: result: no
configure:115717: checking tm.h presence
configure:115732: icc -E   conftest.c
conftest.c(411): error #5: could not open source file "tm.h"
  #include <tm.h>
                 ^

configure:115739: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <tm.h>
configure:115753: result: no
configure:115786: checking for tm.h
configure:115793: result: no
configure:116698: checking if MCA component ras:tm can compile
configure:116700: result: no
configure:117328: checking for no configure components in framework rmaps
configure:117330: result: rank_file, round_robin, seq
configure:117332: checking for m4 configure components in framework rmaps
configure:117334: result: 
configure:117450: checking for MCA component rmaps:rank_file compile mode
configure:117456: result: static
configure:117486: checking if MCA component rmaps:rank_file can compile
configure:117488: result: yes
configure:117726: checking for MCA component rmaps:round_robin compile mode
configure:117732: result: static
configure:117762: checking if MCA component rmaps:round_robin can compile
configure:117764: result: yes
configure:118002: checking for MCA component rmaps:seq compile mode
configure:118008: result: static
configure:118038: checking if MCA component rmaps:seq can compile
configure:118040: result: yes
configure:118750: checking for no configure components in framework rml
configure:118752: result: oob
configure:118754: checking for m4 configure components in framework rml
configure:118756: result: ftrm
configure:118872: checking for MCA component rml:oob compile mode
configure:118878: result: static
configure:118908: checking if MCA component rml:oob can compile
configure:118910: result: yes
configure:119160: checking for MCA component rml:ftrm compile mode
configure:119166: result: static
configure:119297: checking if MCA component rml:ftrm can compile
configure:119299: result: no
configure:119927: checking for no configure components in framework routed
configure:119929: result: binomial, direct, linear
configure:119931: checking for m4 configure components in framework routed
configure:119933: result: 
configure:120049: checking for MCA component routed:binomial compile mode
configure:120055: result: static
configure:120085: checking if MCA component routed:binomial can compile
configure:120087: result: yes
configure:120325: checking for MCA component routed:direct compile mode
configure:120331: result: static
configure:120361: checking if MCA component routed:direct can compile
configure:120363: result: yes
configure:120601: checking for MCA component routed:linear compile mode
configure:120607: result: static
configure:120637: checking if MCA component routed:linear can compile
configure:120639: result: yes
configure:121349: checking for no configure components in framework snapc
configure:121351: result: 
configure:121353: checking for m4 configure components in framework snapc
configure:121355: result: full
configure:121483: checking for MCA component snapc:full compile mode
configure:121489: result: static
configure:121620: checking if MCA component snapc:full can compile
configure:121622: result: no
configure:122180: checking for frameworks for ompi
configure:122182: result: allocator, bml, btl, coll, common, crcp, dpm, io, 
mpool, mtl, osc, pml, pubsub, rcache, topo
configure:122291: checking for no configure components in framework allocator
configure:122293: result: basic, bucket
configure:122295: checking for m4 configure components in framework allocator
configure:122297: result: 
configure:122413: checking for MCA component allocator:basic compile mode
configure:122419: result: static
configure:122449: checking if MCA component allocator:basic can compile
configure:122451: result: yes
configure:122689: checking for MCA component allocator:bucket compile mode
configure:122695: result: static
configure:122725: checking if MCA component allocator:bucket can compile
configure:122727: result: yes
configure:123437: checking for no configure components in framework bml
configure:123439: result: r2
configure:123441: checking for m4 configure components in framework bml
configure:123443: result: 
configure:123559: checking for MCA component bml:r2 compile mode
configure:123565: result: static
configure:123595: checking if MCA component bml:r2 can compile
configure:123597: result: yes
configure:124307: checking for no configure components in framework btl
configure:124309: result: self, sm
configure:124311: checking for m4 configure components in framework btl
configure:124313: result: elan, gm, mx, ofud, openib, portals, tcp, udapl
configure:124429: checking for MCA component btl:self compile mode
configure:124435: result: static
configure:124465: checking if MCA component btl:self can compile
configure:124467: result: yes
configure:124705: checking for MCA component btl:sm compile mode
configure:124711: result: static
configure:124741: checking if MCA component btl:sm can compile
configure:124743: result: yes
configure:124993: checking for MCA component btl:elan compile mode
configure:124999: result: static
configure:125016: checking --with-elan value
configure:125019: result: simple ok (unspecified)
configure:125061: checking --with-elan-libdir value
configure:125064: result: simple ok (unspecified)
configure:125298: checking elan/elan.h usability
configure:125315: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(444): catastrophic error: could not open source file "elan/elan.h"
  #include <elan/elan.h>
                        ^

compilation aborted for conftest.c (code 4)
configure:125322: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <elan/elan.h>
configure:125336: result: no
configure:125340: checking elan/elan.h presence
configure:125355: icc -E   conftest.c
conftest.c(411): error #5: could not open source file "elan/elan.h"
  #include <elan/elan.h>
                        ^

configure:125362: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <elan/elan.h>
configure:125376: result: no
configure:125409: checking for elan/elan.h
configure:125416: result: no
configure:126326: checking if MCA component btl:elan can compile
configure:126328: result: no
configure:126496: checking for MCA component btl:gm compile mode
configure:126502: result: static
configure:126519: checking --with-gm value
configure:126522: result: simple ok (unspecified)
configure:126564: checking --with-gm-libdir value
configure:126567: result: simple ok (unspecified)
configure:126801: checking gm.h usability
configure:126818: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(444): catastrophic error: could not open source file "gm.h"
  #include <gm.h>
                 ^

compilation aborted for conftest.c (code 4)
configure:126825: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <gm.h>
configure:126839: result: no
configure:126843: checking gm.h presence
configure:126858: icc -E   conftest.c
conftest.c(411): error #5: could not open source file "gm.h"
  #include <gm.h>
                 ^

configure:126865: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <gm.h>
configure:126879: result: no
configure:126912: checking for gm.h
configure:126919: result: no
configure:128153: checking if MCA component btl:gm can compile
configure:128155: result: no
configure:128323: checking for MCA component btl:mx compile mode
configure:128329: result: static
configure:128346: checking --with-mx value
configure:128349: result: simple ok (unspecified)
configure:128391: checking --with-mx-libdir value
configure:128394: result: simple ok (unspecified)
configure:128632: checking myriexpress.h usability
configure:128649: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(444): catastrophic error: could not open source file "myriexpress.h"
  #include <myriexpress.h>
                          ^

compilation aborted for conftest.c (code 4)
configure:128656: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <myriexpress.h>
configure:128670: result: no
configure:128674: checking myriexpress.h presence
configure:128689: icc -E   conftest.c
conftest.c(411): error #5: could not open source file "myriexpress.h"
  #include <myriexpress.h>
                          ^

configure:128696: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <myriexpress.h>
configure:128710: result: no
configure:128743: checking for myriexpress.h
configure:128750: result: no
configure:130140: checking if MCA component btl:mx can compile
configure:130142: result: no
configure:130310: checking for MCA component btl:ofud compile mode
configure:130316: result: static
configure:130376: checking --with-openib value
configure:130379: result: simple ok (unspecified)
configure:130421: checking --with-openib-libdir value
configure:130424: result: simple ok (unspecified)
configure:130549: checking for fcntl.h
configure:130556: result: yes
configure:130560: checking sys/poll.h usability
configure:130577: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
configure:130584: $? = 0
configure:130598: result: yes
configure:130602: checking sys/poll.h presence
configure:130617: icc -E   conftest.c
configure:130624: $? = 0
configure:130638: result: yes
configure:130671: checking for sys/poll.h
configure:130680: result: yes
configure:130891: checking infiniband/verbs.h usability
configure:130908: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(446): catastrophic error: could not open source file 
"infiniband/verbs.h"
  #include <infiniband/verbs.h>
                               ^

compilation aborted for conftest.c (code 4)
configure:130915: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <infiniband/verbs.h>
configure:130929: result: no
configure:130933: checking infiniband/verbs.h presence
configure:130948: icc -E   conftest.c
conftest.c(413): error #5: could not open source file "infiniband/verbs.h"
  #include <infiniband/verbs.h>
                               ^

configure:130955: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| /* end confdefs.h.  */
| #include <infiniband/verbs.h>
configure:130969: result: no
configure:131002: checking for infiniband/verbs.h
configure:131009: result: no
configure:132877: checking if ConnectX XRC support is enabled
configure:132888: result: no
configure:132892: checking if OpenFabrics RDMACM support is enabled
configure:132903: result: no
configure:132907: checking if OpenFabrics IBCM support is enabled
configure:132918: result: no
configure:133098: checking if MCA component btl:ofud can compile
configure:133100: result: no
configure:133268: checking for MCA component btl:openib compile mode
configure:133274: result: static
configure:133375: checking --with-openib value
configure:133378: result: simple ok (unspecified)
configure:133420: checking --with-openib-libdir value
configure:133423: result: simple ok (unspecified)
configure:133548: checking for fcntl.h
configure:133555: result: yes
configure:133548: checking for sys/poll.h
configure:133555: result: yes
configure:133890: checking infiniband/verbs.h usability
configure:133907: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(451): catastrophic error: could not open source file 
"infiniband/verbs.h"
  #include <infiniband/verbs.h>
                               ^

compilation aborted for conftest.c (code 4)
configure:133914: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <infiniband/verbs.h>
configure:133928: result: no
configure:133932: checking infiniband/verbs.h presence
configure:133947: icc -E   conftest.c
conftest.c(418): error #5: could not open source file "infiniband/verbs.h"
  #include <infiniband/verbs.h>
                               ^

configure:133954: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| /* end confdefs.h.  */
| #include <infiniband/verbs.h>
configure:133968: result: no
configure:134001: checking for infiniband/verbs.h
configure:134008: result: no
configure:135876: checking if ConnectX XRC support is enabled
configure:135887: result: no
configure:135891: checking if OpenFabrics RDMACM support is enabled
configure:135902: result: no
configure:135906: checking if OpenFabrics IBCM support is enabled
configure:135917: result: no
configure:136085: checking for thread support (needed for ibcm/rdmacm)
configure:136091: result: posix
configure:136257: checking if MCA component btl:openib can compile
configure:136259: result: no
configure:136452: checking for MCA component btl:portals compile mode
configure:136458: result: static
configure:136489: checking --with-portals value
configure:136492: result: simple ok (unspecified)
configure:136540: checking for Portals configuration
configure:136558: result: utcp
configure:136651: checking portals3.h usability
configure:136668: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(458): catastrophic error: could not open source file "portals3.h"
  #include <portals3.h>
                       ^

compilation aborted for conftest.c (code 4)
configure:136675: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <portals3.h>
configure:136689: result: no
configure:136693: checking portals3.h presence
configure:136708: icc -E   conftest.c
conftest.c(425): error #5: could not open source file "portals3.h"
  #include <portals3.h>
                       ^

configure:136715: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| /* end confdefs.h.  */
| #include <portals3.h>
configure:136729: result: no
configure:136762: checking for portals3.h
configure:136771: result: no
configure:137000: checking if MCA component btl:portals can compile
configure:137002: result: no
configure:137170: checking for MCA component btl:tcp compile mode
configure:137176: result: static
configure:137186: checking for struct sockaddr_in
configure:137286: result: yes
configure:137328: checking if MCA component btl:tcp can compile
configure:137330: result: yes
configure:137584: checking for MCA component btl:udapl compile mode
configure:137590: result: static
configure:137607: checking --with-udapl value
configure:137610: result: simple ok (unspecified)
configure:137652: checking --with-udapl-libdir value
configure:137655: result: simple ok (unspecified)
configure:137710: WARNING: On Linux and --with-udapl was not specified
configure:137712: WARNING: Not building the udapl BTL
configure:139012: checking if MCA component btl:udapl can compile
configure:139014: result: no
configure:139642: checking for no configure components in framework coll
configure:139644: result: basic, hierarch, inter, self, sm, sync, tuned
configure:139646: checking for m4 configure components in framework coll
configure:139648: result: 
configure:139764: checking for MCA component coll:basic compile mode
configure:139770: result: static
configure:139800: checking if MCA component coll:basic can compile
configure:139802: result: yes
configure:140040: checking for MCA component coll:hierarch compile mode
configure:140046: result: static
configure:140076: checking if MCA component coll:hierarch can compile
configure:140078: result: yes
configure:140316: checking for MCA component coll:inter compile mode
configure:140322: result: static
configure:140352: checking if MCA component coll:inter can compile
configure:140354: result: yes
configure:140592: checking for MCA component coll:self compile mode
configure:140598: result: static
configure:140628: checking if MCA component coll:self can compile
configure:140630: result: yes
configure:140868: checking for MCA component coll:sm compile mode
configure:140874: result: static
configure:140904: checking if MCA component coll:sm can compile
configure:140906: result: yes
configure:141144: checking for MCA component coll:sync compile mode
configure:141150: result: static
configure:141180: checking if MCA component coll:sync can compile
configure:141182: result: yes
configure:141420: checking for MCA component coll:tuned compile mode
configure:141426: result: static
configure:141456: checking if MCA component coll:tuned can compile
configure:141458: result: yes
configure:142168: checking for no configure components in framework common
configure:142170: result: sm
configure:142172: checking for m4 configure components in framework common
configure:142174: result: mx, portals
configure:142290: checking for MCA component common:sm compile mode
configure:142296: result: static
configure:142326: checking if MCA component common:sm can compile
configure:142328: result: yes
configure:142578: checking for MCA component common:mx compile mode
configure:142584: result: static
configure:142601: checking --with-mx value
configure:142604: result: simple ok (unspecified)
configure:142646: checking --with-mx-libdir value
configure:142649: result: simple ok (unspecified)
configure:142887: checking myriexpress.h usability
configure:142904: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(459): catastrophic error: could not open source file "myriexpress.h"
  #include <myriexpress.h>
                          ^

compilation aborted for conftest.c (code 4)
configure:142911: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <myriexpress.h>
configure:142925: result: no
configure:142929: checking myriexpress.h presence
configure:142944: icc -E   conftest.c
conftest.c(426): error #5: could not open source file "myriexpress.h"
  #include <myriexpress.h>
                          ^

configure:142951: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h.  */
| #include <myriexpress.h>
configure:142965: result: no
configure:142998: checking for myriexpress.h
configure:143005: result: no
configure:144395: checking if MCA component common:mx can compile
configure:144397: result: no
configure:144565: checking for MCA component common:portals compile mode
configure:144571: result: static
configure:144602: checking --with-portals value
configure:144605: result: simple ok (unspecified)
configure:144653: checking for Portals configuration
configure:144671: result: utcp
configure:144753: checking for portals3.h
configure:144760: result: no
configure:145150: checking if MCA component common:portals can compile
configure:145152: result: no
configure:145780: checking for no configure components in framework crcp
configure:145782: result: 
configure:145784: checking for m4 configure components in framework crcp
configure:145786: result: bkmrk
configure:145914: checking for MCA component crcp:bkmrk compile mode
configure:145920: result: static
configure:146051: checking if MCA component crcp:bkmrk can compile
configure:146053: result: no
configure:146681: checking for no configure components in framework dpm
configure:146683: result: orte
configure:146685: checking for m4 configure components in framework dpm
configure:146687: result: 
configure:146803: checking for MCA component dpm:orte compile mode
configure:146809: result: static
configure:146839: checking if MCA component dpm:orte can compile
configure:146841: result: yes
configure:147567: checking for no configure components in framework io
configure:147569: result: 
configure:147571: checking for m4 configure components in framework io
configure:147573: result: romio
configure:147701: checking for MCA component io:romio compile mode
configure:147707: result: static
configure:147771: checking if want ROMIO component
configure:147778: result: yes
configure:147780: checking if MPI profiling is enabled
configure:147795: result: yes
configure:147878: OMPI configuring in ompi/mca/io/romio/romio
configure:147967: running /bin/sh './configure'  CFLAGS="-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread" CPPFLAGS=" " 
FFLAGS="" LDFLAGS=" " --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio 
--cache-file=/dev/null --srcdir=.
configure:147973: /bin/sh './configure' succeeded for ompi/mca/io/romio/romio
configure:148078: checking if MCA component io:romio can compile
configure:148080: result: yes
configure:148826: checking for no configure components in framework mpool
configure:148828: result: fake, rdma, sm
configure:148830: checking for m4 configure components in framework mpool
configure:148832: result: 
configure:148948: checking for MCA component mpool:fake compile mode
configure:148954: result: static
configure:148984: checking if MCA component mpool:fake can compile
configure:148986: result: yes
configure:149224: checking for MCA component mpool:rdma compile mode
configure:149230: result: static
configure:149260: checking if MCA component mpool:rdma can compile
configure:149262: result: yes
configure:149500: checking for MCA component mpool:sm compile mode
configure:149506: result: static
configure:149536: checking if MCA component mpool:sm can compile
configure:149538: result: yes
configure:150248: checking for no configure components in framework mtl
configure:150250: result: 
configure:150252: checking for m4 configure components in framework mtl
configure:150254: result: mx, portals, psm
configure:150382: checking for MCA component mtl:mx compile mode
configure:150388: result: static
configure:150405: checking --with-mx value
configure:150408: result: simple ok (unspecified)
configure:150450: checking --with-mx-libdir value
configure:150453: result: simple ok (unspecified)
configure:150691: checking myriexpress.h usability
configure:150708: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(466): catastrophic error: could not open source file "myriexpress.h"
  #include <myriexpress.h>
                          ^

compilation aborted for conftest.c (code 4)
configure:150715: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <myriexpress.h>
configure:150729: result: no
configure:150733: checking myriexpress.h presence
configure:150748: icc -E   conftest.c
conftest.c(433): error #5: could not open source file "myriexpress.h"
  #include <myriexpress.h>
                          ^

configure:150755: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| /* end confdefs.h.  */
| #include <myriexpress.h>
configure:150769: result: no
configure:150802: checking for myriexpress.h
configure:150809: result: no
configure:152199: checking if MCA component mtl:mx can compile
configure:152201: result: no
configure:152369: checking for MCA component mtl:portals compile mode
configure:152375: result: static
configure:152406: checking --with-portals value
configure:152409: result: simple ok (unspecified)
configure:152457: checking for Portals configuration
configure:152475: result: utcp
configure:152557: checking for portals3.h
configure:152564: result: no
configure:152917: checking if MCA component mtl:portals can compile
configure:152919: result: no
configure:153087: checking for MCA component mtl:psm compile mode
configure:153093: result: static
configure:153110: checking --with-psm value
configure:153113: result: simple ok (unspecified)
configure:153155: checking --with-psm-libdir value
configure:153158: result: simple ok (unspecified)
configure:153396: checking psm.h usability
configure:153413: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread   conftest.c >&5
conftest.c(470): catastrophic error: could not open source file "psm.h"
  #include <psm.h>
                  ^

compilation aborted for conftest.c (code 4)
configure:153420: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <psm.h>
configure:153434: result: no
configure:153438: checking psm.h presence
configure:153453: icc -E   conftest.c
conftest.c(437): error #5: could not open source file "psm.h"
  #include <psm.h>
                  ^

configure:153460: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| /* end confdefs.h.  */
| #include <psm.h>
configure:153474: result: no
configure:153507: checking for psm.h
configure:153514: result: no
configure:154434: checking if MCA component mtl:psm can compile
configure:154436: result: no
configure:155064: checking for no configure components in framework osc
configure:155066: result: pt2pt, rdma
configure:155068: checking for m4 configure components in framework osc
configure:155070: result: 
configure:155186: checking for MCA component osc:pt2pt compile mode
configure:155192: result: static
configure:155222: checking if MCA component osc:pt2pt can compile
configure:155224: result: yes
configure:155462: checking for MCA component osc:rdma compile mode
configure:155468: result: static
configure:155498: checking if MCA component osc:rdma can compile
configure:155500: result: yes
configure:156210: checking for no configure components in framework pml
configure:156212: result: cm, csum, ob1
configure:156214: checking for m4 configure components in framework pml
configure:156216: result: crcpw, v
configure:156332: checking for MCA component pml:cm compile mode
configure:156338: result: static
configure:156368: checking if MCA component pml:cm can compile
configure:156370: result: yes
configure:156608: checking for MCA component pml:csum compile mode
configure:156614: result: static
configure:156644: checking if MCA component pml:csum can compile
configure:156646: result: yes
configure:156884: checking for MCA component pml:ob1 compile mode
configure:156890: result: static
configure:156920: checking if MCA component pml:ob1 can compile
configure:156922: result: yes
configure:157172: checking for MCA component pml:crcpw compile mode
configure:157178: result: static
configure:157309: checking if MCA component pml:crcpw can compile
configure:157311: result: no
configure:157479: checking for MCA component pml:v compile mode
configure:157485: result: static
configure:157574: checking for no configure components in framework vprotocol
configure:157576: result: pessimist
configure:157578: checking for m4 configure components in framework vprotocol
configure:157580: result: 
configure:157696: checking for MCA component vprotocol:pessimist compile mode
configure:157702: result: static
configure:157732: checking if MCA component vprotocol:pessimist can compile
configure:157734: result: yes
configure:158440: checking if MCA component pml:v can compile
configure:158442: result: yes
configure:159156: checking for no configure components in framework pubsub
configure:159158: result: orte
configure:159160: checking for m4 configure components in framework pubsub
configure:159162: result: 
configure:159278: checking for MCA component pubsub:orte compile mode
configure:159284: result: static
configure:159314: checking if MCA component pubsub:orte can compile
configure:159316: result: yes
configure:160026: checking for no configure components in framework rcache
configure:160028: result: vma
configure:160030: checking for m4 configure components in framework rcache
configure:160032: result: 
configure:160148: checking for MCA component rcache:vma compile mode
configure:160154: result: static
configure:160184: checking if MCA component rcache:vma can compile
configure:160186: result: yes
configure:160896: checking for no configure components in framework topo
configure:160898: result: unity
configure:160900: checking for m4 configure components in framework topo
configure:160902: result: 
configure:161018: checking for MCA component topo:unity compile mode
configure:161024: result: static
configure:161054: checking if MCA component topo:unity can compile
configure:161056: result: yes
configure:162386: checking if icc supports -fvisibility
configure:162416: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread -fvisibility=hidden     conftest.c 
-lnsl -lutil   >&5
configure:162423: $? = 0
configure:162453: result: yes
configure:162459: checking enable symbol visibility
configure:162461: result: yes
configure:162463: WARNING:  -fvisibility=hidden has been added to CFLAGS
configure:162505: checking which contributed software packages should be 
disabled
configure:162526: result: 
configure:162632: OMPI configuring in ompi/contrib/vt/vt
configure:162721: running /bin/sh './configure' --disable-option-checking 
'MPICC=icc' --with-openmpi 
'--with-mpi-inc-dir=/usr/local/src/openmpi-1.3.2/ompi/include' 
--with-mpi-status-size=5 --disable-config-titles --disable-config-summary 
'--disable-shared' '--enable-static' 
'--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2' 'CC=icc' 'CXX=icpc' 'F77=ifort' 
'FC=ifort'  --cache-file=/dev/null --srcdir=.
configure:162727: /bin/sh './configure' succeeded for ompi/contrib/vt/vt
configure:162758: checking if contributed component vt can compile
configure:162763: result: yes
configure:162890: checking for ANSI C header files
configure:163058: result: yes
configure:163085: checking for fcntl.h
configure:163092: result: yes
configure:163085: checking for stdarg.h
configure:163092: result: yes
configure:163085: checking for inttypes.h
configure:163092: result: yes
configure:163085: checking for stdint.h
configure:163092: result: yes
configure:163085: checking for poll.h
configure:163092: result: yes
configure:163096: checking signal.h usability
configure:163113: icc -c -O3 -DNDEBUG    conftest.c >&5
configure:163120: $? = 0
configure:163134: result: yes
configure:163138: checking signal.h presence
configure:163153: icc -E   conftest.c
configure:163160: $? = 0
configure:163174: result: yes
configure:163207: checking for signal.h
configure:163216: result: yes
configure:163085: checking for unistd.h
configure:163092: result: yes
configure:163096: checking sys/epoll.h usability
configure:163113: icc -c -O3 -DNDEBUG    conftest.c >&5
configure:163120: $? = 0
configure:163134: result: yes
configure:163138: checking sys/epoll.h presence
configure:163153: icc -E   conftest.c
configure:163160: $? = 0
configure:163174: result: yes
configure:163207: checking for sys/epoll.h
configure:163216: result: yes
configure:163085: checking for sys/time.h
configure:163092: result: yes
configure:163085: checking for sys/queue.h
configure:163092: result: yes
configure:163096: checking sys/event.h usability
configure:163113: icc -c -O3 -DNDEBUG    conftest.c >&5
conftest.c(489): catastrophic error: could not open source file "sys/event.h"
  #include <sys/event.h>
                        ^

compilation aborted for conftest.c (code 4)
configure:163120: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define OMPI_C_HAVE_VISIBILITY 1
| #define OMPI_ENABLE_CONTRIB_vt 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/event.h>
configure:163134: result: no
configure:163138: checking sys/event.h presence
configure:163153: icc -E   conftest.c
conftest.c(456): error #5: could not open source file "sys/event.h"
  #include <sys/event.h>
                        ^

configure:163160: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define OMPI_C_HAVE_VISIBILITY 1
| #define OMPI_ENABLE_CONTRIB_vt 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| /* end confdefs.h.  */
| #include <sys/event.h>
configure:163174: result: no
configure:163207: checking for sys/event.h
configure:163216: result: no
configure:163085: checking for sys/ioctl.h
configure:163092: result: yes
configure:163096: checking sys/devpoll.h usability
configure:163113: icc -c -O3 -DNDEBUG    conftest.c >&5
conftest.c(490): catastrophic error: could not open source file "sys/devpoll.h"
  #include <sys/devpoll.h>
                          ^

compilation aborted for conftest.c (code 4)
configure:163120: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define OMPI_C_HAVE_VISIBILITY 1
| #define OMPI_ENABLE_CONTRIB_vt 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/devpoll.h>
configure:163134: result: no
configure:163138: checking sys/devpoll.h presence
configure:163153: icc -E   conftest.c
conftest.c(457): error #5: could not open source file "sys/devpoll.h"
  #include <sys/devpoll.h>
                          ^

configure:163160: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define OMPI_C_HAVE_VISIBILITY 1
| #define OMPI_ENABLE_CONTRIB_vt 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <sys/devpoll.h>
configure:163174: result: no
configure:163207: checking for sys/devpoll.h
configure:163216: result: no
configure:163232: checking for TAILQ_FOREACH in sys/queue.h
configure:163257: result: no
configure:163266: checking for timeradd in sys/time.h
configure:163288: result: yes
configure:163299: checking whether time.h and sys/time.h may both be included
configure:163329: icc -c -O3 -DNDEBUG    conftest.c >&5
conftest.c(465): warning #279: controlling expression is constant
  if ((struct tm *) 0)
      ^

configure:163336: $? = 0
configure:163351: result: yes
configure:163368: checking for gettimeofday
configure:163424: icc -o conftest -O3 -DNDEBUG      conftest.c -lnsl -lutil   
>&5
conftest.c(493) (col. 8): warning #980: wrong number of actual arguments to 
intrinsic function "gettimeofday"

configure:163431: $? = 0
configure:163453: result: yes
configure:163368: checking for vasprintf
configure:163453: result: yes
configure:163368: checking for fcntl
configure:163424: icc -o conftest -O3 -DNDEBUG      conftest.c -lnsl -lutil   
>&5
conftest.c(495) (col. 8): warning #980: wrong number of actual arguments to 
intrinsic function "fcntl"

configure:163431: $? = 0
configure:163453: result: yes
configure:163466: checking for F_SETFD in fcntl.h
conftest.c(463): warning #47: incompatible redefinition of macro "_GNU_SOURCE" 
(declared at line 48)
  #define _GNU_SOURCE
          ^

configure:163489: result: yes
configure:163504: checking for select
configure:163560: icc -o conftest -O3 -DNDEBUG      conftest.c -lnsl -lutil   
>&5
conftest.c(497) (col. 8): warning #980: wrong number of actual arguments to 
intrinsic function "select"

configure:163567: $? = 0
configure:163589: result: yes
configure:163613: checking for poll
configure:163669: icc -o conftest -O3 -DNDEBUG      conftest.c -lnsl -lutil   
>&5
configure:163676: $? = 0
configure:163698: result: yes
configure:163965: checking for epoll_ctl
configure:164021: icc -o conftest -O3 -DNDEBUG      conftest.c -lnsl -lutil   
>&5
configure:164028: $? = 0
configure:164050: result: yes
configure:164089: checking for working epoll library interface
configure:164151: icc -o conftest -O3 -DNDEBUG      conftest.c -lnsl -lutil   
>&5
configure:164155: $? = 0
configure:164161: ./conftest
configure:164165: $? = 0
configure:164187: result: yes
configure:164541: checking for port_create
configure:164597: icc -o conftest -O3 -DNDEBUG      conftest.c -lnsl -lutil   
>&5
/tmp/icctGd4AR.o(.text+0x2b): In function `main':
: undefined reference to `port_create'
configure:164604: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define OMPI_C_HAVE_VISIBILITY 1
| #define OMPI_ENABLE_CONTRIB_vt 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_WORKING_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h.  */
| /* Define port_create to an innocuous variant, in case <limits.h> declares 
port_create.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define port_create innocuous_port_create
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char port_create (); 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 port_create
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char port_create ();
| /* 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_port_create || defined __stub___port_create
| choke me
| #endif
| 
| int
| main ()
| {
| return port_create ();
|   ;
|   return 0;
| }
configure:164626: result: no
configure:164659: checking for pid_t
configure:164687: icc -c -O3 -DNDEBUG    conftest.c >&5
configure:164694: $? = 0
configure:164721: icc -c -O3 -DNDEBUG    conftest.c >&5
conftest.c(504): error: expected an expression
  if (sizeof ((pid_t)))
                     ^

compilation aborted for conftest.c (code 2)
configure:164728: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define OMPI_C_HAVE_VISIBILITY 1
| #define OMPI_ENABLE_CONTRIB_vt 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_WORKING_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:164751: result: yes
configure:164763: checking for size_t
configure:164791: icc -c -O3 -DNDEBUG    conftest.c >&5
configure:164798: $? = 0
configure:164825: icc -c -O3 -DNDEBUG    conftest.c >&5
conftest.c(504): error: expected an expression
  if (sizeof ((size_t)))
                      ^

compilation aborted for conftest.c (code 2)
configure:164832: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define OMPI_C_HAVE_VISIBILITY 1
| #define OMPI_ENABLE_CONTRIB_vt 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_WORKING_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:164855: result: yes
configure:164867: checking for u_int64_t
configure:164895: icc -c -O3 -DNDEBUG    conftest.c >&5
configure:164902: $? = 0
configure:164929: icc -c -O3 -DNDEBUG    conftest.c >&5
conftest.c(504): error: expected an expression
  if (sizeof ((u_int64_t)))
                         ^

compilation aborted for conftest.c (code 2)
configure:164936: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define OMPI_C_HAVE_VISIBILITY 1
| #define OMPI_ENABLE_CONTRIB_vt 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_WORKING_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((u_int64_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:164959: result: yes
configure:164971: checking for u_int32_t
configure:164999: icc -c -O3 -DNDEBUG    conftest.c >&5
configure:165006: $? = 0
configure:165033: icc -c -O3 -DNDEBUG    conftest.c >&5
conftest.c(504): error: expected an expression
  if (sizeof ((u_int32_t)))
                         ^

compilation aborted for conftest.c (code 2)
configure:165040: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define OMPI_C_HAVE_VISIBILITY 1
| #define OMPI_ENABLE_CONTRIB_vt 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_WORKING_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((u_int32_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:165063: result: yes
configure:165075: checking for u_int16_t
configure:165103: icc -c -O3 -DNDEBUG    conftest.c >&5
configure:165110: $? = 0
configure:165137: icc -c -O3 -DNDEBUG    conftest.c >&5
conftest.c(504): error: expected an expression
  if (sizeof ((u_int16_t)))
                         ^

compilation aborted for conftest.c (code 2)
configure:165144: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define OMPI_C_HAVE_VISIBILITY 1
| #define OMPI_ENABLE_CONTRIB_vt 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_WORKING_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((u_int16_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:165167: result: yes
configure:165179: checking for u_int8_t
configure:165207: icc -c -O3 -DNDEBUG    conftest.c >&5
configure:165214: $? = 0
configure:165241: icc -c -O3 -DNDEBUG    conftest.c >&5
conftest.c(504): error: expected an expression
  if (sizeof ((u_int8_t)))
                        ^

compilation aborted for conftest.c (code 2)
configure:165248: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define OMPI_C_HAVE_VISIBILITY 1
| #define OMPI_ENABLE_CONTRIB_vt 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_WORKING_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((u_int8_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:165271: result: yes
configure:165363: checking for a sed that does not truncate output
configure:165429: result: /bin/sed
configure:165477: checking for ld used by icc
configure:165544: result: /usr/bin/ld
configure:165553: checking if the linker (/usr/bin/ld) is GNU ld
configure:165568: result: yes
configure:165581: checking the maximum length of command line arguments
configure:165701: result: 98304
configure:165718: checking whether the shell understands some XSI constructs
configure:165728: result: yes
configure:165732: checking whether the shell understands "+="
configure:165738: result: no
configure:165773: checking for /usr/bin/ld option to reload object files
configure:165780: result: -r
configure:165905: checking how to recognize dependent libraries
configure:166101: result: pass_all
configure:166161: checking for ar
configure:166177: found /usr/bin/ar
configure:166188: result: ar
configure:166266: checking for strip
configure:166282: found /usr/bin/strip
configure:166293: result: strip
configure:166365: checking for ranlib
configure:166381: found /usr/bin/ranlib
configure:166392: result: ranlib
configure:166482: checking command to parse /usr/bin/nm -B output from icc 
object
configure:166600: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread -fvisibility=hidden   conftest.c >&5
configure:166603: $? = 0
configure:166607: /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:166610: $? = 0
configure:166664: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread -fvisibility=hidden     conftest.c 
conftstm.o >&5
configure:166667: $? = 0
configure:166705: result: ok
configure:166800: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread -fvisibility=hidden   conftest.c >&5
configure:166803: $? = 0
configure:167570: checking for dlfcn.h
configure:167615: result: yes
configure:167742: checking for C++ compiler version
configure:167750: icpc --version >&5
icpc (ICC) 11.0 20090131
Copyright (C) 1985-2009 Intel Corporation.  All rights reserved.

configure:167754: $? = 0
configure:167761: icpc -v >&5
Version 11.0 
configure:167765: $? = 0
configure:167772: icpc -V >&5
Intel(R) C++ Intel(R) 64 Compiler Professional for applications running on 
Intel(R) 64, Version 11.0    Build 20090131 Package ID: l_cproc_p_11.0.081
Copyright (C) 1985-2009 Intel Corporation.  All rights reserved.
30 DAY EVALUATION LICENSE

icpc: NOTE: The evaluation period for this product ends on 11-jul-2009 UTC.
configure:167776: $? = 0
configure:167779: checking whether we are using the GNU C++ compiler
configure:167832: result: yes
configure:167841: checking whether icpc accepts -g
configure:167979: result: yes
configure:168004: checking dependency style of icpc
configure:168095: result: gcc3
configure:168118: checking how to run the C++ preprocessor
configure:168232: result: icpc -E
configure:168261: icpc -E   conftest.cpp
configure:168268: $? = 0
configure:168299: icpc -E   conftest.cpp
conftest.cpp(469): error #5: could not open source file "ac_nonexistent.h"
  #include <ac_nonexistent.h>
                             ^

configure:168306: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define OMPI_C_HAVE_VISIBILITY 1
| #define OMPI_ENABLE_CONTRIB_vt 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_WORKING_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:168454: checking for Fortran 77 compiler version
configure:168462: ifort --version >&5
ifort (IFORT) 11.0 20081105
Copyright (C) 1985-2008 Intel Corporation.  All rights reserved.

configure:168466: $? = 0
configure:168473: ifort -v >&5
Version 11.0 
configure:168477: $? = 0
configure:168484: ifort -V >&5
Intel(R) Fortran Intel(R) 64 Compiler Professional for applications running on 
Intel(R) 64, Version 11.0    Build 20081105 Package ID: l_cprof_p_11.0.074
Copyright (C) 1985-2008 Intel Corporation.  All rights reserved.

configure:168488: $? = 0
configure:168496: checking whether we are using the GNU Fortran 77 compiler
configure:168539: result: no
configure:168545: checking whether ifort accepts -g
configure:168585: result: yes
configure:168727: checking for Fortran compiler version
configure:168735: ifort --version >&5
ifort (IFORT) 11.0 20081105
Copyright (C) 1985-2008 Intel Corporation.  All rights reserved.

configure:168739: $? = 0
configure:168746: ifort -v >&5
Version 11.0 
configure:168750: $? = 0
configure:168757: ifort -V >&5
Intel(R) Fortran Intel(R) 64 Compiler Professional for applications running on 
Intel(R) 64, Version 11.0    Build 20081105 Package ID: l_cprof_p_11.0.074
Copyright (C) 1985-2008 Intel Corporation.  All rights reserved.

configure:168761: $? = 0
configure:168769: checking whether we are using the GNU Fortran compiler
configure:168812: result: no
configure:168818: checking whether ifort accepts -g
configure:168858: result: yes
configure:169297: checking for objdir
configure:169312: result: .libs
configure:169608: checking if icc supports -fno-rtti -fno-exceptions
configure:169626: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread -fvisibility=hidden   -fno-rtti -fno-exceptions conftest.c 
>&5
configure:169630: $? = 0
configure:169643: result: yes
configure:169663: checking for icc option to produce PIC
configure:169935: result: -fPIC -DPIC
configure:169947: checking if icc PIC flag -fPIC -DPIC works
configure:169965: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread -fvisibility=hidden   -fPIC -DPIC -DPIC conftest.c >&5
configure:169969: $? = 0
configure:169982: result: yes
configure:170006: checking if icc static flag -static works
configure:170034: result: yes
configure:170049: checking if icc supports -c -o file.o
configure:170070: icc -c -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread -fvisibility=hidden   -o out/conftest2.o conftest.c >&5
configure:170074: $? = 0
configure:170096: result: yes
configure:170104: checking if icc supports -c -o file.o
configure:170151: result: yes
configure:170184: checking whether the icc linker (/usr/bin/ld -m elf_x86_64) 
supports shared libraries
configure:171258: result: yes
configure:171497: checking dynamic linker characteristics
configure:171940: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread -fvisibility=hidden     -Wl,-rpath 
-Wl,/foo conftest.c -lnsl -lutil   >&5
configure:171947: $? = 0
configure:172180: result: GNU/Linux ld.so
configure:172282: checking how to hardcode library paths into programs
configure:172307: result: immediate
configure:172430: checking for shl_load
configure:172486: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread -fvisibility=hidden     conftest.c 
-lnsl -lutil   >&5
/tmp/iccfuXNKk.o(.text+0x2b): In function `main':
: undefined reference to `shl_load'
configure:172493: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define OMPI_C_HAVE_VISIBILITY 1
| #define OMPI_ENABLE_CONTRIB_vt 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_WORKING_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares 
shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:172513: result: no
configure:172518: checking for shl_load in -ldld
configure:172553: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread -fvisibility=hidden     conftest.c 
-ldld  -lnsl -lutil   >&5
ld: cannot find -ldld
configure:172560: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Open MPI"
| #define PACKAGE_TARNAME "openmpi"
| #define PACKAGE_VERSION "1.3.2"
| #define PACKAGE_STRING "Open MPI 1.3.2"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
| #define OMPI_MAJOR_VERSION 1
| #define OMPI_MINOR_VERSION 3
| #define OMPI_RELEASE_VERSION 2
| #define OMPI_GREEK_VERSION ""
| #define OMPI_VERSION "2"
| #define OMPI_RELEASE_DATE "Apr 21, 2009"
| #define ORTE_MAJOR_VERSION 1
| #define ORTE_MINOR_VERSION 3
| #define ORTE_RELEASE_VERSION 2
| #define ORTE_GREEK_VERSION ""
| #define ORTE_VERSION "2"
| #define ORTE_RELEASE_DATE "Apr 21, 2009"
| #define OPAL_MAJOR_VERSION 1
| #define OPAL_MINOR_VERSION 3
| #define OPAL_RELEASE_VERSION 2
| #define OPAL_GREEK_VERSION ""
| #define OPAL_VERSION "2"
| #define OPAL_RELEASE_DATE "Apr 21, 2009"
| #define OMPI_ARCH "x86_64-unknown-linux-gnu"
| #define OMPI_ENABLE_MEM_DEBUG 0
| #define OMPI_ENABLE_MEM_PROFILE 0
| #define OMPI_ENABLE_DEBUG 0
| #define OMPI_GROUP_SPARSE 0
| #define OMPI_WANT_MPI_CXX_SEEK 1
| #define MPI_PARAM_CHECK ompi_mpi_param_check
| #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OMPI_WANT_PERUSE 0
| #define OMPI_ENABLE_PTY_SUPPORT 1
| #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ENABLE_TRACE 0
| #define ORTE_DISABLE_FULL_SUPPORT 0
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OMPI_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 1
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
| #define OPAL_IDENT_STRING "1.3.2"
| #define OMPI_OPENIB_PAD_HDR 0
| #define OMPI_CC "icc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OMPI_C_HAVE_BUILTIN_EXPECT 1
| #define OMPI_C_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CC_USE_PRAGMA_IDENT 1
| #define OMPI_CC_USE_IDENT 0
| #define OMPI_CC_USE_PRAGMA_COMMENT 
| #define OMPI_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_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
| #define OMPI_CXX "icpc"
| #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
| #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
| #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
| #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
| #define OMPI_CXX_USE_PRAGMA_IDENT 1
| #define OMPI_CXX_USE_IDENT 0
| #define OMPI_CXX_USE_PRAGMA_COMMENT 
| #define OMPI_CXX_USE_CONST_CHAR_IDENT 0
| #define SIZEOF_BOOL 1
| #define OMPI_ALIGNMENT_CXX_BOOL 1
| #define OMPI_WANT_CXX_BINDINGS 1
| #define OMPI_HAVE_ATTRIBUTE 1
| #define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
| #define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OMPI_HAVE_ATTRIBUTE_COLD 0
| #define OMPI_HAVE_ATTRIBUTE_CONST 1
| #define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OMPI_HAVE_ATTRIBUTE_FORMAT 1
| #define OMPI_HAVE_ATTRIBUTE_HOT 0
| #define OMPI_HAVE_ATTRIBUTE_MALLOC 1
| #define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
| #define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OMPI_HAVE_ATTRIBUTE_NONNULL 1
| #define OMPI_HAVE_ATTRIBUTE_NORETURN 1
| #define OMPI_HAVE_ATTRIBUTE_PACKED 1
| #define OMPI_HAVE_ATTRIBUTE_PURE 1
| #define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
| #define OMPI_HAVE_ATTRIBUTE_UNUSED 1
| #define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
| #define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OMPI_WANT_SMP_LOCKS 1
| #define OMPI_ASM_TEXT ".text"
| #define OMPI_ASM_GLOBAL ".globl"
| #define OMPI_ASM_LABEL_SUFFIX ":"
| #define OMPI_ASM_GSYM ""
| #define OMPI_ASM_LSYM ".L"
| #define OMPI_ASM_TYPE "@"
| #define OMPI_ASM_SIZE "1"
| #define OMPI_ASM_ALIGN_LOG 
| #define OMPI_ASM_SUPPORT_64BIT 1
| #define OMPI_C_GCC_INLINE_ASSEMBLY 1
| #define OMPI_C_DEC_INLINE_ASSEMBLY 0
| #define OMPI_C_XLC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
| #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
| #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
| #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OMPI_ASSEMBLY_ARCH OMPI_AMD64
| #define OMPI_HAVE_ASM_FILE 1
| #define OMPI_F77_DOUBLE_UNDERSCORE 0
| #define OMPI_F77_SINGLE_UNDERSCORE 1
| #define OMPI_F77_CAPS 0
| #define OMPI_F77_PLAIN 0
| #define OMPI_WANT_F77_BINDINGS 1
| #define OMPI_F77 "ifort"
| #define ompi_fortran_bogus_type_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
| #define ompi_fortran_logical_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL1 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
| #define ompi_fortran_logical1_t char
| #define OMPI_HAVE_FORTRAN_LOGICAL2 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
| #define ompi_fortran_logical2_t short
| #define OMPI_HAVE_FORTRAN_LOGICAL4 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
| #define ompi_fortran_logical4_t int
| #define OMPI_HAVE_FORTRAN_LOGICAL8 1
| #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
| #define ompi_fortran_logical8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
| #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 1
| #define ompi_fortran_integer2_t short
| #define OMPI_HAVE_FORTRAN_INTEGER4 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER4 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
| #define ompi_fortran_integer4_t int
| #define OMPI_HAVE_FORTRAN_INTEGER8 1
| #define OMPI_SIZEOF_FORTRAN_INTEGER8 8
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
| #define ompi_fortran_integer8_t long long
| #define OMPI_HAVE_FORTRAN_INTEGER16 0
| #define OMPI_SIZEOF_FORTRAN_INTEGER16 4
| #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
| #define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL 1
| #define OMPI_SIZEOF_FORTRAN_REAL 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL 1
| #define ompi_fortran_real_t float
| #define OMPI_HAVE_FORTRAN_REAL2 0
| #define OMPI_SIZEOF_FORTRAN_REAL2 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL2 4
| #define ompi_fortran_real2_t ompi_fortran_bogus_type_t
| #define OMPI_HAVE_FORTRAN_REAL4 1
| #define OMPI_SIZEOF_FORTRAN_REAL4 4
| #define OMPI_ALIGNMENT_FORTRAN_REAL4 1
| #define ompi_fortran_real4_t float
| #define OMPI_HAVE_FORTRAN_REAL8 1
| #define OMPI_SIZEOF_FORTRAN_REAL8 8
| #define OMPI_ALIGNMENT_FORTRAN_REAL8 1
| #define ompi_fortran_real8_t double
| #define OMPI_HAVE_FORTRAN_REAL16 1
| #define OMPI_SIZEOF_FORTRAN_REAL16 16
| #define OMPI_ALIGNMENT_FORTRAN_REAL16 1
| #define ompi_fortran_real16_t long double
| #define OMPI_REAL16_MATCHES_C 0
| #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
| #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
| #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
| #define ompi_fortran_double_precision_t double
| #define OMPI_HAVE_FORTRAN_COMPLEX 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
| #define OMPI_HAVE_FORTRAN_COMPLEX8 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
| #define OMPI_HAVE_FORTRAN_COMPLEX16 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
| #define OMPI_HAVE_FORTRAN_COMPLEX32 1
| #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
| #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
| #define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
| #define OMPI_FORTRAN_VALUE_TRUE -1
| #define OMPI_WANT_F90_BINDINGS 1
| #define OMPI_F90 "ifort"
| #define OMPI_HAVE_F90_LOGICAL 1
| #define OMPI_HAVE_F90_LOGICAL1 1
| #define OMPI_HAVE_F90_LOGICAL2 1
| #define OMPI_HAVE_F90_LOGICAL4 1
| #define OMPI_HAVE_F90_LOGICAL8 1
| #define OMPI_HAVE_F90_INTEGER 1
| #define OMPI_HAVE_F90_INTEGER1 1
| #define OMPI_HAVE_F90_INTEGER2 1
| #define OMPI_HAVE_F90_INTEGER4 1
| #define OMPI_HAVE_F90_INTEGER8 1
| #define OMPI_HAVE_F90_INTEGER16 0
| #define OMPI_HAVE_F90_REAL 1
| #define OMPI_HAVE_F90_REAL2 0
| #define OMPI_HAVE_F90_REAL4 1
| #define OMPI_HAVE_F90_REAL8 1
| #define OMPI_HAVE_F90_REAL16 1
| #define OMPI_HAVE_F90_DOUBLE_PRECISION 1
| #define OMPI_HAVE_F90_COMPLEX 1
| #define OMPI_HAVE_F90_COMPLEX8 1
| #define OMPI_HAVE_F90_COMPLEX16 1
| #define OMPI_HAVE_F90_COMPLEX32 1
| #define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STDBOOL_H 1
| #define OMPI_USE_STDBOOL_H 1
| #define SIZEOF_PID_T 4
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OMPI_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_LIBUTIL 1
| #define HAVE_LIBNSL 1
| #define HAVE_SCHED_YIELD 1
| #define HAVE_DIRNAME 1
| #define HAVE_CEIL 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_MALLOPT 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OMPI_HAVE_VA_COPY 1
| #define OMPI_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OMPI_MPI_OFFSET_TYPE long long
| #define OMPI_PTRDIFF_TYPE ptrdiff_t
| #define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OMPI_HAVE_BROKEN_QSORT 0
| #define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #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 OPAL_ENABLE_FT_THREAD 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_BACKTRACE 1
| #define HAVE_DECL_MPOL_MF_MOVE 0
| #define OMPI_WANT_MEMCHECKER 0
| #define OMPI_MEMCHECKER_HAVE_COMPONENT 
| #define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
| #define HAVE_DECL_SBRK 1
| #define HAVE_SYSCALL 1
| #define HAVE_DLSYM 1
| #define OMPI_MEMORY_HAVE_COMPONENT 1
| #define PLPA_DEBUG 0
| #define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
| #define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
| #define HAVE_VALGRIND_VALGRIND_H 1
| #define PLPA_WANT_VALGRIND_SUPPORT 0
| #define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
| #define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
| #define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_POLL_H 1
| #define OMPI_HAVE_CONNECTX_XRC 0
| #define OMPI_HAVE_RDMACM 0
| #define OMPI_HAVE_IBCM 0
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_io_romio_USER_CONFIGURE_FLAGS ""
| #define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
| #define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
| #define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
| #define OMPI_PORTALS_UTCP 1
| #define OMPI_PORTALS_CRAYXT3 0
| #define OMPI_PORTALS_CRAYXT3_MODEX 0
| #define MCA_pml_DIRECT_CALL 0
| #define MCA_pml_DIRECT_CALL_COMPONENT 
| #define MCA_pml_DIRECT_CALL_HEADER ""
| #define MCA_mtl_DIRECT_CALL 0
| #define MCA_mtl_DIRECT_CALL_COMPONENT 
| #define MCA_mtl_DIRECT_CALL_HEADER ""
| #define OMPI_C_HAVE_VISIBILITY 1
| #define OMPI_ENABLE_CONTRIB_vt 1
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_EPOLL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_TIMERADD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_VASPRINTF 1
| #define HAVE_FCNTL 1
| #define HAVE_SETFD 1
| #define HAVE_SELECT 1
| #define HAVE_POLL 1
| #define HAVE_WORKING_POLL 1
| #define HAVE_EPOLL_CTL 1
| #define HAVE_EPOLL 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:172581: result: no
configure:172586: checking for dlopen
configure:172642: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread -fvisibility=hidden     conftest.c 
-lnsl -lutil   >&5
configure:172649: $? = 0
configure:172669: result: yes
configure:172914: checking whether a program can dlopen itself
configure:172984: icc -o conftest -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread -fvisibility=hidden   -DHAVE_DLFCN_H   
-Wl,--export-dynamic conftest.c  -lnsl -lutil   >&5
configure:172987: $? = 0
configure:173005: result: no
configure:173140: checking whether stripping libraries is possible
configure:173145: result: yes
configure:173180: checking if libtool supports shared libraries
configure:173182: result: yes
configure:173185: checking whether to build shared libraries
configure:173206: result: no
configure:173209: checking whether to build static libraries
configure:173213: result: yes
configure:173363: checking for ld used by icpc
configure:173430: result: /usr/bin/ld -m elf_x86_64
configure:173439: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:173454: result: yes
configure:173509: checking whether the icpc linker (/usr/bin/ld -m elf_x86_64) 
supports shared libraries
configure:174484: result: yes
configure:174512: icpc -c -O3 -DNDEBUG -finline-functions -pthread   
conftest.cpp >&5
configure:174515: $? = 0
configure:174697: checking for icpc option to produce PIC
configure:175014: result: -fPIC -DPIC
configure:175023: checking if icpc PIC flag -fPIC -DPIC works
configure:175041: icpc -c -O3 -DNDEBUG -finline-functions -pthread   -fPIC 
-DPIC -DPIC conftest.cpp >&5
configure:175045: $? = 0
configure:175058: result: yes
configure:175079: checking if icpc static flag -static works
configure:175107: result: yes
configure:175119: checking if icpc supports -c -o file.o
configure:175140: icpc -c -O3 -DNDEBUG -finline-functions -pthread   -o 
out/conftest2.o conftest.cpp >&5
configure:175144: $? = 0
configure:175166: result: yes
configure:175171: checking if icpc supports -c -o file.o
configure:175218: result: yes
configure:175248: checking whether the icpc linker (/usr/bin/ld -m elf_x86_64) 
supports shared libraries
configure:175274: result: yes
configure:175411: checking dynamic linker characteristics
configure:175802: icpc -o conftest -O3 -DNDEBUG -finline-functions -pthread     
-Wl,-rpath,/foo conftest.cpp -lnsl -lutil   >&5
configure:175809: $? = 0
configure:176042: result: GNU/Linux ld.so
configure:176093: checking how to hardcode library paths into programs
configure:176118: result: immediate
configure:176259: checking if libtool supports shared libraries
configure:176261: result: yes
configure:176264: checking whether to build shared libraries
configure:176284: result: no
configure:176287: checking whether to build static libraries
configure:176291: result: yes
configure:176305: checking for ifort option to produce PIC
configure:176577: result: -fPIC
configure:176586: checking if ifort PIC flag -fPIC works
configure:176604: ifort -c  -fPIC conftest.f >&5
configure:176608: $? = 0
configure:176621: result: yes
configure:176642: checking if ifort static flag -static works
configure:176670: result: yes
configure:176682: checking if ifort supports -c -o file.o
configure:176703: ifort -c  -o out/conftest2.o conftest.f >&5
configure:176707: $? = 0
configure:176729: result: yes
configure:176734: checking if ifort supports -c -o file.o
configure:176781: result: yes
configure:176811: checking whether the ifort linker (/usr/bin/ld -m elf_x86_64) 
supports shared libraries
configure:177865: result: yes
configure:178002: checking dynamic linker characteristics
configure:178383: ifort -o conftest    -Wl,-rpath -Wl,/foo conftest.f -lnsl 
-lutil   >&5
configure:178390: $? = 0
configure:178623: result: GNU/Linux ld.so
configure:178674: checking how to hardcode library paths into programs
configure:178699: result: immediate
configure:178835: checking if libtool supports shared libraries
configure:178837: result: yes
configure:178840: checking whether to build shared libraries
configure:178860: result: no
configure:178863: checking whether to build static libraries
configure:178867: result: yes
configure:178893: ifort -c   conftest.f90 >&5
configure:178896: $? = 0
configure:179006: checking for ifort option to produce PIC
configure:179278: result: -fPIC
configure:179287: checking if ifort PIC flag -fPIC works
configure:179305: ifort -c  -fPIC  conftest.f90 >&5
configure:179309: $? = 0
configure:179322: result: yes
configure:179343: checking if ifort static flag -static works
configure:179371: result: yes
configure:179383: checking if ifort supports -c -o file.o
configure:179404: ifort -c  -o out/conftest2.o  conftest.f90 >&5
configure:179408: $? = 0
configure:179430: result: yes
configure:179435: checking if ifort supports -c -o file.o
configure:179482: result: yes
configure:179512: checking whether the ifort linker (/usr/bin/ld -m elf_x86_64) 
supports shared libraries
configure:180566: result: yes
configure:180703: checking dynamic linker characteristics
configure:181084: ifort -o conftest    -Wl,-rpath -Wl,/foo  conftest.f90 -lnsl 
-lutil   >&5
configure:181091: $? = 0
configure:181324: result: GNU/Linux ld.so
configure:181375: checking how to hardcode library paths into programs
configure:181400: result: immediate
configure:181503: OMPI configuring in opal/libltdl
configure:181592: running /bin/sh './configure'  '--disable-shared' 
'--enable-static' '--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2' 'CC=icc' 
'CXX=icpc' 'F77=ifort' 'FC=ifort' --enable-ltdl-convenience 
--disable-ltdl-install --disable-shared --enable-static --cache-file=/dev/null 
--srcdir=.
configure:181598: /bin/sh './configure' succeeded for opal/libltdl
./opal/libltdl/ltdl.h(36): error #5: could not open source file 
"libltdl/lt_system.h"
  #include <libltdl/lt_system.h>
                                ^

./opal/libltdl/ltdl.h(37): error #5: could not open source file 
"libltdl/lt_error.h"
  #include <libltdl/lt_error.h>
                               ^

./opal/libltdl/ltdl.h(38): error #5: could not open source file 
"libltdl/lt_dlloader.h"
  #include <libltdl/lt_dlloader.h>
                                  ^

configure:181653: checking for libtool-supplied linker flags
configure:181682: /usr/local/src/openmpi-1.3.2/opal/libltdl/libtool 
--mode=compile --tag=CC icc -O3 -DNDEBUG  -c -o foo.o foo.c
libtool: compile:  icc -O3 -DNDEBUG -c foo.c -o foo.o
configure:181695: $? = 0
configure:181682: /usr/local/src/openmpi-1.3.2/opal/libltdl/libtool --mode=link 
--tag=CC icc -O3 -DNDEBUG  foo.lo   -lnsl -lutil   -o libfoo.la
libtool: link: ar cru .libs/libfoo.a  foo.o
libtool: link: ranlib .libs/libfoo.a
libtool: link: ( cd ".libs" && rm -f "libfoo.la" && ln -s "../libfoo.la" 
"libfoo.la" )
configure:181695: $? = 0
configure:181682: /usr/local/src/openmpi-1.3.2/opal/libltdl/libtool --dry-run 
--mode=link --tag=CC icc bar.lo libfoo.la -o bar -export-dynamic   
 
 
libtool: link: icc bar.o -o bar -Wl,--export-dynamic  ./.libs/libfoo.a -lnsl 
-lutil 
configure:181695: $? = 0
configure:181749: result:  -Wl,--export-dynamic -lnsl -lutil
configure:181879: checking which of CFLAGS are ok for TotalView modules
configure:181881: result:  -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread -fvisibility=hidden
configure:181883: checking extra CFLAGS for TotalView modules
configure:181885: result: -g
configure:182476: checking for OPAL CPPFLAGS
configure:182480: result:  
configure:182483: checking for OPAL CFLAGS
configure:182487: result: -pthread 
configure:182490: checking for OPAL CXXFLAGS
configure:182494: result: -pthread 
configure:182497: checking for OPAL LDFLAGS
configure:182501: result:   
configure:182504: checking for OPAL LIBS
configure:182508: result: -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil 
configure:182511: checking for OPAL extra include dirs
configure:182519: result: 
configure:182664: checking for ORTE CPPFLAGS
configure:182668: result:  
configure:182671: checking for ORTE CFLAGS
configure:182675: result: -pthread 
configure:182678: checking for ORTE CXXFLAGS
configure:182682: result: -pthread 
configure:182685: checking for ORTE LDFLAGS
configure:182689: result:    
configure:182692: checking for ORTE LIBS
configure:182696: result:  -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil 
configure:182699: checking for ORTE extra include dirs
configure:182703: result: 
configure:182848: checking for OMPI CPPFLAGS
configure:182852: result:  
configure:182855: checking for OMPI CFLAGS
configure:182859: result: -pthread 
configure:182862: checking for OMPI CXXFLAGS
configure:182866: result: -pthread 
configure:182869: checking for OMPI FFLAGS
configure:182873: result:  
configure:182876: checking for OMPI FCFLAGS
configure:182880: result:  
configure:182883: checking for OMPI LDFLAGS
configure:182887: result:     
configure:182890: checking for OMPI LIBS
configure:182894: result:   -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil 
configure:182897: checking for OMPI extra include dirs
configure:182901: result: 
configure:184217: creating ./config.status

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

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

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

on daggoo

config.status:2714: creating ompi/include/ompi/version.h
config.status:2714: creating orte/include/orte/version.h
config.status:2714: creating opal/include/opal/version.h
config.status:2714: creating ompi/tools/wrappers/ompi_wrapper_script
config.status:2714: creating opal/mca/installdirs/config/install_dirs.h
config.status:2714: creating opal/mca/paffinity/linux/plpa/Makefile
config.status:2714: creating opal/mca/paffinity/linux/plpa/config/Makefile
config.status:2714: creating opal/mca/paffinity/linux/plpa/src/Makefile
config.status:2714: creating opal/mca/paffinity/linux/plpa/src/libplpa/Makefile
config.status:2714: creating 
opal/mca/paffinity/linux/plpa/src/plpa-info/Makefile
config.status:2714: creating 
opal/mca/paffinity/linux/plpa/src/plpa-taskset/Makefile
config.status:2714: creating opal/mca/backtrace/Makefile
config.status:2714: creating opal/mca/backtrace/darwin/Makefile
config.status:2714: creating opal/mca/backtrace/execinfo/Makefile
config.status:2714: creating opal/mca/backtrace/none/Makefile
config.status:2714: creating opal/mca/backtrace/printstack/Makefile
config.status:2714: creating opal/mca/carto/Makefile
config.status:2714: creating opal/mca/carto/auto_detect/Makefile
config.status:2714: creating opal/mca/carto/file/Makefile
config.status:2714: creating opal/mca/crs/Makefile
config.status:2714: creating opal/mca/crs/blcr/Makefile
config.status:2714: creating opal/mca/crs/none/Makefile
config.status:2714: creating opal/mca/crs/self/Makefile
config.status:2714: creating opal/mca/installdirs/Makefile
config.status:2714: creating opal/mca/installdirs/config/Makefile
config.status:2714: creating opal/mca/installdirs/env/Makefile
config.status:2714: creating opal/mca/maffinity/Makefile
config.status:2714: creating opal/mca/maffinity/first_use/Makefile
config.status:2714: creating opal/mca/maffinity/libnuma/Makefile
config.status:2714: creating opal/mca/memchecker/Makefile
config.status:2714: creating opal/mca/memchecker/valgrind/Makefile
config.status:2714: creating opal/mca/memcpy/Makefile
config.status:2714: creating opal/mca/memory/Makefile
config.status:2714: creating opal/mca/memory/malloc_solaris/Makefile
config.status:2714: creating opal/mca/memory/ptmalloc2/Makefile
config.status:2714: creating opal/mca/paffinity/Makefile
config.status:2714: creating opal/mca/paffinity/darwin/Makefile
config.status:2714: creating opal/mca/paffinity/linux/Makefile
config.status:2714: creating opal/mca/paffinity/posix/Makefile
config.status:2714: creating opal/mca/paffinity/solaris/Makefile
config.status:2714: creating opal/mca/paffinity/windows/Makefile
config.status:2714: creating opal/mca/timer/Makefile
config.status:2714: creating opal/mca/timer/aix/Makefile
config.status:2714: creating opal/mca/timer/altix/Makefile
config.status:2714: creating opal/mca/timer/catamount/Makefile
config.status:2714: creating opal/mca/timer/darwin/Makefile
config.status:2714: creating opal/mca/timer/linux/Makefile
config.status:2714: creating opal/mca/timer/solaris/Makefile
config.status:2714: creating opal/mca/timer/windows/Makefile
config.status:2714: creating orte/mca/errmgr/Makefile
config.status:2714: creating orte/mca/errmgr/default/Makefile
config.status:2714: creating orte/mca/ess/Makefile
config.status:2714: creating orte/mca/ess/alps/Makefile
config.status:2714: creating orte/mca/ess/cnos/Makefile
config.status:2714: creating orte/mca/ess/env/Makefile
config.status:2714: creating orte/mca/ess/hnp/Makefile
config.status:2714: creating orte/mca/ess/lsf/Makefile
config.status:2714: creating orte/mca/ess/portals_utcp/Makefile
config.status:2714: creating orte/mca/ess/singleton/Makefile
config.status:2714: creating orte/mca/ess/slurm/Makefile
config.status:2714: creating orte/mca/ess/tool/Makefile
config.status:2714: creating orte/mca/filem/Makefile
config.status:2714: creating orte/mca/filem/rsh/Makefile
config.status:2714: creating orte/mca/grpcomm/Makefile
config.status:2714: creating orte/mca/grpcomm/bad/Makefile
config.status:2714: creating orte/mca/grpcomm/basic/Makefile
config.status:2714: creating orte/mca/grpcomm/cnos/Makefile
config.status:2714: creating orte/mca/iof/Makefile
config.status:2714: creating orte/mca/iof/hnp/Makefile
config.status:2714: creating orte/mca/iof/orted/Makefile
config.status:2714: creating orte/mca/iof/tool/Makefile
config.status:2714: creating orte/mca/notifier/Makefile
config.status:2714: creating orte/mca/notifier/syslog/Makefile
config.status:2714: creating orte/mca/odls/Makefile
config.status:2714: creating orte/mca/odls/default/Makefile
config.status:2714: creating orte/mca/oob/Makefile
config.status:2714: creating orte/mca/oob/tcp/Makefile
config.status:2714: creating orte/mca/plm/Makefile
config.status:2714: creating orte/mca/plm/alps/Makefile
config.status:2714: creating orte/mca/plm/lsf/Makefile
config.status:2714: creating orte/mca/plm/rsh/Makefile
config.status:2714: creating orte/mca/plm/slurm/Makefile
config.status:2714: creating orte/mca/plm/tm/Makefile
config.status:2714: creating orte/mca/plm/xgrid/Makefile
config.status:2714: creating orte/mca/ras/Makefile
config.status:2714: creating orte/mca/ras/alps/Makefile
config.status:2714: creating orte/mca/ras/gridengine/Makefile
config.status:2714: creating orte/mca/ras/loadleveler/Makefile
config.status:2714: creating orte/mca/ras/lsf/Makefile
config.status:2714: creating orte/mca/ras/slurm/Makefile
config.status:2714: creating orte/mca/ras/tm/Makefile
config.status:2714: creating orte/mca/rmaps/Makefile
config.status:2714: creating orte/mca/rmaps/rank_file/Makefile
config.status:2714: creating orte/mca/rmaps/round_robin/Makefile
config.status:2714: creating orte/mca/rmaps/seq/Makefile
config.status:2714: creating orte/mca/rml/Makefile
config.status:2714: creating orte/mca/rml/ftrm/Makefile
config.status:2714: creating orte/mca/rml/oob/Makefile
config.status:2714: creating orte/mca/routed/Makefile
config.status:2714: creating orte/mca/routed/binomial/Makefile
config.status:2714: creating orte/mca/routed/direct/Makefile
config.status:2714: creating orte/mca/routed/linear/Makefile
config.status:2714: creating orte/mca/snapc/Makefile
config.status:2714: creating orte/mca/snapc/full/Makefile
config.status:2714: creating ompi/mca/allocator/Makefile
config.status:2714: creating ompi/mca/allocator/basic/Makefile
config.status:2714: creating ompi/mca/allocator/bucket/Makefile
config.status:2714: creating ompi/mca/bml/Makefile
config.status:2714: creating ompi/mca/bml/r2/Makefile
config.status:2714: creating ompi/mca/btl/Makefile
config.status:2714: creating ompi/mca/btl/elan/Makefile
config.status:2714: creating ompi/mca/btl/gm/Makefile
config.status:2714: creating ompi/mca/btl/mx/Makefile
config.status:2714: creating ompi/mca/btl/ofud/Makefile
config.status:2714: creating ompi/mca/btl/openib/Makefile
config.status:2714: creating ompi/mca/btl/portals/Makefile
config.status:2714: creating ompi/mca/btl/self/Makefile
config.status:2714: creating ompi/mca/btl/sm/Makefile
config.status:2714: creating ompi/mca/btl/tcp/Makefile
config.status:2714: creating ompi/mca/btl/udapl/Makefile
config.status:2714: creating ompi/mca/coll/Makefile
config.status:2714: creating ompi/mca/coll/basic/Makefile
config.status:2714: creating ompi/mca/coll/hierarch/Makefile
config.status:2714: creating ompi/mca/coll/inter/Makefile
config.status:2714: creating ompi/mca/coll/self/Makefile
config.status:2714: creating ompi/mca/coll/sm/Makefile
config.status:2714: creating ompi/mca/coll/sync/Makefile
config.status:2714: creating ompi/mca/coll/tuned/Makefile
config.status:2714: creating ompi/mca/common/Makefile
config.status:2714: creating ompi/mca/common/mx/Makefile
config.status:2714: creating ompi/mca/common/portals/Makefile
config.status:2714: creating ompi/mca/common/sm/Makefile
config.status:2714: creating ompi/mca/crcp/Makefile
config.status:2714: creating ompi/mca/crcp/bkmrk/Makefile
config.status:2714: creating ompi/mca/dpm/Makefile
config.status:2714: creating ompi/mca/dpm/orte/Makefile
config.status:2714: creating ompi/mca/io/Makefile
config.status:2714: creating ompi/mca/io/romio/Makefile
config.status:2714: creating ompi/mca/mpool/Makefile
config.status:2714: creating ompi/mca/mpool/fake/Makefile
config.status:2714: creating ompi/mca/mpool/rdma/Makefile
config.status:2714: creating ompi/mca/mpool/sm/Makefile
config.status:2714: creating ompi/mca/mtl/Makefile
config.status:2714: creating ompi/mca/mtl/mx/Makefile
config.status:2714: creating ompi/mca/mtl/portals/Makefile
config.status:2714: creating ompi/mca/mtl/psm/Makefile
config.status:2714: creating ompi/mca/osc/Makefile
config.status:2714: creating ompi/mca/osc/pt2pt/Makefile
config.status:2714: creating ompi/mca/osc/rdma/Makefile
config.status:2714: creating ompi/mca/pml/Makefile
config.status:2714: creating ompi/mca/pml/cm/Makefile
config.status:2714: creating ompi/mca/pml/crcpw/Makefile
config.status:2714: creating ompi/mca/pml/csum/Makefile
config.status:2714: creating ompi/mca/pml/ob1/Makefile
config.status:2714: creating ompi/mca/pml/v/mca/vprotocol/Makefile
config.status:2714: creating ompi/mca/pml/v/mca/vprotocol/pessimist/Makefile
config.status:2714: creating ompi/mca/pml/v/Makefile
config.status:2714: creating ompi/mca/pubsub/Makefile
config.status:2714: creating ompi/mca/pubsub/orte/Makefile
config.status:2714: creating ompi/mca/rcache/Makefile
config.status:2714: creating ompi/mca/rcache/vma/Makefile
config.status:2714: creating ompi/mca/topo/Makefile
config.status:2714: creating ompi/mca/topo/unity/Makefile
config.status:2714: creating ompi/contrib/vt/Makefile
config.status:2714: creating ompi/contrib/vt/wrappers/Makefile
config.status:2714: creating ompi/contrib/vt/wrappers/mpicc-vt-wrapper-data.txt
config.status:2714: creating ompi/contrib/vt/wrappers/mpic++-vt-wrapper-data.txt
config.status:2714: creating ompi/contrib/vt/wrappers/mpif77-vt-wrapper-data.txt
config.status:2714: creating ompi/contrib/vt/wrappers/mpif90-vt-wrapper-data.txt
config.status:2714: creating Makefile
config.status:2714: creating config/Makefile
config.status:2714: creating contrib/Makefile
config.status:2714: creating opal/Makefile
config.status:2714: creating opal/etc/Makefile
config.status:2714: creating opal/include/Makefile
config.status:2714: creating opal/asm/Makefile
config.status:2714: creating opal/event/Makefile
config.status:2714: creating opal/event/compat/Makefile
config.status:2714: creating opal/event/compat/sys/Makefile
config.status:2714: creating opal/util/Makefile
config.status:2714: creating opal/util/keyval/Makefile
config.status:2714: creating opal/mca/base/Makefile
config.status:2714: creating opal/tools/wrappers/Makefile
config.status:2714: creating opal/tools/wrappers/opalcc-wrapper-data.txt
config.status:2714: creating opal/tools/wrappers/opalc++-wrapper-data.txt
config.status:2714: creating opal/tools/opal-checkpoint/Makefile
config.status:2714: creating opal/tools/opal-restart/Makefile
config.status:2714: creating orte/Makefile
config.status:2714: creating orte/include/Makefile
config.status:2714: creating orte/etc/Makefile
config.status:2714: creating orte/tools/orted/Makefile
config.status:2714: creating orte/tools/orterun/Makefile
config.status:2714: creating orte/tools/wrappers/Makefile
config.status:2714: creating orte/tools/wrappers/ortecc-wrapper-data.txt
config.status:2714: creating orte/tools/wrappers/ortec++-wrapper-data.txt
config.status:2714: creating orte/tools/orte-checkpoint/Makefile
config.status:2714: creating orte/tools/orte-iof/Makefile
config.status:2714: creating orte/tools/orte-restart/Makefile
config.status:2714: creating orte/tools/orte-ps/Makefile
config.status:2714: creating orte/tools/orte-clean/Makefile
config.status:2714: creating ompi/Makefile
config.status:2714: creating ompi/etc/Makefile
config.status:2714: creating ompi/include/Makefile
config.status:2714: creating ompi/include/mpif.h
config.status:2714: creating ompi/include/mpif-config.h
config.status:2714: creating ompi/datatype/Makefile
config.status:2714: creating ompi/debuggers/Makefile
config.status:2714: creating ompi/mpi/c/Makefile
config.status:2714: creating ompi/mpi/c/profile/Makefile
config.status:2714: creating ompi/mpi/cxx/Makefile
config.status:2714: creating ompi/mpi/f77/Makefile
config.status:2714: creating ompi/mpi/f77/profile/Makefile
config.status:2714: creating ompi/mpi/f90/Makefile
config.status:2714: creating ompi/mpi/f90/fortran_kinds.sh
config.status:2714: creating ompi/mpi/f90/fortran_sizes.h
config.status:2714: creating ompi/mpi/f90/scripts/Makefile
config.status:2714: creating ompi/tools/ompi_info/Makefile
config.status:2714: creating ompi/tools/wrappers/Makefile
config.status:2714: creating ompi/tools/wrappers/mpicc-wrapper-data.txt
config.status:2714: creating ompi/tools/wrappers/mpic++-wrapper-data.txt
config.status:2714: creating ompi/tools/wrappers/mpif77-wrapper-data.txt
config.status:2714: creating ompi/tools/wrappers/mpif90-wrapper-data.txt
config.status:2714: creating ompi/tools/ortetools/Makefile
config.status:2714: creating ompi/tools/ompi-server/Makefile
config.status:2714: creating test/Makefile
config.status:2714: creating test/event/Makefile
config.status:2714: creating test/asm/Makefile
config.status:2714: creating test/class/Makefile
config.status:2714: creating test/support/Makefile
config.status:2714: creating test/threads/Makefile
config.status:2714: creating test/peruse/Makefile
config.status:2714: creating test/datatype/Makefile
config.status:2714: creating opal/include/opal_config.h
config.status:2714: creating orte/include/orte_config.h
config.status:2714: creating ompi/include/ompi_config.h
config.status:2714: creating ompi/include/mpi.h
config.status:2714: creating 
opal/mca/paffinity/linux/plpa/src/libplpa/plpa_config.h
config.status:2714: creating opal/mca/paffinity/linux/plpa/src/libplpa/plpa.h
config.status:2988: executing depfiles commands
config.status:2988: executing libtool commands

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

ac_cv_build=x86_64-unknown-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_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=icc
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=set
ac_cv_env_CXX_value=icpc
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=set
ac_cv_env_FC_value=ifort
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_OBJCFLAGS_set=
ac_cv_env_OBJCFLAGS_value=
ac_cv_env_OBJC_set=
ac_cv_env_OBJC_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_fc_compiler_gnu=no
ac_cv_fc_srcext_f90=none
ac_cv_fc_srcext_f=none
ac_cv_func__NSGetEnviron=no
ac_cv_func___mmap=no
ac_cv_func___munmap=no
ac_cv_func__strdup=no
ac_cv_func_asprintf=yes
ac_cv_func_backtrace=yes
ac_cv_func_ceil=yes
ac_cv_func_cnos_barrier=no
ac_cv_func_cnos_get_rank=no
ac_cv_func_dirname=yes
ac_cv_func_dlopen=yes
ac_cv_func_dlsym=yes
ac_cv_func_epoll_ctl=yes
ac_cv_func_execve=yes
ac_cv_func_fcntl=yes
ac_cv_func_fork=yes
ac_cv_func_gethrtime=no
ac_cv_func_getpwuid=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_htonl=yes
ac_cv_func_isatty=yes
ac_cv_func_mach_absolute_time=no
ac_cv_func_mallopt=yes
ac_cv_func_mkfifo=yes
ac_cv_func_mmap=yes
ac_cv_func_openpty=yes
ac_cv_func_pipe=yes
ac_cv_func_poll=yes
ac_cv_func_port_create=no
ac_cv_func_posix_memalign=yes
ac_cv_func_ptsname=yes
ac_cv_func_regcmp=no
ac_cv_func_regexec=yes
ac_cv_func_regfree=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_socketpair=yes
ac_cv_func_strncpy_s=no
ac_cv_func_strsignal=yes
ac_cv_func_syscall=yes
ac_cv_func_sysconf=yes
ac_cv_func_syslog=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_time_base_to_time=no
ac_cv_func_usleep=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_waitpid=yes
ac_cv_have_decl_AF_INET6=yes
ac_cv_have_decl_AF_UNSPEC=yes
ac_cv_have_decl_MPOL_MF_MOVE=no
ac_cv_have_decl_PF_INET6=yes
ac_cv_have_decl_PF_UNSPEC=yes
ac_cv_have_decl_RLIMIT_MEMLOCK=yes
ac_cv_have_decl_RLIMIT_NPROC=yes
ac_cv_have_decl___func__=yes
ac_cv_have_decl___malloc_initialize_hook=yes
ac_cv_have_decl___va_copy=yes
ac_cv_have_decl_sbrk=yes
ac_cv_have_decl_va_copy=yes
ac_cv_header_aio_h=yes
ac_cv_header_alloca_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_catamount_dclock_h=no
ac_cv_header_crt_externs_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_elan_elan_h=no
ac_cv_header_err_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_gm_h=no
ac_cv_header_grp_h=yes
ac_cv_header_hostLib_h=no
ac_cv_header_ifaddrs_h=yes
ac_cv_header_infiniband_verbs_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_ioLib_h=no
ac_cv_header_libgen_h=yes
ac_cv_header_libutil_h=no
ac_cv_header_link_h=yes
ac_cv_header_llapi_h=no
ac_cv_header_lsf_lsbatch_h=no
ac_cv_header_mach_mach_time_h=no
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_myriexpress_h=no
ac_cv_header_net_if_h=yes
ac_cv_header_net_uio_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_numa_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_portals3_h=no
ac_cv_header_psm_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_shlwapi_h=no
ac_cv_header_signal_h=yes
ac_cv_header_sn_mmtimer_h=no
ac_cv_header_sockLib_h=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_stropts_h=yes
ac_cv_header_sys_devpoll_h=no
ac_cv_header_sys_epoll_h=yes
ac_cv_header_sys_event_h=no
ac_cv_header_sys_fcntl_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_procset_h=no
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_synch_h=no
ac_cv_header_sys_syscall_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_tree_h=no
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syscall_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_tm_h=no
ac_cv_header_ulimit_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_header_utmp_h=yes
ac_cv_header_valgrind_valgrind_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_dl_dlsym=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_lex=-lfl
ac_cv_lib_nsl_gethostbyname=yes
ac_cv_lib_numa_numa_available=yes
ac_cv_lib_socket_socket=no
ac_cv_lib_util_openpty=yes
ac_cv_member_siginfo_t_si_band=yes
ac_cv_member_siginfo_t_si_fd=yes
ac_cv_member_struct_dirent_d_type=yes
ac_cv_member_struct_sockaddr_sa_len=no
ac_cv_objc_compiler_gnu=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='icc -E'
ac_cv_prog_CXXCPP='icpc -E'
ac_cv_prog_LEX=flex
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_PERL=perl
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=icc
ac_cv_prog_ac_ct_OBJC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_icc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_fc_g=yes
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_prog_objc_g=no
ac_cv_sizeof_bool=1
ac_cv_sizeof_char=1
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_double=16
ac_cv_sizeof_long_long=8
ac_cv_sizeof_pid_t=4
ac_cv_sizeof_ptrdiff_t=8
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=8
ac_cv_sizeof_ssize_t=8
ac_cv_sizeof_void_p=8
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_double=yes
ac_cv_type_long_long=yes
ac_cv_type_mode_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_struct_sockaddr_in6=yes
ac_cv_type_struct_sockaddr_in=yes
ac_cv_type_struct_sockaddr_storage=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
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_OBJC_dependencies_compiler_type=gcc3
am_cv_prog_tar_ustar=gnutar
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=
lt_cv_dlopen_self=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_c_o_FC=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_pic_works_F77=yes
lt_cv_prog_compiler_pic_works_FC=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_compiler_static_works_F77=yes
lt_cv_prog_compiler_static_works_FC=yes
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\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  
{"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ 
]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ 
]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ 
]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int 
\1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=98304
ompi_cv_Cpp_works=yes
ompi_cv_Fortran_77_works=yes
ompi_cv_Fortran_works=yes
ompi_cv___attribute__=1
ompi_cv___attribute__aligned=1
ompi_cv___attribute__always_inline=1
ompi_cv___attribute__cold=0
ompi_cv___attribute__const=1
ompi_cv___attribute__deprecated=1
ompi_cv___attribute__format=1
ompi_cv___attribute__hot=0
ompi_cv___attribute__malloc=1
ompi_cv___attribute__may_alias=0
ompi_cv___attribute__no_instrument_function=1
ompi_cv___attribute__nonnull=1
ompi_cv___attribute__noreturn=1
ompi_cv___attribute__packed=1
ompi_cv___attribute__pure=1
ompi_cv___attribute__sentinel=1
ompi_cv___attribute__unused=1
ompi_cv___attribute__visibility=1
ompi_cv___attribute__warn_unused_result=0
ompi_cv___attribute__weak_alias=1
ompi_cv_asm_align_log=no
ompi_cv_asm_arch=AMD64
ompi_cv_asm_endproc='#'
ompi_cv_asm_file=atomic-amd64-linux.s
ompi_cv_asm_format=default-.text-.globl-:--.L-@-1-0-1-1-1
ompi_cv_asm_global=.globl
ompi_cv_asm_gnu_stack=1
ompi_cv_asm_gnu_stack_result=yes
ompi_cv_asm_gsym=
ompi_cv_asm_label_suffix=:
ompi_cv_asm_lsym=.L
ompi_cv_asm_need_proc=no
ompi_cv_asm_need_size=yes
ompi_cv_asm_proc='#'
ompi_cv_asm_text=.text
ompi_cv_asm_type=@
ompi_cv_c_align_bool=1
ompi_cv_c_align_char=1
ompi_cv_c_align_double=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_compiler_vendor=intel
ompi_cv_c_link_Cpp=yes
ompi_cv_c_link_Fortran_77=yes
ompi_cv_c_link_Objective_C=no
ompi_cv_c_weak_symbols=yes
ompi_cv_c_word_size_align=no
ompi_cv_cc_finline_functions=yes
ompi_cv_cc_fno_strict_aliasing=yes
ompi_cv_cc_fvisibility=yes
ompi_cv_cc_restrict_cflags=yes
ompi_cv_cc_supports___builtin_expect=yes
ompi_cv_cc_supports___builtin_prefetch=yes
ompi_cv_cxx_compiler_vendor=intel
ompi_cv_cxx_finline_functions=yes
ompi_cv_cxx_supports_2d_const_cast=yes
ompi_cv_cxx_supports___builtin_expect=yes
ompi_cv_cxx_supports___builtin_prefetch=yes
ompi_cv_cxx_template_repository='not used'
ompi_cv_f77_alignment_COMPLEX=1
ompi_cv_f77_alignment_COMPLEXp16=1
ompi_cv_f77_alignment_COMPLEXp32=1
ompi_cv_f77_alignment_COMPLEXp8=1
ompi_cv_f77_alignment_DOUBLE_PRECISION=1
ompi_cv_f77_alignment_INTEGER=1
ompi_cv_f77_alignment_INTEGERp1=1
ompi_cv_f77_alignment_INTEGERp2=1
ompi_cv_f77_alignment_INTEGERp4=1
ompi_cv_f77_alignment_INTEGERp8=1
ompi_cv_f77_alignment_LOGICAL=1
ompi_cv_f77_alignment_LOGICALp1=1
ompi_cv_f77_alignment_LOGICALp2=1
ompi_cv_f77_alignment_LOGICALp4=1
ompi_cv_f77_alignment_LOGICALp8=1
ompi_cv_f77_alignment_REAL=1
ompi_cv_f77_alignment_REALp16=1
ompi_cv_f77_alignment_REALp4=1
ompi_cv_f77_alignment_REALp8=1
ompi_cv_f77_external_symbol='single underscore'
ompi_cv_f77_fortran_handle_max='( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )'
ompi_cv_f77_have_COMPLEX=yes
ompi_cv_f77_have_COMPLEXp16=yes
ompi_cv_f77_have_COMPLEXp32=yes
ompi_cv_f77_have_COMPLEXp8=yes
ompi_cv_f77_have_DOUBLE_PRECISION=yes
ompi_cv_f77_have_INTEGER=yes
ompi_cv_f77_have_INTEGERp16=no
ompi_cv_f77_have_INTEGERp1=yes
ompi_cv_f77_have_INTEGERp2=yes
ompi_cv_f77_have_INTEGERp4=yes
ompi_cv_f77_have_INTEGERp8=yes
ompi_cv_f77_have_LOGICAL=yes
ompi_cv_f77_have_LOGICALp1=yes
ompi_cv_f77_have_LOGICALp2=yes
ompi_cv_f77_have_LOGICALp4=yes
ompi_cv_f77_have_LOGICALp8=yes
ompi_cv_f77_have_REAL=yes
ompi_cv_f77_have_REALp16=yes
ompi_cv_f77_have_REALp2=no
ompi_cv_f77_have_REALp4=yes
ompi_cv_f77_have_REALp8=yes
ompi_cv_f77_logical_array_correct=yes
ompi_cv_f77_sizeof_COMPLEX=8
ompi_cv_f77_sizeof_COMPLEXp16=16
ompi_cv_f77_sizeof_COMPLEXp32=32
ompi_cv_f77_sizeof_COMPLEXp8=8
ompi_cv_f77_sizeof_DOUBLE_PRECISION=8
ompi_cv_f77_sizeof_INTEGER=4
ompi_cv_f77_sizeof_INTEGERp1=1
ompi_cv_f77_sizeof_INTEGERp2=2
ompi_cv_f77_sizeof_INTEGERp4=4
ompi_cv_f77_sizeof_INTEGERp8=8
ompi_cv_f77_sizeof_LOGICAL=4
ompi_cv_f77_sizeof_LOGICALp1=1
ompi_cv_f77_sizeof_LOGICALp2=2
ompi_cv_f77_sizeof_LOGICALp4=4
ompi_cv_f77_sizeof_LOGICALp8=8
ompi_cv_f77_sizeof_REAL=4
ompi_cv_f77_sizeof_REALp16=16
ompi_cv_f77_sizeof_REALp4=4
ompi_cv_f77_sizeof_REALp8=8
ompi_cv_f77_true_value=-1
ompi_cv_f90_have_COMPLEX=yes
ompi_cv_f90_have_COMPLEXp16=yes
ompi_cv_f90_have_COMPLEXp32=yes
ompi_cv_f90_have_COMPLEXp8=yes
ompi_cv_f90_have_DOUBLE_COMPLEX=yes
ompi_cv_f90_have_DOUBLE_PRECISION=yes
ompi_cv_f90_have_INTEGER=yes
ompi_cv_f90_have_INTEGERp16=no
ompi_cv_f90_have_INTEGERp1=yes
ompi_cv_f90_have_INTEGERp2=yes
ompi_cv_f90_have_INTEGERp4=yes
ompi_cv_f90_have_INTEGERp8=yes
ompi_cv_f90_have_LOGICAL=yes
ompi_cv_f90_have_LOGICALp1=yes
ompi_cv_f90_have_LOGICALp2=yes
ompi_cv_f90_have_LOGICALp4=yes
ompi_cv_f90_have_LOGICALp8=yes
ompi_cv_f90_have_REAL=yes
ompi_cv_f90_have_REALp16=yes
ompi_cv_f90_have_REALp2=no
ompi_cv_f90_have_REALp4=yes
ompi_cv_f90_have_REALp8=yes
ompi_cv_f90_int_kind_18=8
ompi_cv_f90_int_kind_9=4
ompi_cv_f90_module_include_flag=-I
ompi_cv_f90_sizeof_COMPLEX=8
ompi_cv_f90_sizeof_COMPLEXp16=16
ompi_cv_f90_sizeof_COMPLEXp32=32
ompi_cv_f90_sizeof_COMPLEXp8=8
ompi_cv_f90_sizeof_DOUBLE_COMPLEX=16
ompi_cv_f90_sizeof_DOUBLE_PRECISION=8
ompi_cv_f90_sizeof_INTEGER=4
ompi_cv_f90_sizeof_INTEGERp1=1
ompi_cv_f90_sizeof_INTEGERp2=2
ompi_cv_f90_sizeof_INTEGERp4=4
ompi_cv_f90_sizeof_INTEGERp8=8
ompi_cv_f90_sizeof_LOGICAL=4
ompi_cv_f90_sizeof_LOGICALp1=1
ompi_cv_f90_sizeof_LOGICALp2=2
ompi_cv_f90_sizeof_LOGICALp4=4
ompi_cv_f90_sizeof_LOGICALp8=8
ompi_cv_f90_sizeof_REAL=4
ompi_cv_f90_sizeof_REALp16=16
ompi_cv_f90_sizeof_REALp4=4
ompi_cv_f90_sizeof_REALp8=8
ompi_cv_find_type_DOUBLE_PRECISION=double
ompi_cv_find_type_INTEGER=int
ompi_cv_find_type_INTEGERp1=char
ompi_cv_find_type_INTEGERp2=short
ompi_cv_find_type_INTEGERp4=int
ompi_cv_find_type_INTEGERp8='long long'
ompi_cv_find_type_LOGICAL=int
ompi_cv_find_type_LOGICALp1=char
ompi_cv_find_type_LOGICALp2=short
ompi_cv_find_type_LOGICALp4=int
ompi_cv_find_type_LOGICALp8='long long'
ompi_cv_find_type_REAL=float
ompi_cv_find_type_REALp16='long double'
ompi_cv_find_type_REALp4=float
ompi_cv_find_type_REALp8=double
ompi_cv_func_lib_backtrace_execinfo=no
ompi_cv_func_lib_ceil_m=no
ompi_cv_func_lib_dirname_gen=no
ompi_cv_func_lib_sched_yield_rt=no
ompi_cv_have__SC_NPROCESSORS_ONLN=yes
ompi_cv_htonl_define=yes
ompi_cv_real16_c_equiv=no

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

ACLOCAL='${SHELL} /usr/local/src/openmpi-1.3.2/config/missing --run 
aclocal-1.10'
AMCA_PARAM_SETS_DIR='$(pkgdatadir)/amca-param-sets'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/src/openmpi-1.3.2/config/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /usr/local/src/openmpi-1.3.2/config/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/local/src/openmpi-1.3.2/config/missing --run 
autoheader'
AUTOMAKE='${SHELL} /usr/local/src/openmpi-1.3.2/config/missing --run 
automake-1.10'
AWK='gawk'
CASE_SENSITIVE_FS_FALSE='#'
CASE_SENSITIVE_FS_TRUE=''
CC='icc'
CCAS='icc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-O3 -DNDEBUG -finline-functions -fno-strict-aliasing -restrict'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O3 -DNDEBUG -finline-functions -fno-strict-aliasing -restrict -pthread 
-fvisibility=hidden'
CFLAGS_WITHOUT_OPTFLAGS=' -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread -fvisibility=hidden'
CLEANFILES='*~ .\#*'
COMPILE_PROFILING_SEPARATELY_FALSE=''
COMPILE_PROFILING_SEPARATELY_TRUE='#'
CONFIGURE_DEPENDENCIES='$(top_srcdir)/VERSION'
CPP='icc -E'
CPPFLAGS='-I$(top_srcdir)  '
CXX='icpc'
CXXCPP='icpc -E'
CXXCPPFLAGS='-I$(top_srcdir)  '
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O3 -DNDEBUG -finline-functions -pthread'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
F77='ifort'
FC='ifort'
FCFLAGS=''
FCFLAGS_f90=''
FCFLAGS_f=''
FFLAGS=''
FGREP='/bin/grep -F'
GREP='/bin/grep'
INCLTDL='-I${top_srcdir}/opal/libltdl'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='-export-dynamic  '
LEX='flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBLTDL='${top_build_prefix}opal/libltdl/libltdlc.la'
LIBLTDL_SUBDIR='libltdl'
LIBOBJS=''
LIBS='-lnsl -lutil  '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTDLDEPS='${top_build_prefix}opal/libltdl/libltdlc.la'
LTDLINCL='-I${top_srcdir}/opal/libltdl'
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/local/src/openmpi-1.3.2/config/missing --run makeinfo'
MCA_PROJECT_SUBDIRS=' opal orte ompi'
MCA_allocator_ALL_COMPONENTS=' basic bucket'
MCA_allocator_ALL_SUBDIRS=' mca/allocator/basic mca/allocator/bucket'
MCA_allocator_DSO_COMPONENTS=''
MCA_allocator_DSO_SUBDIRS=''
MCA_allocator_STATIC_COMPONENTS=' basic bucket'
MCA_allocator_STATIC_LTLIBS='mca/allocator/bucket/libmca_allocator_bucket.la 
mca/allocator/basic/libmca_allocator_basic.la '
MCA_allocator_STATIC_SUBDIRS=' mca/allocator/basic mca/allocator/bucket'
MCA_backtrace_ALL_COMPONENTS=' execinfo printstack darwin none'
MCA_backtrace_ALL_SUBDIRS=' mca/backtrace/execinfo mca/backtrace/printstack 
mca/backtrace/darwin mca/backtrace/none'
MCA_backtrace_DSO_COMPONENTS=''
MCA_backtrace_DSO_SUBDIRS=''
MCA_backtrace_STATIC_COMPONENTS=' execinfo'
MCA_backtrace_STATIC_LTLIBS='mca/backtrace/execinfo/libmca_backtrace_execinfo.la
 '
MCA_backtrace_STATIC_SUBDIRS=' mca/backtrace/execinfo'
MCA_bml_ALL_COMPONENTS=' r2'
MCA_bml_ALL_SUBDIRS=' mca/bml/r2'
MCA_bml_DSO_COMPONENTS=''
MCA_bml_DSO_SUBDIRS=''
MCA_bml_STATIC_COMPONENTS=' r2'
MCA_bml_STATIC_LTLIBS='mca/bml/r2/libmca_bml_r2.la '
MCA_bml_STATIC_SUBDIRS=' mca/bml/r2'
MCA_btl_ALL_COMPONENTS=' self sm elan gm mx ofud openib portals tcp udapl'
MCA_btl_ALL_SUBDIRS=' mca/btl/self mca/btl/sm mca/btl/elan mca/btl/gm 
mca/btl/mx mca/btl/ofud mca/btl/openib mca/btl/portals mca/btl/tcp 
mca/btl/udapl'
MCA_btl_DSO_COMPONENTS=''
MCA_btl_DSO_SUBDIRS=''
MCA_btl_STATIC_COMPONENTS=' self sm tcp'
MCA_btl_STATIC_LTLIBS='mca/btl/tcp/libmca_btl_tcp.la 
mca/btl/sm/libmca_btl_sm.la mca/btl/self/libmca_btl_self.la '
MCA_btl_STATIC_SUBDIRS=' mca/btl/self mca/btl/sm mca/btl/tcp'
MCA_btl_openib_have_ibcm_FALSE=''
MCA_btl_openib_have_ibcm_TRUE='#'
MCA_btl_openib_have_rdmacm_FALSE=''
MCA_btl_openib_have_rdmacm_TRUE='#'
MCA_btl_openib_have_xrc_FALSE=''
MCA_btl_openib_have_xrc_TRUE='#'
MCA_carto_ALL_COMPONENTS=' auto_detect file'
MCA_carto_ALL_SUBDIRS=' mca/carto/auto_detect mca/carto/file'
MCA_carto_DSO_COMPONENTS=''
MCA_carto_DSO_SUBDIRS=''
MCA_carto_STATIC_COMPONENTS=' auto_detect file'
MCA_carto_STATIC_LTLIBS='mca/carto/file/libmca_carto_file.la 
mca/carto/auto_detect/libmca_carto_auto_detect.la '
MCA_carto_STATIC_SUBDIRS=' mca/carto/auto_detect mca/carto/file'
MCA_coll_ALL_COMPONENTS=' basic hierarch inter self sm sync tuned'
MCA_coll_ALL_SUBDIRS=' mca/coll/basic mca/coll/hierarch mca/coll/inter 
mca/coll/self mca/coll/sm mca/coll/sync mca/coll/tuned'
MCA_coll_DSO_COMPONENTS=''
MCA_coll_DSO_SUBDIRS=''
MCA_coll_STATIC_COMPONENTS=' basic hierarch inter self sm sync tuned'
MCA_coll_STATIC_LTLIBS='mca/coll/tuned/libmca_coll_tuned.la 
mca/coll/sync/libmca_coll_sync.la mca/coll/sm/libmca_coll_sm.la 
mca/coll/self/libmca_coll_self.la mca/coll/inter/libmca_coll_inter.la 
mca/coll/hierarch/libmca_coll_hierarch.la mca/coll/basic/libmca_coll_basic.la '
MCA_coll_STATIC_SUBDIRS=' mca/coll/basic mca/coll/hierarch mca/coll/inter 
mca/coll/self mca/coll/sm mca/coll/sync mca/coll/tuned'
MCA_common_ALL_COMPONENTS=' sm mx portals'
MCA_common_ALL_SUBDIRS=' mca/common/sm mca/common/mx mca/common/portals'
MCA_common_DSO_COMPONENTS=''
MCA_common_DSO_SUBDIRS=''
MCA_common_STATIC_COMPONENTS=' sm'
MCA_common_STATIC_LTLIBS='mca/common/sm/libmca_common_sm.la '
MCA_common_STATIC_SUBDIRS=' mca/common/sm'
MCA_crcp_ALL_COMPONENTS=' bkmrk'
MCA_crcp_ALL_SUBDIRS=' mca/crcp/bkmrk'
MCA_crcp_DSO_COMPONENTS=''
MCA_crcp_DSO_SUBDIRS=''
MCA_crcp_STATIC_COMPONENTS=''
MCA_crcp_STATIC_LTLIBS=''
MCA_crcp_STATIC_SUBDIRS=''
MCA_crs_ALL_COMPONENTS=' none blcr self'
MCA_crs_ALL_SUBDIRS=' mca/crs/none mca/crs/blcr mca/crs/self'
MCA_crs_DSO_COMPONENTS=''
MCA_crs_DSO_SUBDIRS=''
MCA_crs_STATIC_COMPONENTS=' none'
MCA_crs_STATIC_LTLIBS='mca/crs/none/libmca_crs_none.la '
MCA_crs_STATIC_SUBDIRS=' mca/crs/none'
MCA_dpm_ALL_COMPONENTS=' orte'
MCA_dpm_ALL_SUBDIRS=' mca/dpm/orte'
MCA_dpm_DSO_COMPONENTS=''
MCA_dpm_DSO_SUBDIRS=''
MCA_dpm_STATIC_COMPONENTS=' orte'
MCA_dpm_STATIC_LTLIBS='mca/dpm/orte/libmca_dpm_orte.la '
MCA_dpm_STATIC_SUBDIRS=' mca/dpm/orte'
MCA_errmgr_ALL_COMPONENTS=' default'
MCA_errmgr_ALL_SUBDIRS=' mca/errmgr/default'
MCA_errmgr_DSO_COMPONENTS=''
MCA_errmgr_DSO_SUBDIRS=''
MCA_errmgr_STATIC_COMPONENTS=' default'
MCA_errmgr_STATIC_LTLIBS='mca/errmgr/default/libmca_errmgr_default.la '
MCA_errmgr_STATIC_SUBDIRS=' mca/errmgr/default'
MCA_ess_ALL_COMPONENTS=' portals_utcp cnos alps env hnp lsf singleton slurm 
tool'
MCA_ess_ALL_SUBDIRS=' mca/ess/portals_utcp mca/ess/cnos mca/ess/alps 
mca/ess/env mca/ess/hnp mca/ess/lsf mca/ess/singleton mca/ess/slurm 
mca/ess/tool'
MCA_ess_DSO_COMPONENTS=''
MCA_ess_DSO_SUBDIRS=''
MCA_ess_STATIC_COMPONENTS=' env hnp singleton slurm tool'
MCA_ess_STATIC_LTLIBS='mca/ess/tool/libmca_ess_tool.la 
mca/ess/slurm/libmca_ess_slurm.la mca/ess/singleton/libmca_ess_singleton.la 
mca/ess/hnp/libmca_ess_hnp.la mca/ess/env/libmca_ess_env.la '
MCA_ess_STATIC_SUBDIRS=' mca/ess/env mca/ess/hnp mca/ess/singleton 
mca/ess/slurm mca/ess/tool'
MCA_filem_ALL_COMPONENTS=' rsh'
MCA_filem_ALL_SUBDIRS=' mca/filem/rsh'
MCA_filem_DSO_COMPONENTS=''
MCA_filem_DSO_SUBDIRS=''
MCA_filem_STATIC_COMPONENTS=' rsh'
MCA_filem_STATIC_LTLIBS='mca/filem/rsh/libmca_filem_rsh.la '
MCA_filem_STATIC_SUBDIRS=' mca/filem/rsh'
MCA_grpcomm_ALL_COMPONENTS=' cnos bad basic'
MCA_grpcomm_ALL_SUBDIRS=' mca/grpcomm/cnos mca/grpcomm/bad mca/grpcomm/basic'
MCA_grpcomm_DSO_COMPONENTS=''
MCA_grpcomm_DSO_SUBDIRS=''
MCA_grpcomm_STATIC_COMPONENTS=' bad basic'
MCA_grpcomm_STATIC_LTLIBS='mca/grpcomm/basic/libmca_grpcomm_basic.la 
mca/grpcomm/bad/libmca_grpcomm_bad.la '
MCA_grpcomm_STATIC_SUBDIRS=' mca/grpcomm/bad mca/grpcomm/basic'
MCA_installdirs_ALL_COMPONENTS=' env config'
MCA_installdirs_ALL_SUBDIRS=' mca/installdirs/env mca/installdirs/config'
MCA_installdirs_DSO_COMPONENTS=''
MCA_installdirs_DSO_SUBDIRS=''
MCA_installdirs_STATIC_COMPONENTS=' env config'
MCA_installdirs_STATIC_LTLIBS='mca/installdirs/config/libmca_installdirs_config.la
 mca/installdirs/env/libmca_installdirs_env.la '
MCA_installdirs_STATIC_SUBDIRS=' mca/installdirs/env mca/installdirs/config'
MCA_io_ALL_COMPONENTS=' romio'
MCA_io_ALL_SUBDIRS=' mca/io/romio'
MCA_io_DSO_COMPONENTS=''
MCA_io_DSO_SUBDIRS=''
MCA_io_STATIC_COMPONENTS=' romio'
MCA_io_STATIC_LTLIBS='mca/io/romio/libmca_io_romio.la '
MCA_io_STATIC_SUBDIRS=' mca/io/romio'
MCA_io_romio_SHOULD_BUILD_FALSE='#'
MCA_io_romio_SHOULD_BUILD_TRUE=''
MCA_iof_ALL_COMPONENTS=' hnp orted tool'
MCA_iof_ALL_SUBDIRS=' mca/iof/hnp mca/iof/orted mca/iof/tool'
MCA_iof_DSO_COMPONENTS=''
MCA_iof_DSO_SUBDIRS=''
MCA_iof_STATIC_COMPONENTS=' hnp orted tool'
MCA_iof_STATIC_LTLIBS='mca/iof/tool/libmca_iof_tool.la 
mca/iof/orted/libmca_iof_orted.la mca/iof/hnp/libmca_iof_hnp.la '
MCA_iof_STATIC_SUBDIRS=' mca/iof/hnp mca/iof/orted mca/iof/tool'
MCA_maffinity_ALL_COMPONENTS=' first_use libnuma'
MCA_maffinity_ALL_SUBDIRS=' mca/maffinity/first_use mca/maffinity/libnuma'
MCA_maffinity_DSO_COMPONENTS=''
MCA_maffinity_DSO_SUBDIRS=''
MCA_maffinity_STATIC_COMPONENTS=' first_use libnuma'
MCA_maffinity_STATIC_LTLIBS='mca/maffinity/libnuma/libmca_maffinity_libnuma.la 
mca/maffinity/first_use/libmca_maffinity_first_use.la '
MCA_maffinity_STATIC_SUBDIRS=' mca/maffinity/first_use mca/maffinity/libnuma'
MCA_memchecker_ALL_COMPONENTS=' valgrind'
MCA_memchecker_ALL_SUBDIRS=' mca/memchecker/valgrind'
MCA_memchecker_DSO_COMPONENTS=''
MCA_memchecker_DSO_SUBDIRS=''
MCA_memchecker_STATIC_COMPONENTS=''
MCA_memchecker_STATIC_LTLIBS=''
MCA_memchecker_STATIC_SUBDIRS=''
MCA_memcpy_ALL_COMPONENTS=''
MCA_memcpy_ALL_SUBDIRS=''
MCA_memcpy_DSO_COMPONENTS=''
MCA_memcpy_DSO_SUBDIRS=''
MCA_memcpy_STATIC_COMPONENTS=''
MCA_memcpy_STATIC_LTLIBS=''
MCA_memcpy_STATIC_SUBDIRS=''
MCA_memory_ALL_COMPONENTS=' ptmalloc2 malloc_solaris'
MCA_memory_ALL_SUBDIRS=' mca/memory/ptmalloc2 mca/memory/malloc_solaris'
MCA_memory_DSO_COMPONENTS=''
MCA_memory_DSO_SUBDIRS=''
MCA_memory_STATIC_COMPONENTS=' ptmalloc2'
MCA_memory_STATIC_LTLIBS='mca/memory/ptmalloc2/libmca_memory_ptmalloc2.la '
MCA_memory_STATIC_SUBDIRS=' mca/memory/ptmalloc2'
MCA_mpool_ALL_COMPONENTS=' fake rdma sm'
MCA_mpool_ALL_SUBDIRS=' mca/mpool/fake mca/mpool/rdma mca/mpool/sm'
MCA_mpool_DSO_COMPONENTS=''
MCA_mpool_DSO_SUBDIRS=''
MCA_mpool_STATIC_COMPONENTS=' fake rdma sm'
MCA_mpool_STATIC_LTLIBS='mca/mpool/sm/libmca_mpool_sm.la 
mca/mpool/rdma/libmca_mpool_rdma.la mca/mpool/fake/libmca_mpool_fake.la '
MCA_mpool_STATIC_SUBDIRS=' mca/mpool/fake mca/mpool/rdma mca/mpool/sm'
MCA_mtl_ALL_COMPONENTS=' mx portals psm'
MCA_mtl_ALL_SUBDIRS=' mca/mtl/mx mca/mtl/portals mca/mtl/psm'
MCA_mtl_DIRECT_CALL_HEADER=''
MCA_mtl_DSO_COMPONENTS=''
MCA_mtl_DSO_SUBDIRS=''
MCA_mtl_STATIC_COMPONENTS=''
MCA_mtl_STATIC_LTLIBS=''
MCA_mtl_STATIC_SUBDIRS=''
MCA_notifier_ALL_COMPONENTS=' syslog'
MCA_notifier_ALL_SUBDIRS=' mca/notifier/syslog'
MCA_notifier_DSO_COMPONENTS=''
MCA_notifier_DSO_SUBDIRS=''
MCA_notifier_STATIC_COMPONENTS=' syslog'
MCA_notifier_STATIC_LTLIBS='mca/notifier/syslog/libmca_notifier_syslog.la '
MCA_notifier_STATIC_SUBDIRS=' mca/notifier/syslog'
MCA_odls_ALL_COMPONENTS=' default'
MCA_odls_ALL_SUBDIRS=' mca/odls/default'
MCA_odls_DSO_COMPONENTS=''
MCA_odls_DSO_SUBDIRS=''
MCA_odls_STATIC_COMPONENTS=' default'
MCA_odls_STATIC_LTLIBS='mca/odls/default/libmca_odls_default.la '
MCA_odls_STATIC_SUBDIRS=' mca/odls/default'
MCA_ompi_FRAMEWORKS='common  allocator bml btl coll crcp dpm io mpool mtl osc 
pml pubsub rcache topo'
MCA_ompi_FRAMEWORKS_SUBDIRS='mca/common  mca/allocator mca/bml mca/btl mca/coll 
mca/crcp mca/dpm mca/io mca/mpool mca/mtl mca/osc mca/pml mca/pubsub mca/rcache 
mca/topo'
MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS='$(MCA_common_ALL_SUBDIRS)  
$(MCA_allocator_ALL_SUBDIRS) $(MCA_bml_ALL_SUBDIRS) $(MCA_btl_ALL_SUBDIRS) 
$(MCA_coll_ALL_SUBDIRS) $(MCA_crcp_ALL_SUBDIRS) $(MCA_dpm_ALL_SUBDIRS) 
$(MCA_io_ALL_SUBDIRS) $(MCA_mpool_ALL_SUBDIRS) $(MCA_mtl_ALL_SUBDIRS) 
$(MCA_osc_ALL_SUBDIRS) $(MCA_pml_ALL_SUBDIRS) $(MCA_pubsub_ALL_SUBDIRS) 
$(MCA_rcache_ALL_SUBDIRS) $(MCA_topo_ALL_SUBDIRS)'
MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS='$(MCA_common_DSO_SUBDIRS)  
$(MCA_allocator_DSO_SUBDIRS) $(MCA_bml_DSO_SUBDIRS) $(MCA_btl_DSO_SUBDIRS) 
$(MCA_coll_DSO_SUBDIRS) $(MCA_crcp_DSO_SUBDIRS) $(MCA_dpm_DSO_SUBDIRS) 
$(MCA_io_DSO_SUBDIRS) $(MCA_mpool_DSO_SUBDIRS) $(MCA_mtl_DSO_SUBDIRS) 
$(MCA_osc_DSO_SUBDIRS) $(MCA_pml_DSO_SUBDIRS) $(MCA_pubsub_DSO_SUBDIRS) 
$(MCA_rcache_DSO_SUBDIRS) $(MCA_topo_DSO_SUBDIRS)'
MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS='$(MCA_common_STATIC_SUBDIRS)  
$(MCA_allocator_STATIC_SUBDIRS) $(MCA_bml_STATIC_SUBDIRS) 
$(MCA_btl_STATIC_SUBDIRS) $(MCA_coll_STATIC_SUBDIRS) $(MCA_crcp_STATIC_SUBDIRS) 
$(MCA_dpm_STATIC_SUBDIRS) $(MCA_io_STATIC_SUBDIRS) $(MCA_mpool_STATIC_SUBDIRS) 
$(MCA_mtl_STATIC_SUBDIRS) $(MCA_osc_STATIC_SUBDIRS) $(MCA_pml_STATIC_SUBDIRS) 
$(MCA_pubsub_STATIC_SUBDIRS) $(MCA_rcache_STATIC_SUBDIRS) 
$(MCA_topo_STATIC_SUBDIRS)'
MCA_ompi_FRAMEWORK_LIBS=' mca/allocator/libmca_allocator.la 
$(MCA_allocator_STATIC_LTLIBS) mca/bml/libmca_bml.la $(MCA_bml_STATIC_LTLIBS) 
mca/btl/libmca_btl.la $(MCA_btl_STATIC_LTLIBS) mca/coll/libmca_coll.la 
$(MCA_coll_STATIC_LTLIBS) $(MCA_common_STATIC_LTLIBS) mca/crcp/libmca_crcp.la 
$(MCA_crcp_STATIC_LTLIBS) mca/dpm/libmca_dpm.la $(MCA_dpm_STATIC_LTLIBS) 
mca/io/libmca_io.la $(MCA_io_STATIC_LTLIBS) mca/mpool/libmca_mpool.la 
$(MCA_mpool_STATIC_LTLIBS) mca/mtl/libmca_mtl.la $(MCA_mtl_STATIC_LTLIBS) 
mca/osc/libmca_osc.la $(MCA_osc_STATIC_LTLIBS) mca/pml/libmca_pml.la 
$(MCA_pml_STATIC_LTLIBS) mca/pubsub/libmca_pubsub.la 
$(MCA_pubsub_STATIC_LTLIBS) mca/rcache/libmca_rcache.la 
$(MCA_rcache_STATIC_LTLIBS) mca/topo/libmca_topo.la $(MCA_topo_STATIC_LTLIBS)'
MCA_oob_ALL_COMPONENTS=' tcp'
MCA_oob_ALL_SUBDIRS=' mca/oob/tcp'
MCA_oob_DSO_COMPONENTS=''
MCA_oob_DSO_SUBDIRS=''
MCA_oob_STATIC_COMPONENTS=' tcp'
MCA_oob_STATIC_LTLIBS='mca/oob/tcp/libmca_oob_tcp.la '
MCA_oob_STATIC_SUBDIRS=' mca/oob/tcp'
MCA_opal_FRAMEWORKS=' backtrace carto crs installdirs maffinity memchecker 
memcpy memory paffinity timer'
MCA_opal_FRAMEWORKS_SUBDIRS=' mca/backtrace mca/carto mca/crs mca/installdirs 
mca/maffinity mca/memchecker mca/memcpy mca/memory mca/paffinity mca/timer'
MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS=' $(MCA_backtrace_ALL_SUBDIRS) 
$(MCA_carto_ALL_SUBDIRS) $(MCA_crs_ALL_SUBDIRS) $(MCA_installdirs_ALL_SUBDIRS) 
$(MCA_maffinity_ALL_SUBDIRS) $(MCA_memchecker_ALL_SUBDIRS) 
$(MCA_memcpy_ALL_SUBDIRS) $(MCA_memory_ALL_SUBDIRS) 
$(MCA_paffinity_ALL_SUBDIRS) $(MCA_timer_ALL_SUBDIRS)'
MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS=' $(MCA_backtrace_DSO_SUBDIRS) 
$(MCA_carto_DSO_SUBDIRS) $(MCA_crs_DSO_SUBDIRS) $(MCA_installdirs_DSO_SUBDIRS) 
$(MCA_maffinity_DSO_SUBDIRS) $(MCA_memchecker_DSO_SUBDIRS) 
$(MCA_memcpy_DSO_SUBDIRS) $(MCA_memory_DSO_SUBDIRS) 
$(MCA_paffinity_DSO_SUBDIRS) $(MCA_timer_DSO_SUBDIRS)'
MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS=' $(MCA_backtrace_STATIC_SUBDIRS) 
$(MCA_carto_STATIC_SUBDIRS) $(MCA_crs_STATIC_SUBDIRS) 
$(MCA_installdirs_STATIC_SUBDIRS) $(MCA_maffinity_STATIC_SUBDIRS) 
$(MCA_memchecker_STATIC_SUBDIRS) $(MCA_memcpy_STATIC_SUBDIRS) 
$(MCA_memory_STATIC_SUBDIRS) $(MCA_paffinity_STATIC_SUBDIRS) 
$(MCA_timer_STATIC_SUBDIRS)'
MCA_opal_FRAMEWORK_LIBS=' mca/backtrace/libmca_backtrace.la 
$(MCA_backtrace_STATIC_LTLIBS) mca/carto/libmca_carto.la 
$(MCA_carto_STATIC_LTLIBS) mca/crs/libmca_crs.la $(MCA_crs_STATIC_LTLIBS) 
mca/installdirs/libmca_installdirs.la $(MCA_installdirs_STATIC_LTLIBS) 
mca/maffinity/libmca_maffinity.la $(MCA_maffinity_STATIC_LTLIBS) 
mca/memchecker/libmca_memchecker.la $(MCA_memchecker_STATIC_LTLIBS) 
mca/memcpy/libmca_memcpy.la $(MCA_memcpy_STATIC_LTLIBS) 
mca/memory/libmca_memory.la $(MCA_memory_STATIC_LTLIBS) 
mca/paffinity/libmca_paffinity.la $(MCA_paffinity_STATIC_LTLIBS) 
mca/timer/libmca_timer.la $(MCA_timer_STATIC_LTLIBS)'
MCA_orte_FRAMEWORKS=' errmgr ess filem grpcomm iof notifier odls oob plm ras 
rmaps rml routed snapc'
MCA_orte_FRAMEWORKS_SUBDIRS=' mca/errmgr mca/ess mca/filem mca/grpcomm mca/iof 
mca/notifier mca/odls mca/oob mca/plm mca/ras mca/rmaps mca/rml mca/routed 
mca/snapc'
MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS=' $(MCA_errmgr_ALL_SUBDIRS) 
$(MCA_ess_ALL_SUBDIRS) $(MCA_filem_ALL_SUBDIRS) $(MCA_grpcomm_ALL_SUBDIRS) 
$(MCA_iof_ALL_SUBDIRS) $(MCA_notifier_ALL_SUBDIRS) $(MCA_odls_ALL_SUBDIRS) 
$(MCA_oob_ALL_SUBDIRS) $(MCA_plm_ALL_SUBDIRS) $(MCA_ras_ALL_SUBDIRS) 
$(MCA_rmaps_ALL_SUBDIRS) $(MCA_rml_ALL_SUBDIRS) $(MCA_routed_ALL_SUBDIRS) 
$(MCA_snapc_ALL_SUBDIRS)'
MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS=' $(MCA_errmgr_DSO_SUBDIRS) 
$(MCA_ess_DSO_SUBDIRS) $(MCA_filem_DSO_SUBDIRS) $(MCA_grpcomm_DSO_SUBDIRS) 
$(MCA_iof_DSO_SUBDIRS) $(MCA_notifier_DSO_SUBDIRS) $(MCA_odls_DSO_SUBDIRS) 
$(MCA_oob_DSO_SUBDIRS) $(MCA_plm_DSO_SUBDIRS) $(MCA_ras_DSO_SUBDIRS) 
$(MCA_rmaps_DSO_SUBDIRS) $(MCA_rml_DSO_SUBDIRS) $(MCA_routed_DSO_SUBDIRS) 
$(MCA_snapc_DSO_SUBDIRS)'
MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS=' $(MCA_errmgr_STATIC_SUBDIRS) 
$(MCA_ess_STATIC_SUBDIRS) $(MCA_filem_STATIC_SUBDIRS) 
$(MCA_grpcomm_STATIC_SUBDIRS) $(MCA_iof_STATIC_SUBDIRS) 
$(MCA_notifier_STATIC_SUBDIRS) $(MCA_odls_STATIC_SUBDIRS) 
$(MCA_oob_STATIC_SUBDIRS) $(MCA_plm_STATIC_SUBDIRS) $(MCA_ras_STATIC_SUBDIRS) 
$(MCA_rmaps_STATIC_SUBDIRS) $(MCA_rml_STATIC_SUBDIRS) 
$(MCA_routed_STATIC_SUBDIRS) $(MCA_snapc_STATIC_SUBDIRS)'
MCA_orte_FRAMEWORK_LIBS=' mca/errmgr/libmca_errmgr.la 
$(MCA_errmgr_STATIC_LTLIBS) mca/ess/libmca_ess.la $(MCA_ess_STATIC_LTLIBS) 
mca/filem/libmca_filem.la $(MCA_filem_STATIC_LTLIBS) 
mca/grpcomm/libmca_grpcomm.la $(MCA_grpcomm_STATIC_LTLIBS) 
mca/iof/libmca_iof.la $(MCA_iof_STATIC_LTLIBS) mca/notifier/libmca_notifier.la 
$(MCA_notifier_STATIC_LTLIBS) mca/odls/libmca_odls.la $(MCA_odls_STATIC_LTLIBS) 
mca/oob/libmca_oob.la $(MCA_oob_STATIC_LTLIBS) mca/plm/libmca_plm.la 
$(MCA_plm_STATIC_LTLIBS) mca/ras/libmca_ras.la $(MCA_ras_STATIC_LTLIBS) 
mca/rmaps/libmca_rmaps.la $(MCA_rmaps_STATIC_LTLIBS) mca/rml/libmca_rml.la 
$(MCA_rml_STATIC_LTLIBS) mca/routed/libmca_routed.la 
$(MCA_routed_STATIC_LTLIBS) mca/snapc/libmca_snapc.la 
$(MCA_snapc_STATIC_LTLIBS)'
MCA_osc_ALL_COMPONENTS=' pt2pt rdma'
MCA_osc_ALL_SUBDIRS=' mca/osc/pt2pt mca/osc/rdma'
MCA_osc_DSO_COMPONENTS=''
MCA_osc_DSO_SUBDIRS=''
MCA_osc_STATIC_COMPONENTS=' pt2pt rdma'
MCA_osc_STATIC_LTLIBS='mca/osc/rdma/libmca_osc_rdma.la 
mca/osc/pt2pt/libmca_osc_pt2pt.la '
MCA_osc_STATIC_SUBDIRS=' mca/osc/pt2pt mca/osc/rdma'
MCA_paffinity_ALL_COMPONENTS=' linux solaris windows darwin posix'
MCA_paffinity_ALL_SUBDIRS=' mca/paffinity/linux mca/paffinity/solaris 
mca/paffinity/windows mca/paffinity/darwin mca/paffinity/posix'
MCA_paffinity_DSO_COMPONENTS=''
MCA_paffinity_DSO_SUBDIRS=''
MCA_paffinity_STATIC_COMPONENTS=' linux'
MCA_paffinity_STATIC_LTLIBS='mca/paffinity/linux/libmca_paffinity_linux.la '
MCA_paffinity_STATIC_SUBDIRS=' mca/paffinity/linux'
MCA_plm_ALL_COMPONENTS=' alps lsf rsh slurm tm xgrid'
MCA_plm_ALL_SUBDIRS=' mca/plm/alps mca/plm/lsf mca/plm/rsh mca/plm/slurm 
mca/plm/tm mca/plm/xgrid'
MCA_plm_DSO_COMPONENTS=''
MCA_plm_DSO_SUBDIRS=''
MCA_plm_STATIC_COMPONENTS=' rsh slurm'
MCA_plm_STATIC_LTLIBS='mca/plm/slurm/libmca_plm_slurm.la 
mca/plm/rsh/libmca_plm_rsh.la '
MCA_plm_STATIC_SUBDIRS=' mca/plm/rsh mca/plm/slurm'
MCA_pml_ALL_COMPONENTS=' cm csum ob1 crcpw v'
MCA_pml_ALL_SUBDIRS=' mca/pml/cm mca/pml/csum mca/pml/ob1 mca/pml/crcpw 
mca/pml/v'
MCA_pml_DIRECT_CALL_HEADER=''
MCA_pml_DSO_COMPONENTS=''
MCA_pml_DSO_SUBDIRS=''
MCA_pml_STATIC_COMPONENTS=' cm csum ob1 v'
MCA_pml_STATIC_LTLIBS='mca/pml/v/libmca_pml_v.la mca/pml/ob1/libmca_pml_ob1.la 
mca/pml/csum/libmca_pml_csum.la mca/pml/cm/libmca_pml_cm.la '
MCA_pml_STATIC_SUBDIRS=' mca/pml/cm mca/pml/csum mca/pml/ob1 mca/pml/v'
MCA_pubsub_ALL_COMPONENTS=' orte'
MCA_pubsub_ALL_SUBDIRS=' mca/pubsub/orte'
MCA_pubsub_DSO_COMPONENTS=''
MCA_pubsub_DSO_SUBDIRS=''
MCA_pubsub_STATIC_COMPONENTS=' orte'
MCA_pubsub_STATIC_LTLIBS='mca/pubsub/orte/libmca_pubsub_orte.la '
MCA_pubsub_STATIC_SUBDIRS=' mca/pubsub/orte'
MCA_ras_ALL_COMPONENTS=' alps gridengine loadleveler lsf slurm tm'
MCA_ras_ALL_SUBDIRS=' mca/ras/alps mca/ras/gridengine mca/ras/loadleveler 
mca/ras/lsf mca/ras/slurm mca/ras/tm'
MCA_ras_DSO_COMPONENTS=''
MCA_ras_DSO_SUBDIRS=''
MCA_ras_STATIC_COMPONENTS=' slurm'
MCA_ras_STATIC_LTLIBS='mca/ras/slurm/libmca_ras_slurm.la '
MCA_ras_STATIC_SUBDIRS=' mca/ras/slurm'
MCA_rcache_ALL_COMPONENTS=' vma'
MCA_rcache_ALL_SUBDIRS=' mca/rcache/vma'
MCA_rcache_DSO_COMPONENTS=''
MCA_rcache_DSO_SUBDIRS=''
MCA_rcache_STATIC_COMPONENTS=' vma'
MCA_rcache_STATIC_LTLIBS='mca/rcache/vma/libmca_rcache_vma.la '
MCA_rcache_STATIC_SUBDIRS=' mca/rcache/vma'
MCA_rmaps_ALL_COMPONENTS=' rank_file round_robin seq'
MCA_rmaps_ALL_SUBDIRS=' mca/rmaps/rank_file mca/rmaps/round_robin mca/rmaps/seq'
MCA_rmaps_DSO_COMPONENTS=''
MCA_rmaps_DSO_SUBDIRS=''
MCA_rmaps_STATIC_COMPONENTS=' rank_file round_robin seq'
MCA_rmaps_STATIC_LTLIBS='mca/rmaps/seq/libmca_rmaps_seq.la 
mca/rmaps/round_robin/libmca_rmaps_round_robin.la 
mca/rmaps/rank_file/libmca_rmaps_rank_file.la '
MCA_rmaps_STATIC_SUBDIRS=' mca/rmaps/rank_file mca/rmaps/round_robin 
mca/rmaps/seq'
MCA_rml_ALL_COMPONENTS=' oob ftrm'
MCA_rml_ALL_SUBDIRS=' mca/rml/oob mca/rml/ftrm'
MCA_rml_DSO_COMPONENTS=''
MCA_rml_DSO_SUBDIRS=''
MCA_rml_STATIC_COMPONENTS=' oob'
MCA_rml_STATIC_LTLIBS='mca/rml/oob/libmca_rml_oob.la '
MCA_rml_STATIC_SUBDIRS=' mca/rml/oob'
MCA_routed_ALL_COMPONENTS=' binomial direct linear'
MCA_routed_ALL_SUBDIRS=' mca/routed/binomial mca/routed/direct 
mca/routed/linear'
MCA_routed_DSO_COMPONENTS=''
MCA_routed_DSO_SUBDIRS=''
MCA_routed_STATIC_COMPONENTS=' binomial direct linear'
MCA_routed_STATIC_LTLIBS='mca/routed/linear/libmca_routed_linear.la 
mca/routed/direct/libmca_routed_direct.la 
mca/routed/binomial/libmca_routed_binomial.la '
MCA_routed_STATIC_SUBDIRS=' mca/routed/binomial mca/routed/direct 
mca/routed/linear'
MCA_snapc_ALL_COMPONENTS=' full'
MCA_snapc_ALL_SUBDIRS=' mca/snapc/full'
MCA_snapc_DSO_COMPONENTS=''
MCA_snapc_DSO_SUBDIRS=''
MCA_snapc_STATIC_COMPONENTS=''
MCA_snapc_STATIC_LTLIBS=''
MCA_snapc_STATIC_SUBDIRS=''
MCA_timer_ALL_COMPONENTS=' catamount aix altix darwin solaris windows linux'
MCA_timer_ALL_SUBDIRS=' mca/timer/catamount mca/timer/aix mca/timer/altix 
mca/timer/darwin mca/timer/solaris mca/timer/windows mca/timer/linux'
MCA_timer_DSO_COMPONENTS=''
MCA_timer_DSO_SUBDIRS=''
MCA_timer_STATIC_COMPONENTS=' linux'
MCA_timer_STATIC_LTLIBS='mca/timer/linux/libmca_timer_linux.la '
MCA_timer_STATIC_SUBDIRS=' mca/timer/linux'
MCA_topo_ALL_COMPONENTS=' unity'
MCA_topo_ALL_SUBDIRS=' mca/topo/unity'
MCA_topo_DSO_COMPONENTS=''
MCA_topo_DSO_SUBDIRS=''
MCA_topo_STATIC_COMPONENTS=' unity'
MCA_topo_STATIC_LTLIBS='mca/topo/unity/libmca_topo_unity.la '
MCA_topo_STATIC_SUBDIRS=' mca/topo/unity'
MCA_vprotocol_ALL_COMPONENTS=' pessimist'
MCA_vprotocol_ALL_SUBDIRS=' mca/vprotocol/pessimist'
MCA_vprotocol_DSO_COMPONENTS=''
MCA_vprotocol_DSO_SUBDIRS=''
MCA_vprotocol_STATIC_COMPONENTS=' pessimist'
MCA_vprotocol_STATIC_LTLIBS='mca/vprotocol/pessimist/libmca_vprotocol_pessimist.la
 '
MCA_vprotocol_STATIC_SUBDIRS=' mca/vprotocol/pessimist'
MKDIR_P='/bin/mkdir -p'
MPIF_H_PMPI_W_FUNCS=', PMPI_WTICK, PMPI_WTIME'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJC='gcc'
OBJCDEPMODE='depmode=gcc3'
OBJCFLAGS=''
OBJDUMP='objdump'
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-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_backtrace_darwin_DSO_FALSE=''
OMPI_BUILD_backtrace_darwin_DSO_TRUE='#'
OMPI_BUILD_backtrace_execinfo_DSO_FALSE=''
OMPI_BUILD_backtrace_execinfo_DSO_TRUE='#'
OMPI_BUILD_backtrace_none_DSO_FALSE=''
OMPI_BUILD_backtrace_none_DSO_TRUE='#'
OMPI_BUILD_backtrace_printstack_DSO_FALSE=''
OMPI_BUILD_backtrace_printstack_DSO_TRUE='#'
OMPI_BUILD_bml_r2_DSO_FALSE=''
OMPI_BUILD_bml_r2_DSO_TRUE='#'
OMPI_BUILD_btl_elan_DSO_FALSE=''
OMPI_BUILD_btl_elan_DSO_TRUE='#'
OMPI_BUILD_btl_gm_DSO_FALSE=''
OMPI_BUILD_btl_gm_DSO_TRUE='#'
OMPI_BUILD_btl_mx_DSO_FALSE=''
OMPI_BUILD_btl_mx_DSO_TRUE='#'
OMPI_BUILD_btl_ofud_DSO_FALSE=''
OMPI_BUILD_btl_ofud_DSO_TRUE='#'
OMPI_BUILD_btl_openib_DSO_FALSE=''
OMPI_BUILD_btl_openib_DSO_TRUE='#'
OMPI_BUILD_btl_portals_DSO_FALSE=''
OMPI_BUILD_btl_portals_DSO_TRUE='#'
OMPI_BUILD_btl_self_DSO_FALSE=''
OMPI_BUILD_btl_self_DSO_TRUE='#'
OMPI_BUILD_btl_sm_DSO_FALSE=''
OMPI_BUILD_btl_sm_DSO_TRUE='#'
OMPI_BUILD_btl_tcp_DSO_FALSE=''
OMPI_BUILD_btl_tcp_DSO_TRUE='#'
OMPI_BUILD_btl_udapl_DSO_FALSE=''
OMPI_BUILD_btl_udapl_DSO_TRUE='#'
OMPI_BUILD_carto_auto_detect_DSO_FALSE=''
OMPI_BUILD_carto_auto_detect_DSO_TRUE='#'
OMPI_BUILD_carto_file_DSO_FALSE=''
OMPI_BUILD_carto_file_DSO_TRUE='#'
OMPI_BUILD_coll_basic_DSO_FALSE=''
OMPI_BUILD_coll_basic_DSO_TRUE='#'
OMPI_BUILD_coll_hierarch_DSO_FALSE=''
OMPI_BUILD_coll_hierarch_DSO_TRUE='#'
OMPI_BUILD_coll_inter_DSO_FALSE=''
OMPI_BUILD_coll_inter_DSO_TRUE='#'
OMPI_BUILD_coll_self_DSO_FALSE=''
OMPI_BUILD_coll_self_DSO_TRUE='#'
OMPI_BUILD_coll_sm_DSO_FALSE=''
OMPI_BUILD_coll_sm_DSO_TRUE='#'
OMPI_BUILD_coll_sync_DSO_FALSE=''
OMPI_BUILD_coll_sync_DSO_TRUE='#'
OMPI_BUILD_coll_tuned_DSO_FALSE=''
OMPI_BUILD_coll_tuned_DSO_TRUE='#'
OMPI_BUILD_common_mx_DSO_FALSE=''
OMPI_BUILD_common_mx_DSO_TRUE='#'
OMPI_BUILD_common_portals_DSO_FALSE=''
OMPI_BUILD_common_portals_DSO_TRUE='#'
OMPI_BUILD_common_sm_DSO_FALSE=''
OMPI_BUILD_common_sm_DSO_TRUE='#'
OMPI_BUILD_crcp_bkmrk_DSO_FALSE=''
OMPI_BUILD_crcp_bkmrk_DSO_TRUE='#'
OMPI_BUILD_crs_blcr_DSO_FALSE=''
OMPI_BUILD_crs_blcr_DSO_TRUE='#'
OMPI_BUILD_crs_none_DSO_FALSE=''
OMPI_BUILD_crs_none_DSO_TRUE='#'
OMPI_BUILD_crs_self_DSO_FALSE=''
OMPI_BUILD_crs_self_DSO_TRUE='#'
OMPI_BUILD_dpm_orte_DSO_FALSE=''
OMPI_BUILD_dpm_orte_DSO_TRUE='#'
OMPI_BUILD_errmgr_default_DSO_FALSE=''
OMPI_BUILD_errmgr_default_DSO_TRUE='#'
OMPI_BUILD_ess_alps_DSO_FALSE=''
OMPI_BUILD_ess_alps_DSO_TRUE='#'
OMPI_BUILD_ess_cnos_DSO_FALSE=''
OMPI_BUILD_ess_cnos_DSO_TRUE='#'
OMPI_BUILD_ess_env_DSO_FALSE=''
OMPI_BUILD_ess_env_DSO_TRUE='#'
OMPI_BUILD_ess_hnp_DSO_FALSE=''
OMPI_BUILD_ess_hnp_DSO_TRUE='#'
OMPI_BUILD_ess_lsf_DSO_FALSE=''
OMPI_BUILD_ess_lsf_DSO_TRUE='#'
OMPI_BUILD_ess_portals_utcp_DSO_FALSE=''
OMPI_BUILD_ess_portals_utcp_DSO_TRUE='#'
OMPI_BUILD_ess_singleton_DSO_FALSE=''
OMPI_BUILD_ess_singleton_DSO_TRUE='#'
OMPI_BUILD_ess_slurm_DSO_FALSE=''
OMPI_BUILD_ess_slurm_DSO_TRUE='#'
OMPI_BUILD_ess_tool_DSO_FALSE=''
OMPI_BUILD_ess_tool_DSO_TRUE='#'
OMPI_BUILD_filem_rsh_DSO_FALSE=''
OMPI_BUILD_filem_rsh_DSO_TRUE='#'
OMPI_BUILD_grpcomm_bad_DSO_FALSE=''
OMPI_BUILD_grpcomm_bad_DSO_TRUE='#'
OMPI_BUILD_grpcomm_basic_DSO_FALSE=''
OMPI_BUILD_grpcomm_basic_DSO_TRUE='#'
OMPI_BUILD_grpcomm_cnos_DSO_FALSE=''
OMPI_BUILD_grpcomm_cnos_DSO_TRUE='#'
OMPI_BUILD_installdirs_config_DSO_FALSE=''
OMPI_BUILD_installdirs_config_DSO_TRUE='#'
OMPI_BUILD_installdirs_env_DSO_FALSE=''
OMPI_BUILD_installdirs_env_DSO_TRUE='#'
OMPI_BUILD_io_romio_DSO_FALSE=''
OMPI_BUILD_io_romio_DSO_TRUE='#'
OMPI_BUILD_iof_hnp_DSO_FALSE=''
OMPI_BUILD_iof_hnp_DSO_TRUE='#'
OMPI_BUILD_iof_orted_DSO_FALSE=''
OMPI_BUILD_iof_orted_DSO_TRUE='#'
OMPI_BUILD_iof_tool_DSO_FALSE=''
OMPI_BUILD_iof_tool_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_memchecker_valgrind_DSO_FALSE=''
OMPI_BUILD_memchecker_valgrind_DSO_TRUE='#'
OMPI_BUILD_memory_malloc_solaris_DSO_FALSE=''
OMPI_BUILD_memory_malloc_solaris_DSO_TRUE='#'
OMPI_BUILD_memory_ptmalloc2_DSO_FALSE=''
OMPI_BUILD_memory_ptmalloc2_DSO_TRUE='#'
OMPI_BUILD_mpool_fake_DSO_FALSE=''
OMPI_BUILD_mpool_fake_DSO_TRUE='#'
OMPI_BUILD_mpool_rdma_DSO_FALSE=''
OMPI_BUILD_mpool_rdma_DSO_TRUE='#'
OMPI_BUILD_mpool_sm_DSO_FALSE=''
OMPI_BUILD_mpool_sm_DSO_TRUE='#'
OMPI_BUILD_mtl_mx_DSO_FALSE=''
OMPI_BUILD_mtl_mx_DSO_TRUE='#'
OMPI_BUILD_mtl_portals_DSO_FALSE=''
OMPI_BUILD_mtl_portals_DSO_TRUE='#'
OMPI_BUILD_mtl_psm_DSO_FALSE=''
OMPI_BUILD_mtl_psm_DSO_TRUE='#'
OMPI_BUILD_notifier_syslog_DSO_FALSE=''
OMPI_BUILD_notifier_syslog_DSO_TRUE='#'
OMPI_BUILD_odls_default_DSO_FALSE=''
OMPI_BUILD_odls_default_DSO_TRUE='#'
OMPI_BUILD_oob_tcp_DSO_FALSE=''
OMPI_BUILD_oob_tcp_DSO_TRUE='#'
OMPI_BUILD_osc_pt2pt_DSO_FALSE=''
OMPI_BUILD_osc_pt2pt_DSO_TRUE='#'
OMPI_BUILD_osc_rdma_DSO_FALSE=''
OMPI_BUILD_osc_rdma_DSO_TRUE='#'
OMPI_BUILD_paffinity_darwin_DSO_FALSE=''
OMPI_BUILD_paffinity_darwin_DSO_TRUE='#'
OMPI_BUILD_paffinity_linux_DSO_FALSE=''
OMPI_BUILD_paffinity_linux_DSO_TRUE='#'
OMPI_BUILD_paffinity_posix_DSO_FALSE=''
OMPI_BUILD_paffinity_posix_DSO_TRUE='#'
OMPI_BUILD_paffinity_solaris_DSO_FALSE=''
OMPI_BUILD_paffinity_solaris_DSO_TRUE='#'
OMPI_BUILD_paffinity_windows_DSO_FALSE=''
OMPI_BUILD_paffinity_windows_DSO_TRUE='#'
OMPI_BUILD_plm_alps_DSO_FALSE=''
OMPI_BUILD_plm_alps_DSO_TRUE='#'
OMPI_BUILD_plm_lsf_DSO_FALSE=''
OMPI_BUILD_plm_lsf_DSO_TRUE='#'
OMPI_BUILD_plm_rsh_DSO_FALSE=''
OMPI_BUILD_plm_rsh_DSO_TRUE='#'
OMPI_BUILD_plm_slurm_DSO_FALSE=''
OMPI_BUILD_plm_slurm_DSO_TRUE='#'
OMPI_BUILD_plm_tm_DSO_FALSE=''
OMPI_BUILD_plm_tm_DSO_TRUE='#'
OMPI_BUILD_plm_xgrid_DSO_FALSE=''
OMPI_BUILD_plm_xgrid_DSO_TRUE='#'
OMPI_BUILD_pml_cm_DSO_FALSE=''
OMPI_BUILD_pml_cm_DSO_TRUE='#'
OMPI_BUILD_pml_crcpw_DSO_FALSE=''
OMPI_BUILD_pml_crcpw_DSO_TRUE='#'
OMPI_BUILD_pml_csum_DSO_FALSE=''
OMPI_BUILD_pml_csum_DSO_TRUE='#'
OMPI_BUILD_pml_ob1_DSO_FALSE=''
OMPI_BUILD_pml_ob1_DSO_TRUE='#'
OMPI_BUILD_pml_v_DSO_FALSE=''
OMPI_BUILD_pml_v_DSO_TRUE='#'
OMPI_BUILD_pubsub_orte_DSO_FALSE=''
OMPI_BUILD_pubsub_orte_DSO_TRUE='#'
OMPI_BUILD_ras_alps_DSO_FALSE=''
OMPI_BUILD_ras_alps_DSO_TRUE='#'
OMPI_BUILD_ras_gridengine_DSO_FALSE=''
OMPI_BUILD_ras_gridengine_DSO_TRUE='#'
OMPI_BUILD_ras_loadleveler_DSO_FALSE=''
OMPI_BUILD_ras_loadleveler_DSO_TRUE='#'
OMPI_BUILD_ras_lsf_DSO_FALSE=''
OMPI_BUILD_ras_lsf_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_rcache_vma_DSO_FALSE=''
OMPI_BUILD_rcache_vma_DSO_TRUE='#'
OMPI_BUILD_rmaps_rank_file_DSO_FALSE=''
OMPI_BUILD_rmaps_rank_file_DSO_TRUE='#'
OMPI_BUILD_rmaps_round_robin_DSO_FALSE=''
OMPI_BUILD_rmaps_round_robin_DSO_TRUE='#'
OMPI_BUILD_rmaps_seq_DSO_FALSE=''
OMPI_BUILD_rmaps_seq_DSO_TRUE='#'
OMPI_BUILD_rml_ftrm_DSO_FALSE=''
OMPI_BUILD_rml_ftrm_DSO_TRUE='#'
OMPI_BUILD_rml_oob_DSO_FALSE=''
OMPI_BUILD_rml_oob_DSO_TRUE='#'
OMPI_BUILD_routed_binomial_DSO_FALSE=''
OMPI_BUILD_routed_binomial_DSO_TRUE='#'
OMPI_BUILD_routed_direct_DSO_FALSE=''
OMPI_BUILD_routed_direct_DSO_TRUE='#'
OMPI_BUILD_routed_linear_DSO_FALSE=''
OMPI_BUILD_routed_linear_DSO_TRUE='#'
OMPI_BUILD_snapc_full_DSO_FALSE=''
OMPI_BUILD_snapc_full_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_catamount_DSO_FALSE=''
OMPI_BUILD_timer_catamount_DSO_TRUE='#'
OMPI_BUILD_timer_darwin_DSO_FALSE=''
OMPI_BUILD_timer_darwin_DSO_TRUE='#'
OMPI_BUILD_timer_linux_DSO_FALSE=''
OMPI_BUILD_timer_linux_DSO_TRUE='#'
OMPI_BUILD_timer_solaris_DSO_FALSE=''
OMPI_BUILD_timer_solaris_DSO_TRUE='#'
OMPI_BUILD_timer_windows_DSO_FALSE=''
OMPI_BUILD_timer_windows_DSO_TRUE='#'
OMPI_BUILD_topo_unity_DSO_FALSE=''
OMPI_BUILD_topo_unity_DSO_TRUE='#'
OMPI_BUILD_vprotocol_pessimist_DSO_FALSE=''
OMPI_BUILD_vprotocol_pessimist_DSO_TRUE='#'
OMPI_CC_ABSOLUTE='/opt/intel/cce/11.0.081/bin/intel64/icc'
OMPI_CONFIGURE_DATE='Tue Jun 16 08:37:28 EDT 2009'
OMPI_CONFIGURE_HOST='daggoo'
OMPI_CONFIGURE_USER='robertson'
OMPI_CONTRIB_DIST_SUBDIRS=' contrib/vt'
OMPI_CONTRIB_SUBDIRS=' contrib/vt'
OMPI_CXX_ABSOLUTE='/opt/intel/cce/11.0.081/bin/intel64/icpc'
OMPI_F77_ABSOLUTE='/opt/intel/fce/11.0.074/bin/intel64/ifort'
OMPI_F90_ABSOLUTE='/opt/intel/fce/11.0.074/bin/intel64/ifort'
OMPI_F90_BUILD_SIZE='small'
OMPI_F90_CKINDS=' 8  16  32 '
OMPI_F90_EXTRA_SHARED_LIBRARY_FLAGS=''
OMPI_F90_IKINDS=' 1  2  4  8 '
OMPI_F90_RKINDS=' 4  8  16 '
OMPI_FC_MODULE_FLAG='-I'
OMPI_FORTRAN_MAX_ARRAY_RANK='4'
OMPI_GREEK_VERSION=''
OMPI_HAVE_ASM_FILE_FALSE='#'
OMPI_HAVE_ASM_FILE_TRUE=''
OMPI_HAVE_POSIX_THREADS_FALSE='#'
OMPI_HAVE_POSIX_THREADS_TRUE=''
OMPI_HAVE_SOLARIS_THREADS_FALSE=''
OMPI_HAVE_SOLARIS_THREADS_TRUE='#'
OMPI_INSTALL_BINARIES_FALSE='#'
OMPI_INSTALL_BINARIES_TRUE=''
OMPI_LIBEVENT_SOURCES='signal.c epoll.c poll.c select.c '
OMPI_LIBMPI_EXTRA_LDFLAGS=''
OMPI_LIBMPI_EXTRA_LIBS=''
OMPI_MAJOR_VERSION='1'
OMPI_MINOR_VERSION='3'
OMPI_MPIF_MPI_IO_INCLUDE='include "mpif-mpi-io.h"'
OMPI_MPI_ADDRESS_KIND='8'
OMPI_MPI_INTEGER_KIND='4'
OMPI_MPI_OFFSET_KIND='8'
OMPI_NEED_WINDOWS_REPLACEMENTS_FALSE=''
OMPI_NEED_WINDOWS_REPLACEMENTS_TRUE='#'
OMPI_PROVIDE_MPI_FILE_INTERFACE_FALSE='#'
OMPI_PROVIDE_MPI_FILE_INTERFACE_TRUE=''
OMPI_RELEASE_DATE='Apr 21, 2009'
OMPI_RELEASE_VERSION='2'
OMPI_SIZEOF_F90_COMPLEX16='16'
OMPI_SIZEOF_F90_COMPLEX32='32'
OMPI_SIZEOF_F90_COMPLEX8='8'
OMPI_SIZEOF_F90_COMPLEX='8'
OMPI_SIZEOF_F90_DOUBLE_COMPLEX='16'
OMPI_SIZEOF_F90_DOUBLE_PRECISION='8'
OMPI_SIZEOF_F90_INTEGER16='4'
OMPI_SIZEOF_F90_INTEGER1='1'
OMPI_SIZEOF_F90_INTEGER2='2'
OMPI_SIZEOF_F90_INTEGER4='4'
OMPI_SIZEOF_F90_INTEGER8='8'
OMPI_SIZEOF_F90_INTEGER='4'
OMPI_SIZEOF_F90_LOGICAL1='1'
OMPI_SIZEOF_F90_LOGICAL2='2'
OMPI_SIZEOF_F90_LOGICAL4='4'
OMPI_SIZEOF_F90_LOGICAL8='8'
OMPI_SIZEOF_F90_LOGICAL='4'
OMPI_SIZEOF_F90_REAL16='16'
OMPI_SIZEOF_F90_REAL2='4'
OMPI_SIZEOF_F90_REAL4='4'
OMPI_SIZEOF_F90_REAL8='8'
OMPI_SIZEOF_F90_REAL='4'
OMPI_SVN_R='r21054'
OMPI_TOP_BUILDDIR='/usr/local/src/openmpi-1.3.2'
OMPI_TOP_SRCDIR='/usr/local/src/openmpi-1.3.2'
OMPI_VERSION='1.3.2'
OMPI_WANT_BUILD_F90_LARGE_FALSE=''
OMPI_WANT_BUILD_F90_LARGE_TRUE='#'
OMPI_WANT_BUILD_F90_MEDIUM_FALSE=''
OMPI_WANT_BUILD_F90_MEDIUM_TRUE='#'
OMPI_WANT_BUILD_F90_SMALL_FALSE='#'
OMPI_WANT_BUILD_F90_SMALL_TRUE=''
OMPI_WANT_BUILD_F90_TRIVIAL_FALSE=''
OMPI_WANT_BUILD_F90_TRIVIAL_TRUE='#'
OMPI_WANT_F77_BINDINGS_FALSE='#'
OMPI_WANT_F77_BINDINGS_TRUE=''
OMPI_WANT_F90_BINDINGS_FALSE='#'
OMPI_WANT_F90_BINDINGS_TRUE=''
OMPI_WANT_MEMCHECKER_FALSE=''
OMPI_WANT_MEMCHECKER_TRUE='#'
OMPI_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE=''
OMPI_WANT_SCRIPT_WRAPPER_COMPILERS_TRUE='#'
OMPI_WANT_SVN='0'
OMPI_WRAPPER_CXX_LIB='-lmpi_cxx'
OMPI_WRAPPER_CXX_REQUIRED_FILE=''
OMPI_WRAPPER_EXTRA_CFLAGS='-pthread '
OMPI_WRAPPER_EXTRA_CPPFLAGS=' '
OMPI_WRAPPER_EXTRA_CXXFLAGS='-pthread '
OMPI_WRAPPER_EXTRA_FCFLAGS=' '
OMPI_WRAPPER_EXTRA_FFLAGS=' '
OMPI_WRAPPER_EXTRA_INCLUDES=''
OMPI_WRAPPER_EXTRA_LDFLAGS='    '
OMPI_WRAPPER_EXTRA_LIBS='  -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil '
OMPI_WRAPPER_F77_REQUIRED_FILE=''
OMPI_WRAPPER_F90_REQUIRED_FILE=''
OMPI_WRAPPER_INCLUDEDIR='/opt/intelsoft/openmpi/openmpi-1.3.2/include'
OMPI_WRAPPER_LIBDIR='/opt/intelsoft/openmpi/openmpi-1.3.2/lib'
OPAL_DEFAULT_MCA_PARAM_CONF='openmpi-mca-params.conf'
OPAL_GREEK_VERSION=''
OPAL_MAJOR_VERSION='1'
OPAL_MINOR_VERSION='3'
OPAL_PARAM_FROM_PLATFORM=''
OPAL_RELEASE_DATE='Apr 21, 2009'
OPAL_RELEASE_VERSION='2'
OPAL_SVN_R='r21054'
OPAL_VERSION='1.3.2'
OPAL_WANT_SVN='0'
OPAL_WRAPPER_EXTRA_CFLAGS='-pthread '
OPAL_WRAPPER_EXTRA_CPPFLAGS=' '
OPAL_WRAPPER_EXTRA_CXXFLAGS='-pthread '
OPAL_WRAPPER_EXTRA_INCLUDES=''
OPAL_WRAPPER_EXTRA_LDFLAGS='  '
OPAL_WRAPPER_EXTRA_LIBS='-lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil '
ORTE_DISABLE_FULL_SUPPORT_FALSE=''
ORTE_DISABLE_FULL_SUPPORT_TRUE='#'
ORTE_GREEK_VERSION=''
ORTE_MAJOR_VERSION='1'
ORTE_MINOR_VERSION='3'
ORTE_RELEASE_DATE='Apr 21, 2009'
ORTE_RELEASE_VERSION='2'
ORTE_SVN_R='r21054'
ORTE_VERSION='1.3.2'
ORTE_WANT_SVN='0'
ORTE_WRAPPER_EXTRA_CFLAGS='-pthread '
ORTE_WRAPPER_EXTRA_CPPFLAGS=' '
ORTE_WRAPPER_EXTRA_CXXFLAGS='-pthread '
ORTE_WRAPPER_EXTRA_INCLUDES=''
ORTE_WRAPPER_EXTRA_LDFLAGS='   '
ORTE_WRAPPER_EXTRA_LIBS=' -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil '
OTOOL64=''
OTOOL=''
PACKAGE='openmpi'
PACKAGE_BUGREPORT='http://www.open-mpi.org/community/help/'
PACKAGE_NAME='Open MPI'
PACKAGE_STRING='Open MPI 1.3.2'
PACKAGE_TARNAME='openmpi'
PACKAGE_VERSION='1.3.2'
PATH_SEPARATOR=':'
PERL='perl'
PLPA_BUILD_EXECUTABLES_FALSE=''
PLPA_BUILD_EXECUTABLES_TRUE='#'
PLPA_BUILD_STANDALONE_FALSE=''
PLPA_BUILD_STANDALONE_TRUE='#'
QRSH=''
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TOTALVIEW_DEBUG_FLAGS='-g'
VERSION='1.3.2'
WANT_FT_FALSE=''
WANT_FT_THREAD_FALSE=''
WANT_FT_THREAD_TRUE='#'
WANT_FT_TRUE='#'
WANT_INSTALL_HEADERS_FALSE=''
WANT_INSTALL_HEADERS_TRUE='#'
WANT_MPI_BINDINGS_LAYER_FALSE=''
WANT_MPI_BINDINGS_LAYER_TRUE='#'
WANT_MPI_CXX_BINDINGS_FALSE='#'
WANT_MPI_CXX_BINDINGS_TRUE=''
WANT_MPI_F77_BINDINGS_LAYER_FALSE=''
WANT_MPI_F77_BINDINGS_LAYER_TRUE='#'
WANT_PERUSE_FALSE=''
WANT_PERUSE_TRUE='#'
WANT_PMPI_BINDINGS_LAYER_FALSE='#'
WANT_PMPI_BINDINGS_LAYER_TRUE=''
WANT_PMPI_F77_BINDINGS_LAYER_FALSE='#'
WANT_PMPI_F77_BINDINGS_LAYER_TRUE=''
WRAPPER_EXTRA_CFLAGS='-pthread '
WRAPPER_EXTRA_CXXFLAGS='-pthread '
WRAPPER_EXTRA_FCFLAGS=' '
WRAPPER_EXTRA_FFLAGS=' '
WRAPPER_EXTRA_LDFLAGS='    '
WRAPPER_EXTRA_LIBS='  -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil '
YACC='bison -y'
YFLAGS=''
ac_ct_CC='icc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_F77=''
ac_ct_FC=''
ac_ct_OBJC='gcc'
ac_prefix_program=''
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__fastdepOBJC_FALSE='#'
am__fastdepOBJC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
backtrace_darwin_CFLAGS=''
bindir='${exec_prefix}/bin'
btl_elan_CFLAGS=''
btl_elan_CPPFLAGS=''
btl_elan_LDFLAGS=''
btl_elan_LIBS=''
btl_gm_CFLAGS=''
btl_gm_CPPFLAGS=''
btl_gm_LDFLAGS=''
btl_gm_LIBS=''
btl_mx_CFLAGS=''
btl_mx_CPPFLAGS=''
btl_mx_LDFLAGS=''
btl_mx_LIBS=''
btl_ofud_CFLAGS=''
btl_ofud_CPPFLAGS=''
btl_ofud_LDFLAGS=''
btl_ofud_LIBS=''
btl_openib_CFLAGS=''
btl_openib_CPPFLAGS=''
btl_openib_LDFLAGS=''
btl_openib_LIBS=''
btl_portals_CPPFLAGS=''
btl_portals_LDFLAGS=''
btl_portals_LIBS=''
btl_udapl_CFLAGS='-O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread'
btl_udapl_CPPFLAGS=''
btl_udapl_LDFLAGS=''
btl_udapl_LIBS=''
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
common_mx_CFLAGS=''
common_mx_CPPFLAGS=''
common_mx_LDFLAGS=''
common_mx_LIBS=''
common_portals_CPPFLAGS=''
common_portals_LDFLAGS=''
common_portals_LIBS='-lp3utcp -lp3api -lp3lib -lp3rt -lp3utcp'
crs_blcr_CFLAGS='-O3 -DNDEBUG -finline-functions -fno-strict-aliasing -restrict 
-pthread'
crs_blcr_CPPFLAGS=' '
crs_blcr_LDFLAGS=' '
crs_blcr_LIBS='-lnsl -lutil  '
crs_blcr_crs_blcr_WRAPPER_EXTRA_CPPFLAGS=''
crs_blcr_crs_blcr_WRAPPER_EXTRA_LDFLAGS=''
crs_blcr_crs_blcr_WRAPPER_EXTRA_LIBS=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
ess_lsf_CPPFLAGS=''
ess_lsf_LDFLAGS=''
ess_lsf_LIBS=''
ess_portals_utcp_CPPFLAGS=''
ess_portals_utcp_LDFLAGS=''
ess_portals_utcp_LIBS=''
ess_slurm_CPPFLAGS=''
ess_slurm_LDFLAGS=''
ess_slurm_LIBS=''
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /usr/local/src/openmpi-1.3.2/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
maffinity_libnuma_CPPFLAGS=''
maffinity_libnuma_LDFLAGS=''
maffinity_libnuma_LIBS='-lnuma '
mandir='${datarootdir}/man'
memchecker_valgrind_CPPFLAGS=''
memory_malloc_solaris_LIBS=''
memory_ptmalloc2_LIBS='-ldl'
mkdir_p='/bin/mkdir -p'
mtl_mx_CFLAGS=''
mtl_mx_CPPFLAGS=''
mtl_mx_LDFLAGS=''
mtl_mx_LIBS=''
mtl_portals_CPPFLAGS=''
mtl_portals_LDFLAGS=''
mtl_portals_LIBS=''
mtl_psm_CFLAGS=''
mtl_psm_CPPFLAGS=''
mtl_psm_LDFLAGS=''
mtl_psm_LIBS=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
plm_lsf_CPPFLAGS=''
plm_lsf_LDFLAGS=''
plm_lsf_LIBS=''
plm_slurm_CPPFLAGS=''
plm_slurm_LDFLAGS=''
plm_slurm_LIBS=''
plm_tm_CPPFLAGS=''
plm_tm_LDFLAGS=''
plm_tm_LIBS=''
plm_xgrid_LDFLAGS=''
plm_xgrid_OBJCFLAGS=''
prefix='/opt/intelsoft/openmpi/openmpi-1.3.2'
program_transform_name='s,x,x,'
psdir='${docdir}'
ras_loadleveler_CPPFLAGS=''
ras_loadleveler_LDFLAGS=''
ras_loadleveler_LIBS=''
ras_lsf_CPPFLAGS=''
ras_lsf_LDFLAGS=''
ras_lsf_LIBS=''
ras_slurm_CPPFLAGS=''
ras_slurm_LDFLAGS=''
ras_slurm_LIBS=''
ras_tm_CPPFLAGS=''
ras_tm_LDFLAGS=''
ras_tm_LIBS=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
timer_aix_LIBS=''
top_ompi_builddir='/usr/local/src/openmpi-1.3.2'
top_ompi_srcdir='/usr/local/src/openmpi-1.3.2'

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

#define PACKAGE_NAME "Open MPI"
#define PACKAGE_TARNAME "openmpi"
#define PACKAGE_VERSION "1.3.2"
#define PACKAGE_STRING "Open MPI 1.3.2"
#define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/";
#define OMPI_MAJOR_VERSION 1
#define OMPI_MINOR_VERSION 3
#define OMPI_RELEASE_VERSION 2
#define OMPI_GREEK_VERSION ""
#define OMPI_VERSION "2"
#define OMPI_RELEASE_DATE "Apr 21, 2009"
#define ORTE_MAJOR_VERSION 1
#define ORTE_MINOR_VERSION 3
#define ORTE_RELEASE_VERSION 2
#define ORTE_GREEK_VERSION ""
#define ORTE_VERSION "2"
#define ORTE_RELEASE_DATE "Apr 21, 2009"
#define OPAL_MAJOR_VERSION 1
#define OPAL_MINOR_VERSION 3
#define OPAL_RELEASE_VERSION 2
#define OPAL_GREEK_VERSION ""
#define OPAL_VERSION "2"
#define OPAL_RELEASE_DATE "Apr 21, 2009"
#define OMPI_ARCH "x86_64-unknown-linux-gnu"
#define OMPI_ENABLE_MEM_DEBUG 0
#define OMPI_ENABLE_MEM_PROFILE 0
#define OMPI_ENABLE_DEBUG 0
#define OMPI_GROUP_SPARSE 0
#define OMPI_WANT_MPI_CXX_SEEK 1
#define MPI_PARAM_CHECK ompi_mpi_param_check
#define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1
#define OMPI_WANT_PERUSE 0
#define OMPI_ENABLE_PTY_SUPPORT 1
#define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 0
#define OPAL_ENABLE_TRACE 0
#define ORTE_DISABLE_FULL_SUPPORT 0
#define OPAL_ENABLE_FT 0
#define OPAL_ENABLE_FT_CR 0
#define OMPI_WANT_HOME_CONFIG_FILES 1
#define OPAL_ENABLE_IPV6 1
#define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
#define OPAL_PACKAGE_STRING "Open MPI robertson@daggoo Distribution"
#define OPAL_IDENT_STRING "1.3.2"
#define OMPI_OPENIB_PAD_HDR 0
#define OMPI_CC "icc"
#define STDC_HEADERS 1
#define _GNU_SOURCE 1
#define OMPI_C_HAVE_BUILTIN_EXPECT 1
#define OMPI_C_HAVE_BUILTIN_PREFETCH 1
#define OMPI_CC_USE_PRAGMA_IDENT 1
#define OMPI_CC_USE_IDENT 0
#define OMPI_CC_USE_PRAGMA_COMMENT 
#define OMPI_CC_USE_CONST_CHAR_IDENT 0
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LONG_LONG 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_INT8_T 1
#define HAVE_UINT8_T 1
#define HAVE_INT16_T 1
#define HAVE_UINT16_T 1
#define HAVE_INT32_T 1
#define HAVE_UINT32_T 1
#define HAVE_INT64_T 1
#define HAVE_UINT64_T 1
#define HAVE_INTPTR_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_MODE_T 1
#define HAVE_SSIZE_T 1
#define HAVE_PTRDIFF_T 1
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 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 SIZEOF_SSIZE_T 8
#define SIZEOF_PTRDIFF_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
#define OMPI_CXX "icpc"
#define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0
#define OMPI_CXX_HAVE_BUILTIN_EXPECT 1
#define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1
#define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1
#define OMPI_CXX_USE_PRAGMA_IDENT 1
#define OMPI_CXX_USE_IDENT 0
#define OMPI_CXX_USE_PRAGMA_COMMENT 
#define OMPI_CXX_USE_CONST_CHAR_IDENT 0
#define SIZEOF_BOOL 1
#define OMPI_ALIGNMENT_CXX_BOOL 1
#define OMPI_WANT_CXX_BINDINGS 1
#define OMPI_HAVE_ATTRIBUTE 1
#define OMPI_HAVE_ATTRIBUTE_ALIGNED 1
#define OMPI_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
#define OMPI_HAVE_ATTRIBUTE_COLD 0
#define OMPI_HAVE_ATTRIBUTE_CONST 1
#define OMPI_HAVE_ATTRIBUTE_DEPRECATED 1
#define OMPI_HAVE_ATTRIBUTE_FORMAT 1
#define OMPI_HAVE_ATTRIBUTE_HOT 0
#define OMPI_HAVE_ATTRIBUTE_MALLOC 1
#define OMPI_HAVE_ATTRIBUTE_MAY_ALIAS 0
#define OMPI_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
#define OMPI_HAVE_ATTRIBUTE_NONNULL 1
#define OMPI_HAVE_ATTRIBUTE_NORETURN 1
#define OMPI_HAVE_ATTRIBUTE_PACKED 1
#define OMPI_HAVE_ATTRIBUTE_PURE 1
#define OMPI_HAVE_ATTRIBUTE_SENTINEL 1
#define OMPI_HAVE_ATTRIBUTE_UNUSED 1
#define OMPI_HAVE_ATTRIBUTE_VISIBILITY 1
#define OMPI_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 0
#define OMPI_HAVE_ATTRIBUTE_WEAK_ALIAS 1
#define OMPI_WANT_SMP_LOCKS 1
#define OMPI_ASM_TEXT ".text"
#define OMPI_ASM_GLOBAL ".globl"
#define OMPI_ASM_LABEL_SUFFIX ":"
#define OMPI_ASM_GSYM ""
#define OMPI_ASM_LSYM ".L"
#define OMPI_ASM_TYPE "@"
#define OMPI_ASM_SIZE "1"
#define OMPI_ASM_ALIGN_LOG 
#define OMPI_ASM_SUPPORT_64BIT 1
#define OMPI_C_GCC_INLINE_ASSEMBLY 1
#define OMPI_C_DEC_INLINE_ASSEMBLY 0
#define OMPI_C_XLC_INLINE_ASSEMBLY 0
#define OMPI_CXX_GCC_INLINE_ASSEMBLY 1
#define OMPI_CXX_DEC_INLINE_ASSEMBLY 0
#define OMPI_CXX_XLC_INLINE_ASSEMBLY 0
#define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
#define OMPI_ASSEMBLY_ARCH OMPI_AMD64
#define OMPI_HAVE_ASM_FILE 1
#define OMPI_F77_DOUBLE_UNDERSCORE 0
#define OMPI_F77_SINGLE_UNDERSCORE 1
#define OMPI_F77_CAPS 0
#define OMPI_F77_PLAIN 0
#define OMPI_WANT_F77_BINDINGS 1
#define OMPI_F77 "ifort"
#define ompi_fortran_bogus_type_t int
#define OMPI_HAVE_FORTRAN_LOGICAL 1
#define OMPI_SIZEOF_FORTRAN_LOGICAL 4
#define OMPI_ALIGNMENT_FORTRAN_LOGICAL 1
#define ompi_fortran_logical_t int
#define OMPI_HAVE_FORTRAN_LOGICAL1 1
#define OMPI_SIZEOF_FORTRAN_LOGICAL1 1
#define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1
#define ompi_fortran_logical1_t char
#define OMPI_HAVE_FORTRAN_LOGICAL2 1
#define OMPI_SIZEOF_FORTRAN_LOGICAL2 2
#define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 1
#define ompi_fortran_logical2_t short
#define OMPI_HAVE_FORTRAN_LOGICAL4 1
#define OMPI_SIZEOF_FORTRAN_LOGICAL4 4
#define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 1
#define ompi_fortran_logical4_t int
#define OMPI_HAVE_FORTRAN_LOGICAL8 1
#define OMPI_SIZEOF_FORTRAN_LOGICAL8 8
#define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 1
#define ompi_fortran_logical8_t long long
#define OMPI_HAVE_FORTRAN_INTEGER 1
#define OMPI_SIZEOF_FORTRAN_INTEGER 4
#define OMPI_ALIGNMENT_FORTRAN_INTEGER 1
#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 1
#define ompi_fortran_integer2_t short
#define OMPI_HAVE_FORTRAN_INTEGER4 1
#define OMPI_SIZEOF_FORTRAN_INTEGER4 4
#define OMPI_ALIGNMENT_FORTRAN_INTEGER4 1
#define ompi_fortran_integer4_t int
#define OMPI_HAVE_FORTRAN_INTEGER8 1
#define OMPI_SIZEOF_FORTRAN_INTEGER8 8
#define OMPI_ALIGNMENT_FORTRAN_INTEGER8 1
#define ompi_fortran_integer8_t long long
#define OMPI_HAVE_FORTRAN_INTEGER16 0
#define OMPI_SIZEOF_FORTRAN_INTEGER16 4
#define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4
#define ompi_fortran_integer16_t ompi_fortran_bogus_type_t
#define OMPI_HAVE_FORTRAN_REAL 1
#define OMPI_SIZEOF_FORTRAN_REAL 4
#define OMPI_ALIGNMENT_FORTRAN_REAL 1
#define ompi_fortran_real_t float
#define OMPI_HAVE_FORTRAN_REAL2 0
#define OMPI_SIZEOF_FORTRAN_REAL2 4
#define OMPI_ALIGNMENT_FORTRAN_REAL2 4
#define ompi_fortran_real2_t ompi_fortran_bogus_type_t
#define OMPI_HAVE_FORTRAN_REAL4 1
#define OMPI_SIZEOF_FORTRAN_REAL4 4
#define OMPI_ALIGNMENT_FORTRAN_REAL4 1
#define ompi_fortran_real4_t float
#define OMPI_HAVE_FORTRAN_REAL8 1
#define OMPI_SIZEOF_FORTRAN_REAL8 8
#define OMPI_ALIGNMENT_FORTRAN_REAL8 1
#define ompi_fortran_real8_t double
#define OMPI_HAVE_FORTRAN_REAL16 1
#define OMPI_SIZEOF_FORTRAN_REAL16 16
#define OMPI_ALIGNMENT_FORTRAN_REAL16 1
#define ompi_fortran_real16_t long double
#define OMPI_REAL16_MATCHES_C 0
#define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1
#define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8
#define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 1
#define ompi_fortran_double_precision_t double
#define OMPI_HAVE_FORTRAN_COMPLEX 1
#define OMPI_SIZEOF_FORTRAN_COMPLEX 8
#define OMPI_ALIGNMENT_FORTRAN_COMPLEX 1
#define OMPI_HAVE_FORTRAN_COMPLEX8 1
#define OMPI_SIZEOF_FORTRAN_COMPLEX8 8
#define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 1
#define OMPI_HAVE_FORTRAN_COMPLEX16 1
#define OMPI_SIZEOF_FORTRAN_COMPLEX16 16
#define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 1
#define OMPI_HAVE_FORTRAN_COMPLEX32 1
#define OMPI_SIZEOF_FORTRAN_COMPLEX32 32
#define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 1
#define OMPI_FORTRAN_HANDLE_MAX ( 0x7fffffff < 2147483647 ? 0x7fffffff : 
2147483647 )
#define OMPI_FORTRAN_VALUE_TRUE -1
#define OMPI_WANT_F90_BINDINGS 1
#define OMPI_F90 "ifort"
#define OMPI_HAVE_F90_LOGICAL 1
#define OMPI_HAVE_F90_LOGICAL1 1
#define OMPI_HAVE_F90_LOGICAL2 1
#define OMPI_HAVE_F90_LOGICAL4 1
#define OMPI_HAVE_F90_LOGICAL8 1
#define OMPI_HAVE_F90_INTEGER 1
#define OMPI_HAVE_F90_INTEGER1 1
#define OMPI_HAVE_F90_INTEGER2 1
#define OMPI_HAVE_F90_INTEGER4 1
#define OMPI_HAVE_F90_INTEGER8 1
#define OMPI_HAVE_F90_INTEGER16 0
#define OMPI_HAVE_F90_REAL 1
#define OMPI_HAVE_F90_REAL2 0
#define OMPI_HAVE_F90_REAL4 1
#define OMPI_HAVE_F90_REAL8 1
#define OMPI_HAVE_F90_REAL16 1
#define OMPI_HAVE_F90_DOUBLE_PRECISION 1
#define OMPI_HAVE_F90_COMPLEX 1
#define OMPI_HAVE_F90_COMPLEX8 1
#define OMPI_HAVE_F90_COMPLEX16 1
#define OMPI_HAVE_F90_COMPLEX32 1
#define OMPI_HAVE_F90_DOUBLE_COMPLEX 1
#define HAVE_ALLOCA_H 1
#define HAVE_AIO_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_ERR_H 1
#define HAVE_FCNTL_H 1
#define HAVE_GRP_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBGEN_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_POLL_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_PTY_H 1
#define HAVE_PWD_H 1
#define HAVE_SCHED_H 1
#define HAVE_STDINT_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STROPTS_H 1
#define HAVE_SYS_FCNTL_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_QUEUE_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_TIME_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_ULIMIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTMP_H 1
#define HAVE_MALLOC_H 1
#define HAVE_IFADDRS_H 1
#define HAVE_SYS_SYSCTL_H 1
#define HAVE_REGEX_H 1
#define HAVE_NET_IF_H 1
#define HAVE_STDBOOL_H 1
#define OMPI_USE_STDBOOL_H 1
#define SIZEOF_PID_T 4
#define HAVE_SOCKLEN_T 1
#define HAVE_STRUCT_SOCKADDR_IN 1
#define HAVE_STRUCT_SOCKADDR_IN6 1
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
#define HAVE_DECL_AF_UNSPEC 1
#define HAVE_DECL_PF_UNSPEC 1
#define HAVE_DECL_AF_INET6 1
#define HAVE_DECL_PF_INET6 1
#define OMPI_HAVE_SA_RESTART 1
#define HAVE_STRUCT_DIRENT_D_TYPE 1
#define HAVE_SIGINFO_T_SI_FD 1
#define HAVE_SIGINFO_T_SI_BAND 1
#define HAVE_LIBUTIL 1
#define HAVE_LIBNSL 1
#define HAVE_SCHED_YIELD 1
#define HAVE_DIRNAME 1
#define HAVE_CEIL 1
#define HAVE_ASPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_VASPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_OPENPTY 1
#define HAVE_ISATTY 1
#define HAVE_GETPWUID 1
#define HAVE_FORK 1
#define HAVE_WAITPID 1
#define HAVE_EXECVE 1
#define HAVE_PIPE 1
#define HAVE_PTSNAME 1
#define HAVE_SETSID 1
#define HAVE_MMAP 1
#define HAVE_MALLOPT 1
#define HAVE_TCGETPGRP 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_STRSIGNAL 1
#define HAVE_SYSCONF 1
#define HAVE_SYSLOG 1
#define HAVE_REGEXEC 1
#define HAVE_REGFREE 1
#define HAVE_SOCKETPAIR 1
#define HAVE_USLEEP 1
#define HAVE_MKFIFO 1
#define HAVE_UNIX_BYTESWAP 1
#define OMPI_HAVE_VA_COPY 1
#define OMPI_HAVE_UNDERSCORE_VA_COPY 1
#define HAVE_DECL___FUNC__ 1
#define OMPI_MPI_OFFSET_TYPE long long
#define OMPI_PTRDIFF_TYPE ptrdiff_t
#define OMPI_OFFSET_DATATYPE MPI_LONG_LONG
#define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
#define OMPI_HAVE_BROKEN_QSORT 0
#define OMPI_ALIGN_WORD_SIZE_INTEGERS 0
#define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
#define OMPI_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
#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 OPAL_ENABLE_FT_THREAD 0
#define YYTEXT_POINTER 1
#define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
#define HAVE_DECL_RLIMIT_NPROC 1
#define HAVE_DECL_RLIMIT_MEMLOCK 1
#define HAVE_EXECINFO_H 1
#define HAVE_BACKTRACE 1
#define HAVE_DECL_MPOL_MF_MOVE 0
#define OMPI_WANT_MEMCHECKER 0
#define OMPI_MEMCHECKER_HAVE_COMPONENT 
#define MCA_memcpy_IMPLEMENTATION_HEADER 
"opal/mca/memcpy/base/memcpy_base_default.h"
#define HAVE_DECL_SBRK 1
#define HAVE_SYSCALL 1
#define HAVE_DLSYM 1
#define OMPI_MEMORY_HAVE_COMPONENT 1
#define PLPA_DEBUG 0
#define PLPA_SYM_PREFIX opal_paffinity_linux_plpa_
#define PLPA_SYM_PREFIX_CAPS OPAL_PAFFINITY_LINUX_PLPA_
#define HAVE_VALGRIND_VALGRIND_H 1
#define PLPA_WANT_VALGRIND_SUPPORT 0
#define PAFFINITY_LINUX_PLPA_VERSION "1.3rc4"
#define MCA_timer_IMPLEMENTATION_HEADER "opal/mca/timer/linux/timer_linux.h"
#define OMPI_GRPCOMM_CNOS_HAVE_BARRIER 0
#define HAVE_STRUCT_SOCKADDR_IN 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_POLL_H 1
#define OMPI_HAVE_CONNECTX_XRC 0
#define OMPI_HAVE_RDMACM 0
#define OMPI_HAVE_IBCM 0
#define HAVE_FCNTL_H 1
#define HAVE_SYS_POLL_H 1
#define OMPI_HAVE_CONNECTX_XRC 0
#define OMPI_HAVE_RDMACM 0
#define OMPI_HAVE_IBCM 0
#define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
#define OMPI_PORTALS_UTCP 1
#define OMPI_PORTALS_CRAYXT3 0
#define OMPI_PORTALS_CRAYXT3_MODEX 0
#define HAVE_STRUCT_SOCKADDR_IN 1
#define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
#define OMPI_PORTALS_UTCP 1
#define OMPI_PORTALS_CRAYXT3 0
#define OMPI_PORTALS_CRAYXT3_MODEX 0
#define MCA_io_romio_USER_CONFIGURE_FLAGS ""
#define MCA_io_romio_COMPLETE_CONFIGURE_FLAGS " CFLAGS='-O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread' CPPFLAGS=' ' 
FFLAGS='' LDFLAGS=' ' --disable-shared --enable-static  
--prefix=/opt/intelsoft/openmpi/openmpi-1.3.2 --with-mpi=open_mpi --disable-aio"
#define OMPI_PROVIDE_MPI_FILE_INTERFACE 1
#define OMPI_PORTALS_HAVE_EVENT_UNLINK 1
#define OMPI_PORTALS_UTCP 1
#define OMPI_PORTALS_CRAYXT3 0
#define OMPI_PORTALS_CRAYXT3_MODEX 0
#define MCA_pml_DIRECT_CALL 0
#define MCA_pml_DIRECT_CALL_COMPONENT 
#define MCA_pml_DIRECT_CALL_HEADER ""
#define MCA_mtl_DIRECT_CALL 0
#define MCA_mtl_DIRECT_CALL_COMPONENT 
#define MCA_mtl_DIRECT_CALL_HEADER ""
#define OMPI_C_HAVE_VISIBILITY 1
#define OMPI_ENABLE_CONTRIB_vt 1
#define STDC_HEADERS 1
#define HAVE_FCNTL_H 1
#define HAVE_STDARG_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_POLL_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_EPOLL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_QUEUE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_TIMERADD 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_VASPRINTF 1
#define HAVE_FCNTL 1
#define HAVE_SETFD 1
#define HAVE_SELECT 1
#define HAVE_POLL 1
#define HAVE_WORKING_POLL 1
#define HAVE_EPOLL_CTL 1
#define HAVE_EPOLL 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define OMPI_WANT_LIBLTDL 1
#define OPAL_HAVE_LTDL_ADVISE 1
#define WRAPPER_EXTRA_CFLAGS "-pthread "
#define WRAPPER_EXTRA_CXXFLAGS "-pthread "
#define WRAPPER_EXTRA_FFLAGS " "
#define WRAPPER_EXTRA_FCFLAGS " "
#define WRAPPER_EXTRA_LDFLAGS "    "
#define WRAPPER_EXTRA_LIBS "  -lnuma -ldl   -Wl,--export-dynamic -lnsl -lutil "
#define OMPI_STDC_HEADERS 1
#define OMPI_HAVE_SYS_TIME_H 1
#define OMPI_HAVE_LONG_LONG 1
#define OMPI_SIZEOF_BOOL 1
#define OMPI_SIZEOF_INT 4

configure: exit 0
Making check in config
make[1]: Entering directory `/usr/local/src/openmpi-1.3.2/config'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/usr/local/src/openmpi-1.3.2/config'
Making check in contrib
make[1]: Entering directory `/usr/local/src/openmpi-1.3.2/contrib'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/usr/local/src/openmpi-1.3.2/contrib'
Making check in opal
make[1]: Entering directory `/usr/local/src/openmpi-1.3.2/opal'
Making check in include
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/include'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/include'
Making check in libltdl
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/libltdl'
make  check-am
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/libltdl'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/libltdl'
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/libltdl'
Making check in asm
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/asm'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/asm'
Making check in etc
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/etc'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/etc'
Making check in event
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/event'
Making check in compat
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/event/compat'
Making check in sys
make[4]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/event/compat/sys'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/event/compat/sys'
make[4]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/event/compat'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/event/compat'
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/event/compat'
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/event'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/event'
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/event'
Making check in util
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/util'
Making check in keyval
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/util/keyval'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/util/keyval'
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/util'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/util'
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/util'
Making check in mca/base
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/mca/base'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/mca/base'
Making check in mca/backtrace
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/mca/backtrace'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/mca/backtrace'
Making check in mca/carto
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/mca/carto'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/mca/carto'
Making check in mca/crs
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/mca/crs'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/mca/crs'
Making check in mca/installdirs
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/mca/installdirs'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/mca/installdirs'
Making check in mca/maffinity
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/mca/maffinity'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/mca/maffinity'
Making check in mca/memchecker
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/mca/memchecker'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/mca/memchecker'
Making check in mca/memcpy
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/mca/memcpy'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/mca/memcpy'
Making check in mca/memory
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/mca/memory'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/mca/memory'
Making check in mca/paffinity
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/mca/paffinity'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/mca/paffinity'
Making check in mca/timer
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/mca/timer'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/mca/timer'
Making check in mca/backtrace/execinfo
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/backtrace/execinfo'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/backtrace/execinfo'
Making check in mca/carto/auto_detect
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/carto/auto_detect'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/carto/auto_detect'
Making check in mca/carto/file
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/mca/carto/file'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/mca/carto/file'
Making check in mca/crs/none
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/mca/crs/none'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/mca/crs/none'
Making check in mca/installdirs/env
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/installdirs/env'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/installdirs/env'
Making check in mca/installdirs/config
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/installdirs/config'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/installdirs/config'
Making check in mca/maffinity/first_use
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/maffinity/first_use'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/maffinity/first_use'
Making check in mca/maffinity/libnuma
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/maffinity/libnuma'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/maffinity/libnuma'
Making check in mca/memory/ptmalloc2
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/memory/ptmalloc2'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/memory/ptmalloc2'
Making check in mca/paffinity/linux
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux'
Making check in plpa
make[3]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux/plpa'
Making check in src
make[4]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux/plpa/src'
Making check in libplpa
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux/plpa/src/libplpa'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux/plpa/src/libplpa'
Making check in plpa-info
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux/plpa/src/plpa-info'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux/plpa/src/plpa-info'
Making check in plpa-taskset
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux/plpa/src/plpa-taskset'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux/plpa/src/plpa-taskset'
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux/plpa/src'
make[5]: Nothing to be done for `check-am'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux/plpa/src'
make[4]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux/plpa/src'
make[4]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux/plpa'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux/plpa'
make[3]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux/plpa'
make[3]: Entering directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux'
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/opal/mca/paffinity/linux'
Making check in mca/timer/linux
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/mca/timer/linux'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/mca/timer/linux'
Making check in .
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal'
Making check in tools/wrappers
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/opal/tools/wrappers'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal/tools/wrappers'
make[1]: Leaving directory `/usr/local/src/openmpi-1.3.2/opal'
Making check in orte
make[1]: Entering directory `/usr/local/src/openmpi-1.3.2/orte'
Making check in include
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/include'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/include'
Making check in mca/errmgr
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/errmgr'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/errmgr'
Making check in mca/ess
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/ess'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/ess'
Making check in mca/filem
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/filem'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/filem'
Making check in mca/grpcomm
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/grpcomm'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/grpcomm'
Making check in mca/iof
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/iof'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/iof'
Making check in mca/notifier
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/notifier'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/notifier'
Making check in mca/odls
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/odls'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/odls'
Making check in mca/oob
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/oob'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/oob'
Making check in mca/plm
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/plm'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/plm'
Making check in mca/ras
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/ras'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/ras'
Making check in mca/rmaps
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/rmaps'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/rmaps'
Making check in mca/rml
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/rml'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/rml'
Making check in mca/routed
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/routed'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/routed'
Making check in mca/snapc
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/snapc'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/snapc'
Making check in mca/errmgr/default
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/orte/mca/errmgr/default'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/orte/mca/errmgr/default'
Making check in mca/ess/env
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/ess/env'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/ess/env'
Making check in mca/ess/hnp
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/ess/hnp'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/ess/hnp'
Making check in mca/ess/singleton
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/orte/mca/ess/singleton'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/ess/singleton'
Making check in mca/ess/slurm
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/ess/slurm'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/ess/slurm'
Making check in mca/ess/tool
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/ess/tool'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/ess/tool'
Making check in mca/filem/rsh
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/filem/rsh'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/filem/rsh'
Making check in mca/grpcomm/bad
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/grpcomm/bad'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/grpcomm/bad'
Making check in mca/grpcomm/basic
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/orte/mca/grpcomm/basic'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/grpcomm/basic'
Making check in mca/iof/hnp
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/iof/hnp'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/iof/hnp'
Making check in mca/iof/orted
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/iof/orted'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/iof/orted'
Making check in mca/iof/tool
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/iof/tool'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/iof/tool'
Making check in mca/notifier/syslog
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/orte/mca/notifier/syslog'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/orte/mca/notifier/syslog'
Making check in mca/odls/default
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/odls/default'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/odls/default'
Making check in mca/oob/tcp
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/oob/tcp'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/oob/tcp'
Making check in mca/plm/rsh
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/plm/rsh'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/plm/rsh'
Making check in mca/plm/slurm
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/plm/slurm'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/plm/slurm'
Making check in mca/ras/slurm
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/ras/slurm'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/ras/slurm'
Making check in mca/rmaps/rank_file
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/orte/mca/rmaps/rank_file'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/orte/mca/rmaps/rank_file'
Making check in mca/rmaps/round_robin
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/orte/mca/rmaps/round_robin'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/orte/mca/rmaps/round_robin'
Making check in mca/rmaps/seq
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/rmaps/seq'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/rmaps/seq'
Making check in mca/rml/oob
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/mca/rml/oob'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/rml/oob'
Making check in mca/routed/binomial
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/orte/mca/routed/binomial'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/orte/mca/routed/binomial'
Making check in mca/routed/direct
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/orte/mca/routed/direct'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/routed/direct'
Making check in mca/routed/linear
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/orte/mca/routed/linear'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/mca/routed/linear'
Making check in etc
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/etc'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/etc'
Making check in .
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte'
Making check in tools/orte-checkpoint
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/orte/tools/orte-checkpoint'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/orte/tools/orte-checkpoint'
Making check in tools/orte-clean
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/tools/orte-clean'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/tools/orte-clean'
Making check in tools/orte-iof
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/tools/orte-iof'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/tools/orte-iof'
Making check in tools/orte-ps
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/tools/orte-ps'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/tools/orte-ps'
Making check in tools/orte-restart
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/orte/tools/orte-restart'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/orte/tools/orte-restart'
Making check in tools/orted
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/tools/orted'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/tools/orted'
Making check in tools/orterun
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/tools/orterun'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/tools/orterun'
Making check in tools/wrappers
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/orte/tools/wrappers'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte/tools/wrappers'
make[1]: Leaving directory `/usr/local/src/openmpi-1.3.2/orte'
Making check in ompi
make[1]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi'
Making check in include
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/include'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/include'
Making check in datatype
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/datatype'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/datatype'
Making check in debuggers
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/debuggers'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/debuggers'
Making check in etc
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/etc'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/etc'
Making check in mpi/c
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/c'
Making check in profile
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/c/profile'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/c/profile'
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/c'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/c'
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/c'
Making check in mca/common
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/common'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/common'
Making check in mca/allocator
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/allocator'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/allocator'
Making check in mca/bml
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/bml'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/bml'
Making check in mca/btl
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/btl'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/btl'
Making check in mca/coll
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll'
Making check in mca/crcp
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/crcp'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/crcp'
Making check in mca/dpm
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/dpm'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/dpm'
Making check in mca/io
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/io'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/io'
Making check in mca/mpool
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/mpool'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/mpool'
Making check in mca/mtl
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/mtl'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/mtl'
Making check in mca/osc
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/osc'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/osc'
Making check in mca/pml
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pml'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pml'
Making check in mca/pubsub
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pubsub'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pubsub'
Making check in mca/rcache
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/rcache'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/rcache'
Making check in mca/topo
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/topo'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/topo'
Making check in mca/common/sm
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/common/sm'
if test -z ""; then \
  rm -f "libmca_common_sm.la"; \
  ln -s "libmca_common_sm_noinst.la" "libmca_common_sm.la"; \
fi
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/common/sm'
Making check in mca/allocator/basic
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/allocator/basic'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/allocator/basic'
Making check in mca/allocator/bucket
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/allocator/bucket'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/allocator/bucket'
Making check in mca/bml/r2
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/bml/r2'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/bml/r2'
Making check in mca/btl/self
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/btl/self'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/btl/self'
Making check in mca/btl/sm
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/btl/sm'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/btl/sm'
Making check in mca/btl/tcp
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/btl/tcp'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/btl/tcp'
Making check in mca/coll/basic
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll/basic'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll/basic'
Making check in mca/coll/hierarch
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/coll/hierarch'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll/hierarch'
Making check in mca/coll/inter
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll/inter'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll/inter'
Making check in mca/coll/self
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll/self'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll/self'
Making check in mca/coll/sm
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll/sm'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll/sm'
Making check in mca/coll/sync
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll/sync'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll/sync'
Making check in mca/coll/tuned
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll/tuned'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/coll/tuned'
Making check in mca/dpm/orte
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/dpm/orte'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/dpm/orte'
Making check in mca/io/romio
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio'
Making check in romio
make[3]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio'
Making check in include
make[4]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/include'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/include'
Making check in adio
make[4]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/adio'
Making check in common
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/adio/common'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/adio/common'
Making check in include
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/adio/include'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/adio/include'
Making check in ad_nfs
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/adio/ad_nfs'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/adio/ad_nfs'
Making check in ad_testfs
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/adio/ad_testfs'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/adio/ad_testfs'
Making check in ad_ufs
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/adio/ad_ufs'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/adio/ad_ufs'
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/adio'
make[5]: Nothing to be done for `check-am'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/adio'
make[4]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/adio'
Making check in mpi-io
make[4]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/mpi-io'
Making check in glue/openmpi
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/mpi-io/glue/openmpi'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/mpi-io/glue/openmpi'
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/mpi-io'
make[5]: Nothing to be done for `check-am'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/mpi-io'
make[4]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio/mpi-io'
make[4]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio'
make[3]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio/romio'
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio'
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/io/romio'
Making check in mca/mpool/fake
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/mpool/fake'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/mpool/fake'
Making check in mca/mpool/rdma
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/mpool/rdma'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/mpool/rdma'
Making check in mca/mpool/sm
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/mpool/sm'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/mpool/sm'
Making check in mca/osc/pt2pt
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/osc/pt2pt'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/osc/pt2pt'
Making check in mca/osc/rdma
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/osc/rdma'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/osc/rdma'
Making check in mca/pml/cm
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pml/cm'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pml/cm'
Making check in mca/pml/csum
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pml/csum'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pml/csum'
Making check in mca/pml/ob1
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pml/ob1'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pml/ob1'
Making check in mca/pml/v
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pml/v'
Making check in mca/vprotocol
make[3]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/pml/v/mca/vprotocol'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/pml/v/mca/vprotocol'
Making check in mca/vprotocol/pessimist
make[3]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/pml/v/mca/vprotocol/pessimist'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/mca/pml/v/mca/vprotocol/pessimist'
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pml/v'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pml/v'
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pml/v'
Making check in mca/pubsub/orte
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pubsub/orte'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/pubsub/orte'
Making check in mca/rcache/vma
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/rcache/vma'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/rcache/vma'
Making check in mca/topo/unity
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mca/topo/unity'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mca/topo/unity'
Making check in .
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi'
Making check in mpi/cxx
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/cxx'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/cxx'
Making check in mpi/f77
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/f77'
Making check in profile
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/f77/profile'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/f77/profile'
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/f77'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/f77'
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/f77'
Making check in mpi/f90
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/f90'
make  check-recursive
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/f90'
Making check in scripts
make[4]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/f90/scripts'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/f90/scripts'
make[4]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/f90'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/f90'
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/f90'
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/mpi/f90'
Making check in contrib/vt
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/contrib/vt'
Making check in vt
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt'
Making check in util
make[4]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/util'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/util'
Making check in extlib
make[4]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib'
Making check in otf
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf'
Making check in otflib
make[6]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/otflib'
make[6]: Nothing to be done for `check'.
make[6]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/otflib'
Making check in tools
make[6]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/tools'
Making check in otfaux
make[7]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/tools/otfaux'
make[7]: Nothing to be done for `check'.
make[7]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/tools/otfaux'
Making check in otfconfig
make[7]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/tools/otfconfig'
make[7]: Nothing to be done for `check'.
make[7]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/tools/otfconfig'
Making check in otfdump
make[7]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/tools/otfdump'
make[7]: Nothing to be done for `check'.
make[7]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/tools/otfdump'
Making check in otfmerge
make[7]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge'
make[7]: Nothing to be done for `check'.
make[7]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/tools/otfmerge'
Making check in otfcompress
make[7]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress'
make[7]: Nothing to be done for `check'.
make[7]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/tools/otfcompress'
make[7]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/tools'
make[7]: Nothing to be done for `check-am'.
make[7]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/tools'
make[6]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/tools'
Making check in docu
make[6]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/docu'
make[6]: Nothing to be done for `check'.
make[6]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf/docu'
make[6]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf'
make[6]: Nothing to be done for `check-am'.
make[6]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf'
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib/otf'
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib'
make[5]: Nothing to be done for `check-am'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib'
make[4]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/extlib'
Making check in vtlib
make[4]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/vtlib'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/vtlib'
Making check in tools
make[4]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools'
Making check in opari
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools/opari'
Making check in tool
make[6]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools/opari/tool'
make[6]: Nothing to be done for `check'.
make[6]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools/opari/tool'
Making check in doc
make[6]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools/opari/doc'
make[6]: Nothing to be done for `check'.
make[6]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools/opari/doc'
make[6]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools/opari'
make[6]: Nothing to be done for `check-am'.
make[6]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools/opari'
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools/opari'
Making check in vtfilter
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools/vtfilter'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools/vtfilter'
Making check in vtunify
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools/vtunify'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools/vtunify'
Making check in compwrap
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools/compwrap'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools/compwrap'
make[5]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools'
make[5]: Nothing to be done for `check-am'.
make[5]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools'
make[4]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/tools'
Making check in doc
make[4]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/doc'
make[4]: Nothing to be done for `check'.
make[4]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt/doc'
make[4]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt'
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/vt'
Making check in wrappers
make[3]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/wrappers'
make[3]: Nothing to be done for `check'.
make[3]: Leaving directory 
`/usr/local/src/openmpi-1.3.2/ompi/contrib/vt/wrappers'
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/contrib/vt'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/contrib/vt'
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/contrib/vt'
Making check in tools/ompi_info
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/tools/ompi_info'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/tools/ompi_info'
Making check in tools/wrappers
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/tools/wrappers'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/tools/wrappers'
Making check in tools/ortetools
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/ompi/tools/ortetools'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/tools/ortetools'
Making check in tools/ompi-server
make[2]: Entering directory 
`/usr/local/src/openmpi-1.3.2/ompi/tools/ompi-server'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi/tools/ompi-server'
make[1]: Leaving directory `/usr/local/src/openmpi-1.3.2/ompi'
Making check in test
make[1]: Entering directory `/usr/local/src/openmpi-1.3.2/test'
Making check in support
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/test/support'
make  libsupport.a
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/test/support'
depbase=`echo components.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
icc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include 
-I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa  
-I../../opal/libltdl -DBUILDDIR=\"/usr/local/src/openmpi-1.3.2\" 
-DSRCDIR=\"/usr/local/src/openmpi-1.3.2\" -I../..    -O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread -fvisibility=hidden 
-MT components.o -MD -MP -MF $depbase.Tpo -c -o components.o components.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo support.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
icc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include 
-I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa  
-I../../opal/libltdl -DBUILDDIR=\"/usr/local/src/openmpi-1.3.2\" 
-DSRCDIR=\"/usr/local/src/openmpi-1.3.2\" -I../..    -O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread -fvisibility=hidden 
-MT support.o -MD -MP -MF $depbase.Tpo -c -o support.o support.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f libsupport.a
ar cru libsupport.a components.o support.o 
ranlib libsupport.a
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/test/support'
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/test/support'
Making check in asm
make[2]: Entering directory `/usr/local/src/openmpi-1.3.2/test/asm'
make  atomic_barrier atomic_barrier_noinline atomic_spinlock 
atomic_spinlock_noinline atomic_math atomic_math_noinline atomic_cmpset 
atomic_cmpset_noinline
make[3]: Entering directory `/usr/local/src/openmpi-1.3.2/test/asm'
depbase=`echo atomic_barrier.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
icc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include 
-I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa   
-I../..    -O3 -DNDEBUG -finline-functions -fno-strict-aliasing -restrict 
-pthread -fvisibility=hidden -MT atomic_barrier.o -MD -MP -MF $depbase.Tpo -c 
-o atomic_barrier.o atomic_barrier.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/sh ../../libtool --tag=CC   --mode=link icc  -O3 -DNDEBUG 
-finline-functions -fno-strict-aliasing -restrict -pthread -fvisibility=hidden  
-export-dynamic   -o atomic_barrier atomic_barrier.o ../../opal/asm/libasm.la 
-lnsl -lutil  
libtool: link: icc -O3 -DNDEBUG -finline-functions -fno-strict-aliasing 
-restrict -pthread -fvisibility=hidden -o atomic_barrier atomic_barrier.o 
-Wl,--export-dynamic  ../../opal/asm/.libs/libasm.a -lnsl -lutil -pthread
ipo: warning #11010: file format not recognized for 
../../opal/asm/.libs/libasm.a, possible linker script
icc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include 
-I../../ompi/include -I../../opal/mca/paffinity/linux/plpa/src/libplpa   
-I../..    -DOMPI_DISABLE_INLINE_ASM -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread -fvisibility=hidden -MT 
atomic_barrier_noinline-atomic_barrier_noinline.o -MD -MP -MF 
.deps/atomic_barrier_noinline-atomic_barrier_noinline.Tpo -c -o 
atomic_barrier_noinline-atomic_barrier_noinline.o `test -f 
'atomic_barrier_noinline.c' || echo './'`atomic_barrier_noinline.c
mv -f .deps/atomic_barrier_noinline-atomic_barrier_noinline.Tpo 
.deps/atomic_barrier_noinline-atomic_barrier_noinline.Po
/bin/sh ../../libtool --tag=CC   --mode=link icc  -DOMPI_DISABLE_INLINE_ASM -O3 
-DNDEBUG -finline-functions -fno-strict-aliasing -restrict -pthread 
-fvisibility=hidden  -export-dynamic   -o atomic_barrier_noinline 
atomic_barrier_noinline-atomic_barrier_noinline.o ../../opal/asm/libasm.la 
-lnsl -lutil  
libtool: link: icc -DOMPI_DISABLE_INLINE_ASM -O3 -DNDEBUG -finline-functions 
-fno-strict-aliasing -restrict -pthread -fvisibility=hidden -o 
atomic_barrier_noinline atomic_barrier_noinline-atomic_barrier_noinline.o 
-Wl,--export-dynamic  ../../opal/asm/.libs/libasm.a -lnsl -lutil -pthread
ipo: warning #11010: file format not recognized for 
../../opal/asm/.libs/libasm.a, possible linker script
atomic_barrier_noinline-atomic_barrier_noinline.o(.text+0x29): In function 
`main':
: undefined reference to `opal_atomic_mb'
atomic_barrier_noinline-atomic_barrier_noinline.o(.text+0x2e): In function 
`main':
: undefined reference to `opal_atomic_rmb'
atomic_barrier_noinline-atomic_barrier_noinline.o(.text+0x33): In function 
`main':
: undefined reference to `opal_atomic_wmb'
make[3]: *** [atomic_barrier_noinline] Error 1
make[3]: Leaving directory `/usr/local/src/openmpi-1.3.2/test/asm'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/usr/local/src/openmpi-1.3.2/test/asm'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/openmpi-1.3.2/test'
make: *** [check-recursive] Error 1

Reply via email to