Open MPI logo

Open MPI User's Mailing List Archives

  |   Home   |   Support   |   FAQ   |   all Open MPI User's mailing list

Subject: [OMPI users] Intel C and Fortran 11 and Open MPI 1.3.2
From: David Robertson (robertson_at_[hidden])
Date: 2009-06-16 09:42:12


I am using the following configure line:

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

once that completes and I execute make it fails very near the beginning
of the make process. It enters opal/asm and throws this error:

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/icczhe98W.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

The thing that is strange is "-xassembler-with-cppF" is nowhere in the
output of make. Furthermore, if I issue make again (without a make
clean) the compilation completes successfully.

However, even after I get Open MPI to compile, 'make check' fails early
with:

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).

Any guidance is appreciated.

Thanks,
Dave

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

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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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_at_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-_at_-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_at_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-_at_-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_at_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-_at_-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_at_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-_at_-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_at_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-_at_-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_at_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-_at_-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_at_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-_at_-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_at_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-_at_-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_at_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-_at_-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_at_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-_at_-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_at_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-_at_-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_at_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-_at_-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_at_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-_at_-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_at_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-_at_-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_at_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-_at_-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_E