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

*** Startup tests
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... icc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether icc accepts -g... yes
checking for icc option to accept ISO C89... none needed
checking how to run the C preprocessor... icc -E
checking for grep that handles long lines and -e... /usr/local_rwth/bin/ggrep
checking for egrep... /usr/local_rwth/bin/ggrep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for a BSD-compatible install... /usr/local_rwth/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local_rwth/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking how to create a ustar tar archive... gnutar
checking dependency style of icc... gcc3
checking whether make supports nested variables... yes

*** Checking versions
checking Open MPI version... 1.8.1
checking Open MPI release date... Apr 22, 2014
checking Open MPI Subversion repository version... r31483
checking Open MPI Run-Time Environment version... 1.8.1
checking Open MPI Run-Time Environment release date... Apr 22, 2014
checking Open MPI Run-Time Environment Subversion repository version... r31483
checking Open SHMEM version... 1.8.1
checking Open SHMEM release date... Apr 22, 2014
checking Open SHMEM Subversion repository version... r31483
checking Open Portable Access Layer version... 1.8.1
checking Open Portable Access Layer release date... Apr 22, 2014
checking Open Portable Access Layer Subversion repository version... r31483
checking for bootstrap Autoconf version... 2.69
checking for bootstrap Automake version... 1.12
checking for boostrap Libtool version... 2.4.2

*** Initialization, setup
configure: builddir: /w0/tmp/pk224850/linuxc2_19755/openmpi-1.8.1_linux64_intel
configure: srcdir: /w0/tmp/pk224850/linuxc2_19755/openmpi-1.8.1_linux64_intel
installing to directory "/opt/MPI/openmpi-1.8.1/linux/intel"

*** OPAL Configuration options
checking if want to run code coverage... no
checking if want to compile with branch probabilities... no
checking if want to debug memory usage... no
checking if want to profile memory usage... no
checking if want developer-level compiler pickyness... no
checking if want developer-level debugging code... no
checking if want to install project-internal header files... yes
checking if want pretty-print stacktrace... yes
checking if want pty support... yes
checking if want weak symbol support... yes
checking if want dlopen support... no
checking if want heterogeneous support... yes
checking if want IPv6 support... no
checking if want package/brand string... Open MPI pk224850@cluster.rz.RWTH-Aachen.DE Distribution
checking if want ident string... 1.8.1
checking if want to use an alternative checksum algo for messages... no
checking maximum length of processor name... 256
checking maximum length of error string... 256
checking maximum length of object name... 64
checking maximum length of info key... 36
checking maximum length of info val... 256
checking maximum length of port name... 1024
checking maximum length of datarep string... 128
checking if want getpwuid support... yes
checking __NetBSD__... no
checking __FreeBSD__... no
checking __OpenBSD__... no
checking __DragonFly__... no
checking __386BSD__... no
checking __bsdi__... no
checking __APPLE__... no
checking __linux__... yes
checking __sun__... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking for struct sockaddr_in... yes
checking if --with-cuda is set... not set (--with-cuda=)
checking for struct CUipcMemHandle_st.reserved... no
checking whether CU_POINTER_ATTRIBUTE_SYNC_MEMOPS is declared... no
checking if have cuda support... no

*** ORTE Configuration options
checking if want full RTE support... yes
checking if want orterun "--prefix" behavior to be enabled by default... yes
checking if want sensors... no
checking if want orte static ports... yes

*** OMPI Configuration options
checking if want compile-time warnings inside of mpi.h... yes
checking if want sparse process groups... no
checking if want peruse support... no
checking if want Fortran MPI bindings... yes (all/default)
checking if want PMPI... yes
checking if want C++ bindings... yes
checking if want MPI::SEEK_SET support... yes
checking if want run-time MPI parameter checking... runtime
checking which 'use mpi_f08' implementation to use... regular (no subarray support)

*** OSHMEM Configuration options
checking if want oshmem... yes
checking if want SGI/Quadrics compatibility mode... yes
checking if want OSHMEM API parameter checking... never
checking if want pshmem_... yes
checking if want to build OSHMEM fortran bindings... yes
checking if want wrapper compiler rpath support... yes

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

*** C compiler and preprocessor
checking for gcc... (cached) icc
checking whether we are using the GNU C compiler... (cached) yes
checking whether icc accepts -g... (cached) yes
checking for icc option to accept ISO C89... (cached) none needed
checking whether icc and cc understand -c and -o together... yes
checking for icc option to accept ISO C99... -std=c99
checking for the C compiler vendor... intel
checking for ANSI C header files... (cached) yes
checking if icc -std=c99 supports -finline-functions... yes
checking if icc -std=c99 supports -fno-strict-aliasing... yes
configure: WARNING:  -fno-strict-aliasing has been added to CFLAGS
checking if icc -std=c99 supports -restrict... yes
configure: WARNING:  -restrict has been added to CFLAGS
checking if icc -std=c99 supports __builtin_expect... yes
checking if icc -std=c99 supports __builtin_prefetch... yes
checking if icc -std=c99 supports __builtin_clz... yes
checking for C optimization flags... -DNDEBUG -O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2 -m64 -finline-functions -fno-strict-aliasing -restrict
checking for Interix environment... no
checking for C ident string support... #pragma ident
checking for int8_t... yes
checking for uint8_t... yes
checking for int16_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for int64_t... yes
checking for uint64_t... yes
checking for int128_t... no
checking for uint128_t... no
checking for long long... yes
checking for __float128... no
checking for long double... yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for float _Complex... yes
checking for double _Complex... yes
checking for long double _Complex... yes
checking for intptr_t... yes
checking for uintptr_t... yes
checking for mode_t... yes
checking for ssize_t... yes
checking for ptrdiff_t... yes
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking size of long double... 16
checking size of float _Complex... 8
checking size of double _Complex... 16
checking size of long double _Complex... 32
checking size of void *... 8
checking size of size_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of wchar_t... 4
checking alignment of _Bool... 1
checking alignment of int8_t... 1
checking alignment of int16_t... 2
checking alignment of int32_t... 4
checking alignment of int64_t... 8
checking alignment of char... 1
checking alignment of short... 2
checking alignment of wchar_t... 4
checking alignment of int... 4
checking alignment of long... 8
checking alignment of long long... 8
checking alignment of float... 4
checking alignment of double... 8
checking alignment of long double... 16
checking alignment of float _Complex... 4
checking alignment of double _Complex... 8
checking alignment of long double _Complex... 16
checking alignment of void *... 8
checking alignment of size_t... 8
checking for C bool type... no
checking size of _Bool... 1
checking for inline... __inline__
checking for C/C++ restrict keyword... __restrict
checking for weak symbol support... yes
checking for functional offsetof macro... yes

*** C++ compiler and preprocessor
checking whether we are using the GNU C++ compiler... yes
checking whether icpc accepts -g... yes
checking dependency style of icpc... gcc3
checking how to run the C++ preprocessor... icpc -E
checking for the C++ compiler vendor... intel
checking if icpc supports -finline-functions... yes
configure: WARNING:  -finline-functions has been added to CXXFLAGS
checking if C and C++ are link compatible... yes
checking for C++ optimization flags... -DNDEBUG -O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2 -m64 -finline-functions
checking size of bool... 1
checking alignment of bool... 1

*** C++ compiler and preprocessor
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether icpc accepts -g... (cached) yes
checking dependency style of icpc... (cached) gcc3
checking how to run the C++ preprocessor... icpc -E
checking if C++ compiler works... yes
checking if icpc supports -finline-functions... yes
configure: WARNING:  -finline-functions has been added to CXXFLAGS
checking if C and C++ are link compatible... (cached) yes
checking for C++ optimization flags... -DNDEBUG -O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2 -m64 -finline-functions
checking size of bool... (cached) 1
checking alignment of bool... (cached) 1
checking if able to build the MPI C++ bindings... yes
checking for the C++ compiler vendor... (cached) intel
checking if want C++ exception handling... yes
checking for throw/catch... yes
checking for compiler exception flags... -fexceptions
checking to see if C compiler likes the exception flags... yes
checking for C++ template_repository_directory... not used
checking for C++ compiler template parameters... none needed
checking for C++ ident string support... #pragma ident
checking if icpc supports __builtin_expect... yes
checking if icpc supports __builtin_prefetch... yes
checking if icpc supports const_cast<> properly... yes

*** Compiler characteristics
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... no
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(deprecated_argument)... no
checking for __attribute__(format)... yes
checking for __attribute__(format_funcptr)... yes
checking for __attribute__(hot)... no
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... no
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(noinline)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(noreturn_funcptr)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(visibility)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking for __attribute__(destructor)... yes
checking for compiler familyid... 2
checking for compiler familyname... INTEL
checking for compiler version... 1173757745
checking for compiler version_str... 1110.20101201

*** Java compiler
checking OSX locations... not found
checking Linux locations... found (/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/include)
checking --with-jdk-bindir value... sanity check ok (/usr/local_rwth/bin)
checking --with-jdk-headers value... sanity check ok (/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/include)
checking for javac... /usr/local_rwth/bin/javac
checking for javah... /usr/local_rwth/bin/javah
checking for jar... /usr/bin/jar
checking jni.h usability... yes
checking jni.h presence... yes
checking for jni.h... yes
checking Java support available... yes

*** Java MPI bindings
checking if want Java bindings... no

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

*** Fortran compiler
checking whether we are using the GNU Fortran compiler... no
checking whether ifort accepts -g... yes
configure: WARNING: Open MPI now ignores the F77 and FFLAGS environment variables; only the FC and FCFLAGS environment variables are used.
checking whether ln -s works... yes
checking if Fortran compiler works... yes
checking for extra arguments to build a shared library... none needed
checking for Fortran flag to compile .f files... none
checking for Fortran flag to compile .f90 files... none
checking to see if Fortran compilers need additional linker flags... none
checking  external symbol convention... single underscore
checking if C and Fortran are link compatible... yes
checking to see if Fortran compiler likes the C++ exception flags... yes
checking to see if mpifort compiler needs additional linker flags... none
checking if Fortran compiler supports CHARACTER... yes
checking size of Fortran CHARACTER... 1
checking for C type corresponding to CHARACTER... char
checking alignment of Fortran CHARACTER... 1
checking for corresponding KIND value of CHARACTER... C_SIGNED_CHAR
checking KIND value of Fortran C_SIGNED_CHAR... 1
checking if Fortran compiler supports LOGICAL... yes
checking size of Fortran LOGICAL... 4
checking for C type corresponding to LOGICAL... int
checking alignment of Fortran LOGICAL... 1
checking for corresponding KIND value of LOGICAL... C_INT
checking KIND value of Fortran C_INT... 4
checking if Fortran compiler supports LOGICAL*1... yes
checking size of Fortran LOGICAL*1... 1
checking for C type corresponding to LOGICAL*1... char
checking alignment of Fortran LOGICAL*1... 1
checking for corresponding KIND value of LOGICAL*1... C_SIGNED_CHAR
checking KIND value of Fortran C_SIGNED_CHAR... (cached) 1
checking if Fortran compiler supports LOGICAL*2... yes
checking size of Fortran LOGICAL*2... 2
checking for C type corresponding to LOGICAL*2... short
checking alignment of Fortran LOGICAL*2... 1
checking for corresponding KIND value of LOGICAL*2... C_SHORT
checking KIND value of Fortran C_SHORT... 2
checking if Fortran compiler supports LOGICAL*4... yes
checking size of Fortran LOGICAL*4... 4
checking for C type corresponding to LOGICAL*4... int
checking alignment of Fortran LOGICAL*4... 1
checking for corresponding KIND value of LOGICAL*4... C_INT
checking KIND value of Fortran C_INT... (cached) 4
checking if Fortran compiler supports LOGICAL*8... yes
checking size of Fortran LOGICAL*8... 8
checking for C type corresponding to LOGICAL*8... long long
checking alignment of Fortran LOGICAL*8... 1
checking for corresponding KIND value of LOGICAL*8... C_LONG_LONG
checking KIND value of Fortran C_LONG_LONG... 8
checking if Fortran compiler supports INTEGER... yes
checking size of Fortran INTEGER... 4
checking for C type corresponding to INTEGER... int
checking alignment of Fortran INTEGER... 1
checking for corresponding KIND value of INTEGER... C_INT
checking KIND value of Fortran C_INT... (cached) 4
checking if Fortran compiler supports INTEGER*1... yes
checking size of Fortran INTEGER*1... 1
checking for C type corresponding to INTEGER*1... char
checking alignment of Fortran INTEGER*1... 1
checking for corresponding KIND value of INTEGER*1... C_SIGNED_CHAR
checking KIND value of Fortran C_SIGNED_CHAR... (cached) 1
checking if Fortran compiler supports INTEGER*2... yes
checking size of Fortran INTEGER*2... 2
checking for C type corresponding to INTEGER*2... short
checking alignment of Fortran INTEGER*2... 1
checking for corresponding KIND value of INTEGER*2... C_SHORT
checking KIND value of Fortran C_SHORT... (cached) 2
checking if Fortran compiler supports INTEGER*4... yes
checking size of Fortran INTEGER*4... 4
checking for C type corresponding to INTEGER*4... int
checking alignment of Fortran INTEGER*4... 1
checking for corresponding KIND value of INTEGER*4... C_INT
checking KIND value of Fortran C_INT... (cached) 4
checking if Fortran compiler supports INTEGER*8... yes
checking size of Fortran INTEGER*8... 8
checking for C type corresponding to INTEGER*8... long long
checking alignment of Fortran INTEGER*8... 1
checking for corresponding KIND value of INTEGER*8... C_LONG_LONG
checking KIND value of Fortran C_LONG_LONG... (cached) 8
checking if Fortran compiler supports INTEGER*16... no
checking if Fortran compiler supports REAL... yes
checking size of Fortran REAL... 4
checking for C type corresponding to REAL... float
checking alignment of Fortran REAL... 1
checking for corresponding KIND value of REAL... C_FLOAT
checking KIND value of Fortran C_FLOAT... 4
checking if Fortran compiler supports REAL*2... no
checking if Fortran compiler supports REAL*4... yes
checking size of Fortran REAL*4... 4
checking for C type corresponding to REAL*4... float
checking alignment of Fortran REAL*4... 1
checking for corresponding KIND value of REAL*4... C_FLOAT
checking KIND value of Fortran C_FLOAT... (cached) 4
checking if Fortran compiler supports REAL*8... yes
checking size of Fortran REAL*8... 8
checking for C type corresponding to REAL*8... double
checking alignment of Fortran REAL*8... 1
checking for corresponding KIND value of REAL*8... C_DOUBLE
checking KIND value of Fortran C_DOUBLE... 8
checking if Fortran compiler supports REAL*16... yes
checking size of Fortran REAL*16... 16
checking for C type corresponding to REAL*16... long double
checking alignment of Fortran REAL*16... 1
checking for corresponding KIND value of REAL*16... C_LONG_DOUBLE
checking KIND value of Fortran C_LONG_DOUBLE... 16
checking for C type matching bit representation of REAL*16... pending
checking if long double == REAL*16... no
checking if intel compiler _Quad == REAL*16... works!
checking for C type matching bit representation of REAL*16... yes
checking if Fortran compiler supports DOUBLE PRECISION... yes
checking size of Fortran DOUBLE PRECISION... 8
checking for C type corresponding to DOUBLE PRECISION... double
checking alignment of Fortran DOUBLE PRECISION... 1
checking for corresponding KIND value of DOUBLE PRECISION... C_DOUBLE
checking KIND value of Fortran C_DOUBLE... (cached) 8
checking if Fortran compiler supports COMPLEX... yes
checking size of Fortran COMPLEX... 8
checking for C type corresponding to COMPLEX... float _Complex
checking alignment of Fortran COMPLEX... 1
checking for corresponding KIND value of COMPLEX... C_FLOAT_COMPLEX
checking KIND value of Fortran C_FLOAT_COMPLEX... 4
checking if Fortran compiler supports COMPLEX*4... no
checking if Fortran compiler supports COMPLEX*8... yes
checking size of Fortran COMPLEX*8... 8
checking for C type corresponding to COMPLEX*8... float _Complex
checking alignment of Fortran COMPLEX*8... 1
checking for corresponding KIND value of COMPLEX*8... C_FLOAT_COMPLEX
checking KIND value of Fortran C_FLOAT_COMPLEX... (cached) 4
checking if Fortran compiler supports COMPLEX*16... yes
checking size of Fortran COMPLEX*16... 16
checking for C type corresponding to COMPLEX*16... double _Complex
checking alignment of Fortran COMPLEX*16... 1
checking for corresponding KIND value of COMPLEX*16... C_DOUBLE_COMPLEX
checking KIND value of Fortran C_DOUBLE_COMPLEX... 8
checking if Fortran compiler supports COMPLEX*32... yes
checking size of Fortran COMPLEX*32... 32
checking for C type corresponding to COMPLEX*32... long double _Complex
checking alignment of Fortran COMPLEX*32... 1
checking for corresponding KIND value of COMPLEX*32... C_LONG_DOUBLE_COMPLEX
checking KIND value of Fortran C_LONG_DOUBLE_COMPLEX... 16
checking if Fortran compiler supports DOUBLE COMPLEX... yes
checking size of Fortran DOUBLE COMPLEX... 16
checking for C type corresponding to DOUBLE COMPLEX... double _Complex
checking alignment of Fortran DOUBLE COMPLEX... 1
checking for corresponding KIND value of DOUBLE COMPLEX... C_DOUBLE_COMPLEX
checking KIND value of Fortran C_DOUBLE_COMPLEX... (cached) 8
checking for max Fortran MPI handle index... 2147483647
checking Fortran value for .TRUE. logical type... -1
checking for correct handling of Fortran logical arrays... yes
checking for the value of MPI_STATUS_SIZE... 6 Fortran INTEGERs
checking KIND value of Fortran C_INT16_T... 2
checking KIND value of Fortran C_INT32_T... 4
checking KIND value of Fortran C_INT64_T... 8
checking if building Fortran mpif.h bindings... yes
checking for Fortran compiler module include flag... -I
checking Fortran compiler ignore TKR syntax... not cached; checking variants
checking for Fortran compiler support of TYPE(*), DIMENSION(*)... no
checking for Fortran compiler support of !DEC$ ATTRIBUTES NO_ARG_CHECK... yes
checking Fortran compiler ignore TKR syntax... 1:real, dimension(*):!DEC$ ATTRIBUTES NO_ARG_CHECK ::
checking if building Fortran 'use mpi' bindings... yes
checking if Fortran compiler supports ISO_C_BINDING... yes
checking if Fortran compiler supports SUBROUTINE BIND(C)... yes
checking if Fortran compiler supports TYPE, BIND(C)... yes
checking if Fortran compiler supports TYPE(type), BIND(C, NAME="name")... yes
checking if Fortran compiler supports optional arguments... yes
checking if Fortran compiler supports PRIVATE... yes
checking if Fortran compiler supports PROTECTED... yes
checking if Fortran compiler supports ABSTRACT... yes
checking if Fortran compiler supports ASYNCHRONOUS... yes
checking if Fortran compiler supports PROCEDURE... yes
checking for ticket 4157 issues... happy
checking size of Fortran type(test_mpi_handle)... 4
checking Fortran compiler F08 assumed rank syntax... not cached; checking
checking for Fortran compiler support of TYPE(*), DIMENSION(..)... no
checking Fortran compiler F08 assumed rank syntax... no
checking which mpi_f08 implementation to build... "good" compiler, no array subsections
checking if building Fortran 'use mpi_f08' bindings... yes

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

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

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

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

============================================================================
== Modular Component Architecture (MCA) setup
============================================================================
checking for subdir args...  '--with-verbs' '--with-lsf' '--with-devel-headers' '--enable-contrib-no-build=vt' '--enable-heterogeneous' '--enable-cxx-exceptions' '--enable-orterun-prefix-by-default' '--disable-dlopen' '--disable-mca-dso' '--with-io-romio-flags=--with-file-system=testfs+ufs+nfs+lustre' '--enable-mpi-ext' 'CFLAGS=-O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2   -m64  ' 'CXXFLAGS=-O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2   -m64  ' 'FFLAGS=-O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2   -m64  ' 'FCFLAGS=-O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2   -m64  ' 'LDFLAGS=-O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2   -m64  ' '--prefix=/opt/MPI/openmpi-1.8.1/linux/intel' '--mandir=/opt/MPI/openmpi-1.8.1/linux/intel/man' '--bindir=/opt/MPI/openmpi-1.8.1/linux/intel/bin' '--libdir=/opt/MPI/openmpi-1.8.1/linux/intel/lib' '--includedir=/opt/MPI/openmpi-1.8.1/linux/intel/include' '--datarootdir=/opt/MPI/openmpi-1.8.1/linux/intel/share' 'CC=icc' 'CXX=icpc' 'FC=ifort'
checking --with-verbs value... simple ok (unspecified)
checking --with-verbs-libdir value... simple ok (unspecified)
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
 
==> Pre-emptively configuring the hwloc framework to satisfy dependencies.
checking whether to enable hwloc PCI device support... yes (default)

+++ Configuring MCA framework hwloc
checking for no configure components in framework hwloc... 
checking for m4 configure components in framework hwloc... hwloc172, external

--- MCA component hwloc:external (m4 configuration macro, priority 90)
checking for MCA component hwloc:external compile mode... static
checking if MCA component hwloc:external can compile... no

--- MCA component hwloc:hwloc172 (m4 configuration macro, priority 75)
checking for MCA component hwloc:hwloc172 compile mode... static
checking hwloc building mode... embedded
configure: hwloc builddir: /w0/tmp/pk224850/linuxc2_19755/openmpi-1.8.1_linux64_intel/opal/mca/hwloc/hwloc172/hwloc
configure: hwloc srcdir: /w0/tmp/pk224850/linuxc2_19755/openmpi-1.8.1_linux64_intel/opal/mca/hwloc/hwloc172/hwloc
checking if want hwloc maintainer support... disabled (embedded mode)
checking for hwloc directory prefix... opal/mca/hwloc/hwloc172/hwloc/
checking for hwloc symbol prefix... opal_hwloc172_
checking size of void *... (cached) 8
checking which OS support to include... Linux
checking which CPU support to include... x86_64
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for the C compiler vendor... intel
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... no
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... no
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... no
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking if icc -std=c99 supports -fvisibility=hidden... yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
checking whether the C compiler rejects function calls with too many arguments... yes
checking whether the C compiler rejects function calls with too few arguments... yes
checking for unistd.h... (cached) yes
checking for dirent.h... (cached) yes
checking for strings.h... (cached) yes
checking for strncasecmp... yes
checking whether function strncasecmp is declared... yes
checking for strftime... yes
checking for setlocale... yes
checking for stdint.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for KAFFINITY... no
checking for PROCESSOR_CACHE_TYPE... no
checking for CACHE_DESCRIPTOR... no
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
checking for RelationProcessorPackage... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
checking for GROUP_AFFINITY... no
checking for PROCESSOR_RELATIONSHIP... no
checking for NUMA_NODE_RELATIONSHIP... no
checking for CACHE_RELATIONSHIP... no
checking for PROCESSOR_GROUP_INFO... no
checking for GROUP_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
checking for PSAPI_WORKING_SET_EX_BLOCK... no
checking for PSAPI_WORKING_SET_EX_INFORMATION... no
checking for main in -lgdi32... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking whether fabsf is declared... yes
checking for fabsf in -lm... yes
checking picl.h usability... no
checking picl.h presence... no
checking for picl.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_PAGESIZE is declared... yes
checking whether _SC_PAGE_SIZE is declared... yes
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking for sys/param.h... (cached) yes
checking for sys/sysctl.h... (cached) yes
checking whether CTL_HW is declared... no
checking whether HW_NCPU is declared... no
checking whether strtoull is declared... yes
checking for sysctl... yes
checking for sysctlbyname... no
checking for pthread_t... yes
checking whether function sched_setaffinity is declared... yes
checking for old prototype of sched_setaffinity... no
checking for working CPU_SET... yes
checking for working CPU_SET_S... yes
checking for working _syscall3... no
checking for KERRIGHED... no
checking for lib... no
checking for bash... /bin/sh
checking for ffs... yes
checking whether function ffs is declared... yes
checking for ffsl... yes
checking whether function ffsl is declared... yes
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking for malloc.h... (cached) yes
checking for getpagesize... yes
checking for memalign... yes
checking for posix_memalign... (cached) yes
checking for sys/utsname.h... (cached) yes
checking for uname... yes
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking whether pthread_setaffinity_np is declared... yes
checking whether pthread_getaffinity_np is declared... yes
checking for sched_setaffinity... yes
checking for sys/cpuset.h... no
checking for cpuset_setaffinity... no
checking for library containing pthread_getthrds_np... no
checking for cpuset_setid... no
checking numaif.h usability... yes
checking numaif.h presence... yes
checking for numaif.h... yes
checking for numa_available in -lnuma... yes
checking for set_mempolicy in -lnuma... yes
checking for mbind in -lnuma... yes
checking for migrate_pages in -lnuma... yes
checking for PCIACCESS... no
checking for PCIUTILS... yes
checking for pci_cleanup... yes
checking for final PCIUTILS support... yes
checking CL/cl_ext.h usability... no
checking CL/cl_ext.h presence... no
checking for CL/cl_ext.h... no
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking cuda_runtime_api.h usability... no
checking cuda_runtime_api.h presence... no
checking for cuda_runtime_api.h... no
checking nvml.h usability... no
checking nvml.h presence... no
checking for nvml.h... no
checking X11/Xlib.h usability... yes
checking X11/Xlib.h presence... yes
checking for X11/Xlib.h... yes
checking for XOpenDisplay in -lX11... yes
checking NVCtrl/NVCtrl.h usability... no
checking NVCtrl/NVCtrl.h presence... no
checking for NVCtrl/NVCtrl.h... no
checking for cpuid... yes
checking for pthread_mutex_lock... yes
checking if plugin support is enabled... no
checking components to build statically...  noos xml synthetic custom xml_nolibxml linux x86
checking components to build as plugins... 
checking whether hwloc configure succeeded... yes
checking infiniband/verbs.h usability... yes
checking infiniband/verbs.h presence... yes
checking for infiniband/verbs.h... yes
checking if MCA component hwloc:hwloc172 can compile... yes
 
checking for winning hwloc component header file... opal/mca/hwloc/hwloc172/hwloc172.h
 
<== Pre-emptive hwloc framework configuration complete.
<== We now return you to your regularly scheduled programming.
 
checking which components should be disabled... 
checking which components should be direct-linked into the library... 
checking which components should be run-time loadable... none
checking which components should be static... all
checking for projects containing MCA frameworks... opal, orte, ompi, oshmem

*** Configuring MCA for opal
checking for frameworks for opal... common, backtrace, compress, crs, db, event, hwloc, if, installdirs, memchecker, memcpy, memory, pstat, sec, shmem, timer

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

--- MCA component common:pmi (m4 configuration macro)
checking for MCA component common:pmi compile mode... static
checking if user requested PMI support... no
checking if MCA component common:pmi can compile... no

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

--- MCA component backtrace:printstack (m4 configuration macro, priority 30)
checking for MCA component backtrace:printstack compile mode... static
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking for printstack... no
checking if MCA component backtrace:printstack can compile... no

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

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

+++ Configuring MCA framework compress
checking for no configure components in framework compress... gzip, bzip
checking for m4 configure components in framework compress... 

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

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

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

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

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

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

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

+++ Configuring MCA framework db
checking for no configure components in framework db... print, hash
checking for m4 configure components in framework db... pmi, sqlite

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

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

--- MCA component db:pmi (m4 configuration macro)
checking for MCA component db:pmi compile mode... static
checking if user requested PMI support... no
checking if MCA component db:pmi can compile... no

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

+++ Configuring MCA framework event
checking for no configure components in framework event... 
checking for m4 configure components in framework event... libevent2021, external

--- MCA component event:external (m4 configuration macro, priority 90)
checking for MCA component event:external compile mode... static
checking if MCA component event:external can compile... no

--- MCA component event:libevent2021 (m4 configuration macro, priority 80)
checking for MCA component event:libevent2021 compile mode... static
checking libevent configuration args... --disable-dns --disable-http --disable-rpc --disable-openssl --enable-thread-support --disable-evport
configure: OMPI configuring in opal/mca/event/libevent2021/libevent
configure: running /bin/sh './configure' --disable-dns --disable-http --disable-rpc --disable-openssl --enable-thread-support --disable-evport  '--with-verbs' '--with-lsf' '--with-devel-headers' '--enable-contrib-no-build=vt' '--enable-heterogeneous' '--enable-cxx-exceptions' '--enable-orterun-prefix-by-default' '--disable-dlopen' '--disable-mca-dso' '--with-io-romio-flags=--with-file-system=testfs+ufs+nfs+lustre' '--enable-mpi-ext' 'CFLAGS=-O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2   -m64  ' 'CXXFLAGS=-O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2   -m64  ' 'FFLAGS=-O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2   -m64  ' 'FCFLAGS=-O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2   -m64  ' 'LDFLAGS=-O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2   -m64  ' '--prefix=/opt/MPI/openmpi-1.8.1/linux/intel' '--mandir=/opt/MPI/openmpi-1.8.1/linux/intel/man' '--bindir=/opt/MPI/openmpi-1.8.1/linux/intel/bin' '--libdir=/opt/MPI/openmpi-1.8.1/linux/intel/lib' '--includedir=/opt/MPI/openmpi-1.8.1/linux/intel/include' '--datarootdir=/opt/MPI/openmpi-1.8.1/linux/intel/share' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=. --disable-option-checking
checking for a BSD-compatible install... /usr/local_rwth/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local_rwth/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... icc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether icc accepts -g... yes
checking for icc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of icc... gcc3
checking whether icc and cc understand -c and -o together... yes
checking for a sed that does not truncate output... /usr/local_rwth/bin/gsed
checking whether ln -s works... yes
checking how to run the C preprocessor... icc -E
checking for grep that handles long lines and -e... /usr/local_rwth/bin/ggrep
checking for egrep... /usr/local_rwth/bin/ggrep -E
checking whether icc needs -traditional... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/local_rwth/bin/gsed
checking for fgrep... /usr/local_rwth/bin/ggrep -F
checking for ld used by icc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from icc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if icc supports -fno-rtti -fno-exceptions... yes
checking for icc option to produce PIC... -fPIC -DPIC
checking if icc PIC flag -fPIC -DPIC works... yes
checking if icc static flag -static works... yes
checking if icc supports -c -o file.o... yes
checking if icc supports -c -o file.o... (cached) yes
checking whether the icc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for library containing inet_ntoa... none required
checking for library containing socket... none required
checking for library containing inet_aton... none required
checking for library containing clock_gettime... -lrt
checking for library containing sendfile... none required
checking for WIN32... no
checking for CYGWIN... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for library containing inflateEnd... -lz
checking openssl/bio.h usability... yes
checking openssl/bio.h presence... yes
checking for openssl/bio.h... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking for unistd.h... (cached) yes
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/queue.h usability... yes
checking sys/queue.h presence... yes
checking for sys/queue.h... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking port.h usability... no
checking port.h presence... no
checking for port.h... no
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in6.h usability... no
checking netinet/in6.h presence... no
checking for netinet/in6.h... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/sysctl.h... yes
checking for TAILQ_FOREACH in sys/queue.h... yes
checking for timeradd in sys/time.h... yes
checking for timercmp in sys/time.h... yes
checking for timerclear in sys/time.h... yes
checking for timerisset in sys/time.h... yes
checking whether CTL_KERN is declared... yes
checking whether KERN_RANDOM is declared... yes
checking whether RANDOM_UUID is declared... yes
checking whether KERN_ARND is declared... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking for gettimeofday... yes
checking for vasprintf... yes
checking for fcntl... yes
checking for clock_gettime... yes
checking for strtok_r... yes
checking for strsep... yes
checking for getnameinfo... yes
checking for strlcpy... no
checking for inet_ntop... yes
checking for inet_pton... yes
checking for signal... yes
checking for sigaction... yes
checking for strtoll... yes
checking for inet_aton... yes
checking for pipe... yes
checking for eventfd... yes
checking for sendfile... yes
checking for mmap... yes
checking for splice... yes
checking for arc4random... no
checking for arc4random_buf... no
checking for issetugid... no
checking for geteuid... yes
checking for getegid... yes
checking for getprotobynumber... yes
checking for setenv... yes
checking for unsetenv... yes
checking for putenv... yes
checking for sysctl... yes
checking for umask... yes
checking for getaddrinfo... yes
checking size of long... 8
checking for F_SETFD in fcntl.h... yes
checking for select... yes
checking for select support... yes
checking for poll... yes
checking for poll support... yes
checking for /dev/poll support... no
checking for epoll support... checking for epoll_ctl... yes
yes
checking for working epoll library interface... no
no
checking for working epoll system call... no
checking for epoll syscall support... no
checking for evport support... no
checking event_ops... yes
checking for working ops... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uint64_t... yes
checking for uint32_t... yes
checking for uint16_t... yes
checking for uint8_t... yes
checking for uintptr_t... yes
checking for fd_mask... yes
checking size of long long... 8
checking size of long... (cached) 8
checking size of int... 4
checking size of short... 2
checking size of size_t... 8
checking size of void *... 8
checking for struct in6_addr... yes
checking for struct sockaddr_in6... yes
checking for sa_family_t... yes
checking for struct addrinfo... yes
checking for struct sockaddr_storage... yes
checking for struct in6_addr.s6_addr32... yes
checking for struct in6_addr.s6_addr16... yes
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_in6.sin6_len... no
checking for struct sockaddr_storage.ss_family... yes
checking for struct sockaddr_storage.__ss_family... no
checking for socklen_t... yes
checking whether our compiler supports __func__... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking size of pthread_t... 8
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libevent.pc
config.status: creating libevent_openssl.pc
config.status: creating libevent_pthreads.pc
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: /bin/sh './configure' succeeded for opal/mca/event/libevent2021/libevent
checking if MCA component event:libevent2021 can compile... yes
 
checking if have working event ops for the event framework... yes
checking for winning event component header file... libevent2021/libevent2021.h

+++ Configuring MCA framework if
checking for no configure components in framework if... 
checking for m4 configure components in framework if... solaris_ipv6, bsdx_ipv4, bsdx_ipv6, posix_ipv4, linux_ipv6

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

--- MCA component if:bsdx_ipv4 (m4 configuration macro)
checking for MCA component if:bsdx_ipv4 compile mode... static
checking struct sockaddr... yes (cached)
checking NetBSD, FreeBSD, OpenBSD, or DragonFly... no
checking if MCA component if:bsdx_ipv4 can compile... no

--- MCA component if:bsdx_ipv6 (m4 configuration macro)
checking for MCA component if:bsdx_ipv6 compile mode... static
checking struct sockaddr... yes (cached)
checking some flavor of BSD... no
checking if MCA component if:bsdx_ipv6 can compile... no

--- MCA component if:posix_ipv4 (m4 configuration macro)
checking for MCA component if:posix_ipv4 compile mode... static
checking struct sockaddr... yes (cached)
checking not NetBSD, FreeBSD, OpenBSD, or DragonFly... yes
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_mtu... yes
checking if MCA component if:posix_ipv4 can compile... yes

--- MCA component if:linux_ipv6 (m4 configuration macro)
checking for MCA component if:linux_ipv6 compile mode... static
checking if we are on Linux with TCP... yes
checking if MCA component if:linux_ipv6 can compile... yes

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

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

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

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

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

--- MCA component memchecker:valgrind (m4 configuration macro, priority 10)
checking for MCA component memchecker:valgrind compile mode... static
checking --with-valgrind value... simple ok (unspecified)
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
configure: WARNING: valgrind.h not found
configure: WARNING: Cannot compile this component
checking if MCA component memchecker:valgrind can compile... no

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

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

--- MCA component memory:linux (m4 configuration macro, priority 40)
checking for MCA component memory:linux compile mode... static
checking operating system... x86_64-unknown-linux-gnu -- supported
checking for malloc.h... (cached) yes
checking whether __malloc_initialize_hook is declared... yes
checking whether sbrk is declared... yes
checking syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
checking for syscall... yes
checking for __munmap... no
checking for __mmap... no
checking for dlsym in -ldl... yes
checking for dlsym... yes
checking linux/ummunotify.h usability... no
checking linux/ummunotify.h presence... no
checking for linux/ummunotify.h... no
checking for stropts.h... (cached) no
checking if MCA component memory:linux can compile... yes

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

+++ Configuring MCA framework pstat
checking for no configure components in framework pstat... 
checking for m4 configure components in framework pstat... test, linux

--- MCA component pstat:linux (m4 configuration macro, priority 60)
checking for MCA component pstat:linux compile mode... static
checking whether HZ is declared... yes
checking if MCA component pstat:linux can compile... yes

--- MCA component pstat:test (m4 configuration macro, priority 10)
checking for MCA component pstat:test compile mode... static
checking if MCA component pstat:test can compile... no

+++ Configuring MCA framework sec
checking for no configure components in framework sec... basic
checking for m4 configure components in framework sec... keystone

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

--- MCA component sec:keystone (m4 configuration macro)
checking for MCA component sec:keystone compile mode... static
checking want keystone security... no
checking if MCA component sec:keystone can compile... no

+++ Configuring MCA framework shmem
checking for no configure components in framework shmem... 
checking for m4 configure components in framework shmem... mmap, posix, sysv

--- MCA component shmem:mmap (m4 configuration macro)
checking for MCA component shmem:mmap compile mode... static
checking if want mmap shared memory support... yes
checking for library containing mmap... none required
checking if MCA component shmem:mmap can compile... yes

--- MCA component shmem:posix (m4 configuration macro)
checking for MCA component shmem:posix compile mode... static
checking if want POSIX shared memory support... yes
checking for library containing shm_open... -lrt
checking if MCA component shmem:posix can compile... yes

--- MCA component shmem:sysv (m4 configuration macro)
checking for MCA component shmem:sysv compile mode... static
checking if want SYSV shared memory support... yes
checking for shmget... yes
checking if MCA component shmem:sysv can compile... yes

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

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

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

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

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

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

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

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

+++ Configuring MCA framework dfs
checking for no configure components in framework dfs... test, app, orted
checking for m4 configure components in framework dfs... 

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

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

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

+++ Configuring MCA framework errmgr
checking for no configure components in framework errmgr... default_tool, default_hnp, default_orted, default_app
checking for m4 configure components in framework errmgr... 

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

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

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

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

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

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

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

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

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

--- MCA component ess:pmi (m4 configuration macro)
checking for MCA component ess:pmi compile mode... static
checking if user requested PMI support... no
checking if MCA component ess:pmi can compile... no

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

--- MCA component ess:alps (m4 configuration macro)
checking for MCA component ess:alps compile mode... static
checking for catamount/cnos_mpi_os.h... no
checking for cnos_mpi_os.h... no
checking --with-alps value... simple ok (unspecified)
checking if MCA component ess:alps can compile... no

--- MCA component ess:lsf (m4 configuration macro)
checking for MCA component ess:lsf compile mode... static
checking --with-lsf value... simple ok (unspecified)
checking --with-lsf-libdir value... simple ok (unspecified)
checking for LSF dir... /opt/lsf/9.1 (from $LSF_INCLUDEDIR)
checking for LSF library dir... /opt/lsf/9.1/linux2.6-glibc2.3-x86_64/lib (from $LSF_LIBDIR)
checking lsf/lsbatch.h usability... yes
checking lsf/lsbatch.h presence... yes
checking for lsf/lsbatch.h... yes
checking for lsb_launch in -lbat... yes
checking if MCA component ess:lsf can compile... yes

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

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

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

+++ Configuring MCA framework grpcomm
checking for no configure components in framework grpcomm... bad
checking for m4 configure components in framework grpcomm... pmi

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

--- MCA component grpcomm:pmi (m4 configuration macro)
checking for MCA component grpcomm:pmi compile mode... static
checking if user requested PMI support... no
checking if MCA component grpcomm:pmi can compile... no

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--- MCA component plm:lsf (m4 configuration macro)
checking for MCA component plm:lsf compile mode... static
checking --with-lsf value... simple ok (unspecified)
checking --with-lsf-libdir value... simple ok (unspecified)
checking for LSF dir... /opt/lsf/9.1 (from $LSF_INCLUDEDIR)
checking for LSF library dir... /opt/lsf/9.1/linux2.6-glibc2.3-x86_64/lib (from $LSF_LIBDIR)
checking lsf/lsbatch.h usability... yes
checking lsf/lsbatch.h presence... yes
checking for lsf/lsbatch.h... yes
checking for lsb_launch in -lbat... yes
checking if MCA component plm:lsf can compile... yes

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

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

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

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

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

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

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

--- MCA component ras:lsf (m4 configuration macro)
checking for MCA component ras:lsf compile mode... static
checking --with-lsf value... simple ok (unspecified)
checking --with-lsf-libdir value... simple ok (unspecified)
checking for LSF dir... /opt/lsf/9.1 (from $LSF_INCLUDEDIR)
checking for LSF library dir... /opt/lsf/9.1/linux2.6-glibc2.3-x86_64/lib (from $LSF_LIBDIR)
checking lsf/lsbatch.h usability... yes
checking lsf/lsbatch.h presence... yes
checking for lsf/lsbatch.h... yes
checking for lsb_launch in -lbat... yes
checking if MCA component ras:lsf can compile... yes

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

+++ Configuring MCA framework rmaps
checking for no configure components in framework rmaps... resilient, seq, round_robin, ppr, staged
checking for m4 configure components in framework rmaps... mindist, lama, rank_file

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

+++ Configuring MCA framework sensor
checking for no configure components in framework sensor... 
checking for m4 configure components in framework sensor... resusage, file, heartbeat, ft_tester

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

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

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

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

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

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

+++ Configuring MCA framework sstore
checking for no configure components in framework sstore... 
checking for m4 configure components in framework sstore... stage, central

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

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

+++ Configuring MCA framework state
checking for no configure components in framework state... app, staged_orted, staged_hnp, tool, hnp, orted, novm
checking for m4 configure components in framework state... 

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

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

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

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

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

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

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

*** Configuring MCA for ompi
checking for frameworks for ompi... common, allocator, bcol, bml, btl, coll, crcp, dpm, fbtl, fcoll, fs, io, mpool, mtl, op, osc, pml, pubsub, rcache, rte, sbgp, sharedfp, topo, vprotocol

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

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

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

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

--- MCA component common:verbs (m4 configuration macro)
checking for MCA component common:verbs compile mode... static
checking if want to add padding to the openib BTL control header... no
checking for fcntl.h... (cached) yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking infiniband/verbs.h usability... yes
checking infiniband/verbs.h presence... yes
checking for infiniband/verbs.h... yes
looking for library without search path
checking for ibv_open_device in -libverbs... yes
checking number of arguments to ibv_create_cq... 5
checking whether IBV_EVENT_CLIENT_REREGISTER is declared... yes
checking whether IBV_ACCESS_SO is declared... no
checking whether IBV_TRANSPORT_USNIC is declared... no
checking whether IBV_TRANSPORT_USNIC_UDP is declared... no
checking whether IBV_NODE_USNIC is declared... no
checking for ibv_get_device_list... yes
checking for ibv_resize_cq... yes
checking for struct ibv_device.transport_type... yes
checking for ibv_create_xrc_rcv_qp... no
checking infiniband/complib/cl_types_osd.h usability... yes
checking infiniband/complib/cl_types_osd.h presence... yes
checking for infiniband/complib/cl_types_osd.h... yes
checking for cl_map_init in -losmcomp... yes
checking if can use dynamic SL support... yes
checking whether IBV_LINK_LAYER_ETHERNET is declared... yes
checking if RDMAoE support is enabled... yes
checking for infiniband/driver.h... yes
checking if ConnectX XRC support is enabled... no
checking if dynamic SL is enabled... yes
checking if MCA component common:verbs can compile... yes

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

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

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

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

+++ Configuring MCA framework bcol
checking for no configure components in framework bcol... ptpcoll, basesmuma
checking for m4 configure components in framework bcol... 

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

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

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

--- MCA component bml:r2 (m4 configuration macro)
checking for MCA component bml:r2 compile mode... static
checking if MCA component bml:r2 can compile... yes
checking for index in endpoint array for tag BML... 0

+++ Configuring MCA framework btl
checking for no configure components in framework btl... self
checking for m4 configure components in framework btl... smcuda, ugni, sm, scif, portals4, tcp, openib, vader, usnic

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

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

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

--- MCA component btl:sm (m4 configuration macro)
checking for MCA component btl:sm compile mode... static
checking if user requested CMA build... checking --with-knem value... simple ok (unspecified)
checking knem_io.h usability... no
checking knem_io.h presence... no
checking for knem_io.h... no
checking if MCA component btl:sm can compile... yes

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

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

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

--- MCA component btl:openib (m4 configuration macro)
checking for MCA component btl:openib compile mode... static
checking if want to add padding to the openib BTL control header... no
checking for fcntl.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking infiniband/verbs.h usability... yes
checking infiniband/verbs.h presence... yes
checking for infiniband/verbs.h... yes
looking for library without search path
checking for ibv_open_device in -libverbs... yes
checking number of arguments to ibv_create_cq... (cached) 5
checking whether IBV_EVENT_CLIENT_REREGISTER is declared... (cached) yes
checking whether IBV_ACCESS_SO is declared... (cached) no
checking whether IBV_TRANSPORT_USNIC is declared... (cached) no
checking whether IBV_TRANSPORT_USNIC_UDP is declared... (cached) no
checking whether IBV_NODE_USNIC is declared... (cached) no
checking for ibv_get_device_list... (cached) yes
checking for ibv_resize_cq... (cached) yes
checking for struct ibv_device.transport_type... (cached) yes
checking for ibv_create_xrc_rcv_qp... (cached) no
checking for infiniband/complib/cl_types_osd.h... (cached) yes
checking for cl_map_init in -losmcomp... (cached) yes
checking if can use dynamic SL support... yes
checking whether IBV_LINK_LAYER_ETHERNET is declared... (cached) yes
checking if RDMAoE support is enabled... yes
checking for infiniband/driver.h... (cached) yes
checking if ConnectX XRC support is enabled... no
checking if dynamic SL is enabled... yes
checking rdma/rdma_cma.h usability... yes
checking rdma/rdma_cma.h presence... yes
checking for rdma/rdma_cma.h... yes
checking for rdma_create_id in -lrdmacm... yes
checking for rdma_get_peer_addr... yes
checking if UD CM is enabled... yes
checking if OpenFabrics RDMACM support is enabled... yes
checking for ibv_fork_init... yes
checking for thread support (needed for rdmacm/udcm)... posix
checking which openib btl cpcs will be built... oob rdmacm udcm
checking whether openib failover is enabled... no
checking for malloc.h... (cached) yes
checking for __malloc_hook... yes
checking for __realloc_hook... yes
checking for __free_hook... yes
checking whether the openib BTL will use malloc hooks... yes
checking if MCA component btl:openib can compile... yes

--- MCA component btl:vader (m4 configuration macro)
checking for MCA component btl:vader compile mode... static
checking --with-xpmem value... simple ok (unspecified)
checking --with-xpmem-libdir value... simple ok (unspecified)
checking xpmem.h usability... no
checking xpmem.h presence... no
checking for xpmem.h... no
checking if user requested CMA build... checking if MCA component btl:vader can compile... yes

--- MCA component btl:usnic (m4 configuration macro)
checking for MCA component btl:usnic compile mode... static
checking if want to add padding to the openib BTL control header... no
checking for fcntl.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking infiniband/verbs.h usability... yes
checking infiniband/verbs.h presence... yes
checking for infiniband/verbs.h... yes
looking for library without search path
checking for ibv_open_device in -libverbs... yes
checking number of arguments to ibv_create_cq... (cached) 5
checking whether IBV_EVENT_CLIENT_REREGISTER is declared... (cached) yes
checking whether IBV_ACCESS_SO is declared... (cached) no
checking whether IBV_TRANSPORT_USNIC is declared... (cached) no
checking whether IBV_TRANSPORT_USNIC_UDP is declared... (cached) no
checking whether IBV_NODE_USNIC is declared... (cached) no
checking for ibv_get_device_list... (cached) yes
checking for ibv_resize_cq... (cached) yes
checking for struct ibv_device.transport_type... (cached) yes
checking for ibv_create_xrc_rcv_qp... (cached) no
checking for infiniband/complib/cl_types_osd.h... (cached) yes
checking for cl_map_init in -losmcomp... (cached) yes
checking if can use dynamic SL support... yes
checking whether IBV_LINK_LAYER_ETHERNET is declared... (cached) yes
checking if RDMAoE support is enabled... yes
checking for infiniband/driver.h... (cached) yes
checking if ConnectX XRC support is enabled... no
checking if dynamic SL is enabled... yes
checking size of void *... (cached) 8
checking for 64 bit Linux... yes
checking whether IBV_EVENT_GID_CHANGE is declared... yes
checking whether ibv_event_type_str is declared... yes
checking --with-libnl3 value... simple ok (unspecified)
checking --with-libnl3-libdir value... simple ok (unspecified)
checking netlink/netlink.h usability... no
checking netlink/netlink.h presence... no
checking for netlink/netlink.h... no
checking netlink/netlink.h usability... no
checking netlink/netlink.h presence... no
checking for netlink/netlink.h... no
configure: could not find a libnl or libnl-3, disabling the usnic BTL
checking if MCA component btl:usnic can compile... no

+++ Configuring MCA framework coll
checking for no configure components in framework coll... tuned, libnbc, self, ml, sm, basic, inter
checking for m4 configure components in framework coll... hierarch, hcoll, fca, portals4

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

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

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

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

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

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

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

--- MCA component coll:hierarch (m4 configuration macro)
checking for MCA component coll:hierarch compile mode... static
checking if MCA component coll:hierarch can compile... yes
checking for index in endpoint array for tag BML... 0

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

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

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

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

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

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

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

+++ Configuring MCA framework fbtl
checking for no configure components in framework fbtl... 
checking for m4 configure components in framework fbtl... pvfs2, posix

--- MCA component fbtl:pvfs2 (m4 configuration macro)
checking for MCA component fbtl:pvfs2 compile mode... static
checking --with-pvfs2 value... simple ok (unspecified)
checking pvfs2.h usability... no
checking pvfs2.h presence... no
checking for pvfs2.h... no
PVFS2 support not found
checking if MCA component fbtl:pvfs2 can compile... no

--- MCA component fbtl:posix (m4 configuration macro)
checking for MCA component fbtl:posix compile mode... static
checking for aio.h... (cached) yes
checking if we need -lrt for aio_write... no
checking for aio_write... yes
checking if MCA component fbtl:posix can compile... yes

+++ Configuring MCA framework fcoll
checking for no configure components in framework fcoll... individual, dynamic, ylib, static, two_phase
checking for m4 configure components in framework fcoll... 

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

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

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

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

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

+++ Configuring MCA framework fs
checking for no configure components in framework fs... ufs
checking for m4 configure components in framework fs... pvfs2

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

--- MCA component fs:pvfs2 (m4 configuration macro)
checking for MCA component fs:pvfs2 compile mode... static
checking --with-pvfs2 value... simple ok (unspecified)
checking for pvfs2.h... (cached) no
PVFS2 support not found
checking if MCA component fs:pvfs2 can compile... no

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

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

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

*** Configuring ROMIO distribution
configure: OMPI configuring in ompi/mca/io/romio/romio
configure: running /bin/sh './configure' --with-file-system=testfs+ufs+nfs+lustre  FROM_OMPI=yes CC="icc -std=c99" CFLAGS="-DNDEBUG -O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2 -m64 -finline-functions -fno-strict-aliasing -restrict -fexceptions -Qoption,cpp,--extended_float_types -pthread" CPPFLAGS="  -I/w0/tmp/pk224850/linuxc2_19755/openmpi-1.8.1_linux64_intel/opal/mca/hwloc/hwloc172/hwloc/include -I/w0/tmp/pk224850/linuxc2_19755/openmpi-1.8.1_linux64_intel/opal/mca/event/libevent2021/libevent -I/w0/tmp/pk224850/linuxc2_19755/openmpi-1.8.1_linux64_intel/opal/mca/event/libevent2021/libevent/include" FFLAGS="-O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2   -m64  " LDFLAGS="-O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2   -m64   -fexceptions " --enable-shared --disable-static --with-file-system=testfs+ufs+nfs+lustre  --prefix=/opt/MPI/openmpi-1.8.1/linux/intel --disable-aio --cache-file=/dev/null --srcdir=. --disable-option-checking
checking for a BSD-compatible install... /usr/local_rwth/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local_rwth/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether icc -std=c99 accepts -g... yes
checking for icc -std=c99 option to accept ISO C89... none needed
checking dependency style of icc -std=c99... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local_rwth/bin/gsed
checking for grep that handles long lines and -e... /usr/local_rwth/bin/ggrep
checking for egrep... /usr/local_rwth/bin/ggrep -E
checking for fgrep... /usr/local_rwth/bin/ggrep -F
checking for ld used by icc -std=c99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from icc -std=c99 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... icc -std=c99 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if icc -std=c99 supports -fno-rtti -fno-exceptions... yes
checking for icc -std=c99 option to produce PIC... -fPIC -DPIC
checking if icc -std=c99 PIC flag -fPIC -DPIC works... yes
checking if icc -std=c99 static flag -static works... no
checking if icc -std=c99 supports -c -o file.o... yes
checking if icc -std=c99 supports -c -o file.o... (cached) yes
checking whether the icc -std=c99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether make supports nested variables... (cached) yes
Configuring with args dummy mt
checking for Open MPI support files... in Open MPI source tree -- good
checking for make... make
checking whether clock skew breaks make... no
checking whether make supports include... yes
checking whether make allows comments in actions... yes
checking for virtual path format... VPATH
checking whether make sets CFLAGS... yes
configure: WARNING: Unknown architecture ... proceeding anyway
ROMIO home directory is /w0/tmp/pk224850/linuxc2_19755/openmpi-1.8.1_linux64_intel/ompi/mca/io/romio/romio
checking whether we are using the GNU Fortran 77 compiler... no
checking whether ifort -f77rtl -fpconstant -intconstant accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ifort -f77rtl -fpconstant -intconstant option to produce PIC... -fPIC
checking if ifort -f77rtl -fpconstant -intconstant PIC flag -fPIC works... yes
checking if ifort -f77rtl -fpconstant -intconstant static flag -static works... no
checking if ifort -f77rtl -fpconstant -intconstant supports -c -o file.o... yes
checking if ifort -f77rtl -fpconstant -intconstant supports -c -o file.o... (cached) yes
checking whether the ifort -f77rtl -fpconstant -intconstant linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether we are using the GNU Fortran compiler... no
checking whether ifort accepts -g... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ifort option to produce PIC... -fPIC
checking if ifort PIC flag -fPIC works... yes
checking if ifort static flag -static works... no
checking if ifort supports -c -o file.o... yes
checking if ifort supports -c -o file.o... (cached) yes
checking whether the ifort linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for memalign... yes
checking how to run the C preprocessor... icc -std=c99 -E
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for sys/types.h... (cached) yes
checking for u_char... no
checking for u_short... no
checking for u_int... no
checking for u_long... no
checking sys/attr.h usability... no
checking sys/attr.h presence... no
checking for sys/attr.h... no
checking size of int... 4
checking size of void *... 8
checking for int large enough for pointers... no
checking size of long long... 8
checking whether struct flock compatible with MPI_Offset... yes
checking for pvfs2-config... notfound
checking configured file systems... testfs testfs ufs nfs lustre
configure: WARNING: File locks may not work with NFS.  See the Installation and
users manual for instructions on testing and if necessary fixing this
checking lustre/lustre_user.h usability... yes
checking lustre/lustre_user.h presence... yes
checking for lustre/lustre_user.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking whether struct statfs properly defined... yes
checking for f_fstypename member of statfs structure... no
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stat... yes
checking for st_fstype member of stat structure... no
checking for sys/types.h... (cached) yes
checking for sys/statvfs.h... (cached) yes
checking for sys/vfs.h... (cached) yes
checking for statvfs... yes
checking for f_basetype member of statvfs structure... no
checking for unistd.h... (cached) yes
checking for large file defines... yes
checking whether off64_t is an scalar type... yes
checking for strerror... yes
checking for doctext... no
checking for strdup... yes
checking whether strdup needs a declaration... yes
checking for snprintf... yes
checking whether snprintf needs a declaration... yes
checking for lstat... yes
checking whether lstat needs a declaration... yes
checking for readlink... yes
checking whether readlink needs a declaration... yes
checking for fsync... yes
checking whether fsync needs a declaration... yes
checking for ftruncate... yes
checking whether ftruncate needs a declaration... yes
checking for lseek64... yes
checking whether lseek64 needs a declaration... yes
checking for unistd.h... (cached) yes
checking for large file defines... yes
setting SYSDEP_INC to 
checking for C/C++ restrict keyword... __restrict
checking whether __attribute__ allowed... yes
checking whether __attribute__((format)) allowed... yes
checking for gcov... gcov
setting CC to icc -std=c99
setting F77 to :
setting TEST_CC to mpicc
setting TEST_F77 to mpif77
setting CFLAGS to -DNDEBUG -O3 -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2 -m64 -finline-functions -fno-strict-aliasing -restrict -fexceptions -Qoption,cpp,--extended_float_types -pthread -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_ROMIOCONF_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
setting USER_CFLAGS to 
setting USER_FFLAGS to 
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating localdefs
config.status: creating test/Makefile
config.status: creating test/misc.c
config.status: creating test/large_file.c
config.status: creating test/runtests
config.status: creating test-internal/Makefile
config.status: creating util/romioinstall
config.status: creating include/mpio.h
config.status: creating test/fmisc.f
config.status: creating test/fcoll_test.f
config.status: creating test/pfcoll_test.f
config.status: creating test/fperf.f
config.status: creating adio/include/romioconf.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
configure: /bin/sh './configure' succeeded for ompi/mca/io/romio/romio
ROMIO distribution configured successfully
checking if MCA component io:romio can compile... yes

+++ Configuring MCA framework mpool
checking for no configure components in framework mpool... grdma, sm
checking for m4 configure components in framework mpool... udreg, rgpusm, gpusm

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

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

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

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

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

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

--- MCA component mtl:psm (m4 configuration macro)
checking for MCA component mtl:psm compile mode... static
checking --with-psm value... simple ok (unspecified)
checking --with-psm-libdir value... simple ok (unspecified)
checking psm.h usability... yes
checking psm.h presence... yes
checking for psm.h... yes
looking for library without search path
checking for psm_finalize in -lpsm_infinipath... yes
checking if MCA component mtl:psm can compile... yes
checking for index in endpoint array for tag MTL... 1

--- MCA component mtl:mxm (m4 configuration macro)
checking for MCA component mtl:mxm compile mode... static
checking --with-mxm value... simple ok (unspecified)
checking --with-mxm-libdir value... simple ok (unspecified)
checking mxm/api/mxm_api.h usability... no
checking mxm/api/mxm_api.h presence... no
checking for mxm/api/mxm_api.h... no
checking for MXM version compatibility... no
checking if MCA component mtl:mxm can compile... no

--- MCA component mtl:portals4 (m4 configuration macro)
checking for MCA component mtl:portals4 compile mode... static
checking --with-portals4 value... simple ok (unspecified)
checking --with-portals4-libdir value... simple ok (unspecified)
checking portals4.h usability... no
checking portals4.h presence... no
checking for portals4.h... no
checking whether to enable flow control... yes
checking if MCA component mtl:portals4 can compile... no

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

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

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

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

--- MCA component osc:rdma (m4 configuration macro)
checking for MCA component osc:rdma compile mode... static
checking if MCA component osc:rdma can compile... yes
checking for index in endpoint array for tag BML... 0

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

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

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

--- MCA component pml:bfo (m4 configuration macro)
checking for MCA component pml:bfo compile mode... static
checking if MCA component pml:bfo can compile... yes
checking for index in endpoint array for tag BML... 0

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

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

--- MCA component pml:ob1 (m4 configuration macro)
checking for MCA component pml:ob1 compile mode... static
checking if MCA component pml:ob1 can compile... yes
checking for index in endpoint array for tag BML... 0

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

--- MCA component pubsub:pmi (m4 configuration macro)
checking for MCA component pubsub:pmi compile mode... static
checking if user requested PMI support... no
checking if MCA component pubsub:pmi can compile... no

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

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

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

+++ Configuring MCA framework rte
checking for no configure components in framework rte... 
checking for m4 configure components in framework rte... pmi, orte

--- MCA component rte:orte (m4 configuration macro, priority 100)
checking for MCA component rte:orte compile mode... static
checking if MCA component rte:orte can compile... yes

--- MCA component rte:pmi (m4 configuration macro, priority 1)
checking for MCA component rte:pmi compile mode... static
checking if user requested PMI support... no
checking if MCA component rte:pmi can compile... no

+++ Configuring MCA framework sbgp
checking for no configure components in framework sbgp... basesmuma
checking for m4 configure components in framework sbgp... basesmsocket, p2p

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

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

--- MCA component sbgp:p2p (m4 configuration macro)
checking for MCA component sbgp:p2p compile mode... static
checking if MCA component sbgp:p2p can compile... yes
checking for index in endpoint array for tag BML... 0

+++ Configuring MCA framework sharedfp
checking for no configure components in framework sharedfp... individual, sm, lockedfile
checking for m4 configure components in framework sharedfp... 

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

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

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

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

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

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

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

*** Configuring MCA for oshmem
checking for frameworks for oshmem... atomic, memheap, scoll, spml, sshmem

+++ Configuring MCA framework atomic
checking for no configure components in framework atomic... basic
checking for m4 configure components in framework atomic... mxm

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

--- MCA component atomic:mxm (m4 configuration macro)
checking for MCA component atomic:mxm compile mode... static
checking --with-mxm value... simple ok (unspecified)
checking --with-mxm-libdir value... simple ok (unspecified)
checking mxm/api/mxm_api.h usability... no
checking mxm/api/mxm_api.h presence... no
checking for mxm/api/mxm_api.h... no
checking for MXM version compatibility... no
checking if oshmem/atomic/mxm component can be compiled... no
checking if MCA component atomic:mxm can compile... no

+++ Configuring MCA framework memheap
checking for no configure components in framework memheap... ptmalloc, buddy
checking for m4 configure components in framework memheap... 

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

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

+++ Configuring MCA framework scoll
checking for no configure components in framework scoll... basic, mpi
checking for m4 configure components in framework scoll... fca

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

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

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

+++ Configuring MCA framework spml
checking for no configure components in framework spml... yoda
checking for m4 configure components in framework spml... ikrit

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

--- MCA component spml:ikrit (m4 configuration macro)
checking for MCA component spml:ikrit compile mode... static
checking --with-mxm value... simple ok (unspecified)
checking --with-mxm-libdir value... simple ok (unspecified)
checking mxm/api/mxm_api.h usability... no
checking mxm/api/mxm_api.h presence... no
checking for mxm/api/mxm_api.h... no
checking for MXM version compatibility... no
checking if MCA component spml:ikrit can compile... no

+++ Configuring MCA framework sshmem
checking for no configure components in framework sshmem... 
checking for m4 configure components in framework sshmem... mmap, verbs, sysv

--- MCA component sshmem:mmap (m4 configuration macro)
checking for MCA component sshmem:mmap compile mode... static
checking if want mmap shared memory support... yes
checking for library containing mmap... (cached) none required
checking if MCA component sshmem:mmap can compile... yes

--- MCA component sshmem:verbs (m4 configuration macro)
checking for MCA component sshmem:verbs compile mode... static
checking if want verbs shared memory support... yes
checking if want to add padding to the openib BTL control header... no
checking for fcntl.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking infiniband/verbs.h usability... yes
checking infiniband/verbs.h presence... yes
checking for infiniband/verbs.h... yes
looking for library without search path
checking for ibv_open_device in -libverbs... yes
checking number of arguments to ibv_create_cq... (cached) 5
checking whether IBV_EVENT_CLIENT_REREGISTER is declared... (cached) yes
checking whether IBV_ACCESS_SO is declared... (cached) no
checking whether IBV_TRANSPORT_USNIC is declared... (cached) no
checking whether IBV_TRANSPORT_USNIC_UDP is declared... (cached) no
checking whether IBV_NODE_USNIC is declared... (cached) no
checking for ibv_get_device_list... (cached) yes
checking for ibv_resize_cq... (cached) yes
checking for struct ibv_device.transport_type... (cached) yes
checking for ibv_create_xrc_rcv_qp... (cached) no
checking for infiniband/complib/cl_types_osd.h... (cached) yes
checking for cl_map_init in -losmcomp... (cached) yes
checking if can use dynamic SL support... yes
checking whether IBV_LINK_LAYER_ETHERNET is declared... (cached) yes
checking if RDMAoE support is enabled... yes
checking for infiniband/driver.h... (cached) yes
checking if ConnectX XRC support is enabled... no
checking if dynamic SL is enabled... yes
checking whether IBV_ACCESS_ALLOCATE_MR is declared... no
checking whether IBV_ACCESS_SHARED_MR_USER_READ is declared... no
checking whether IBV_EXP_ACCESS_ALLOCATE_MR is declared... no
checking whether IBV_EXP_ACCESS_SHARED_MR_USER_READ is declared... no
checking if MCA component sshmem:verbs can compile... no

--- MCA component sshmem:sysv (m4 configuration macro)
checking for MCA component sshmem:sysv compile mode... static
checking if want SYSV shared memory support... yes
checking for shmget... (cached) yes
checking if MCA component sshmem:sysv can compile... yes
checking for size of endpoint array... 2

============================================================================
== Extended MPI interfaces setup
============================================================================
checking for available MPI Extensions... affinity, cr
checking which MPI extension should be enabled... All Extensions

--- MPI Extension affinity
checking if MPI Extension affinity can compile... yes
checking if MPI Extension affinity has C bindings... yes (required)
checking if MPI Extension affinity has mpif.h bindings... no
checking if MPI Extension affinity has "use mpi" bindings... no
checking if MPI Extension affinity has "use mpi_f08" bindings... no

--- MPI Extension cr
checking if MPI Extension cr can compile... no

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

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

--- vt (m4 configuration macro)
configure: disabled via command line switch

--- libompitrace (m4 configuration macro)
checking if contributed component libompitrace can compile... yes

============================================================================
== Symbol visibility feature
============================================================================
checking if icc -std=c99 supports -fvisibility=hidden... yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)

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

*** Libtool configuration
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local_rwth/bin/gsed
checking for ld used by icc -std=c99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from icc -std=c99 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if icc -std=c99 supports -fno-rtti -fno-exceptions... yes
checking for icc -std=c99 option to produce PIC... -fPIC -DPIC
checking if icc -std=c99 PIC flag -fPIC -DPIC works... yes
checking if icc -std=c99 static flag -static works... no
checking if icc -std=c99 supports -c -o file.o... yes
checking if icc -std=c99 supports -c -o file.o... (cached) yes
checking whether the icc -std=c99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... icpc -E
checking for ld used by icpc... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the icpc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for icpc option to produce PIC... -fPIC -DPIC
checking if icpc PIC flag -fPIC -DPIC works... yes
checking if icpc static flag -static works... no
checking if icpc supports -c -o file.o... yes
checking if icpc supports -c -o file.o... (cached) yes
checking whether the icpc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ifort option to produce PIC... -fPIC
checking if ifort PIC flag -fPIC works... yes
checking if ifort static flag -static works... no
checking if ifort supports -c -o file.o... yes
checking if ifort supports -c -o file.o... (cached) yes
checking whether the ifort linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate

*** GNU libltdl setup
configure: WARNING: libltdl support disabled (by --disable-dlopen)
configure: creating ./config.lt
config.lt: creating libtool

*** Compiler flags
checking which of CFLAGS are ok for debugger modules...  -DNDEBUG -ip -axAVX,SSE4.2,SSE4.1 -fp-model fast=2 -m64 -fno-strict-aliasing -restrict -fexceptions -Qoption,cpp,--extended_float_types -pthread
checking for debugger extra CFLAGS... -g -O0

*** Wrapper compiler final setup
checking for perl... /usr/local_rwth/bin/perl
checking if linker supports RPATH... yes (-Wl,-rpath -Wl,LIBDIR)
checking if linker supports RUNPATH... yes (-Wl,--enable-new-dtags)
checking for OPAL CPPFLAGS... -I${includedir}/openmpi/opal/mca/hwloc/hwloc172/hwloc/include -I${includedir}/openmpi/opal/mca/event/libevent2021/libevent -I${includedir}/openmpi/opal/mca/event/libevent2021/libevent/include  
checking for OPAL CFLAGS... -fexceptions -pthread 
checking for OPAL CFLAGS_PREFIX... 
checking for OPAL CXXFLAGS... -fexceptions -pthread 
checking for OPAL CXXFLAGS_PREFIX... 
checking for OPAL LDFLAGS...     -Wl,-rpath -Wl,@{libdir} -Wl,--enable-new-dtags
checking for OPAL LIBS... -lm -lnuma -ldl -lrt -lnsl -lutil 
checking for OPAL extra include dirs... openmpi
checking for ORTE CPPFLAGS... -I${includedir}/openmpi/opal/mca/hwloc/hwloc172/hwloc/include -I${includedir}/openmpi/opal/mca/event/libevent2021/libevent -I${includedir}/openmpi/opal/mca/event/libevent2021/libevent/include  
checking for ORTE CFLAGS... -fexceptions -pthread 
checking for ORTE CFLAGS_PREFIX... 
checking for ORTE LDFLAGS... -L/opt/lsf/9.1/linux2.6-glibc2.3-x86_64/lib    -Wl,-rpath -Wl,/opt/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -Wl,-rpath -Wl,@{libdir} -Wl,--enable-new-dtags
checking for ORTE LIBS... -lm -lnuma -ldl -lbat -llsf -lrt -lnsl -lutil 
checking for ORTE extra include dirs... openmpi
checking for OMPI CPPFLAGS... -I${includedir}/openmpi/opal/mca/hwloc/hwloc172/hwloc/include -I${includedir}/openmpi/opal/mca/event/libevent2021/libevent -I${includedir}/openmpi/opal/mca/event/libevent2021/libevent/include  
checking for OMPI CFLAGS... -fexceptions -pthread 
checking for OMPI CFLAGS_PREFIX... 
checking for OMPI CXXFLAGS... -fexceptions -pthread 
checking for OMPI CXXFLAGS_PREFIX... 
checking for OMPI FCFLAGS... -fexceptions 
checking for OMPI FCFLAGS_PREFIX... 
checking for OMPI LDFLAGS... -L/opt/lsf/9.1/linux2.6-glibc2.3-x86_64/lib    -Wl,-rpath -Wl,/opt/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -Wl,-rpath -Wl,@{libdir} -Wl,--enable-new-dtags
checking for OMPI LIBS... -lm -lnuma -ldl -lbat -llsf -losmcomp -libverbs -lrdmacm -lrt -lnsl -lutil -lpsm_infinipath 
checking for OMPI extra include dirs... openmpi
checking if libtool needs -no-undefined flag to build shared libraries... no

*** Final output
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating ompi/include/ompi/version.h
config.status: creating orte/include/orte/version.h
config.status: creating oshmem/include/oshmem/version.h
config.status: creating opal/include/opal/version.h
config.status: creating ompi/mpi/java/Makefile
config.status: creating ompi/mpi/java/java/Makefile
config.status: creating ompi/mpi/java/c/Makefile
config.status: creating ompi/mpi/fortran/configure-fortran-output.h
config.status: creating opal/mca/hwloc/Makefile
config.status: creating opal/mca/hwloc/external/Makefile
config.status: creating opal/mca/hwloc/hwloc172/Makefile
config.status: creating opal/mca/hwloc/hwloc172/hwloc/Makefile
config.status: creating opal/mca/hwloc/hwloc172/hwloc/include/Makefile
config.status: creating opal/mca/hwloc/hwloc172/hwloc/src/Makefile
config.status: creating opal/mca/common/Makefile
config.status: creating opal/mca/common/pmi/Makefile
config.status: creating opal/mca/backtrace/Makefile
config.status: creating opal/mca/backtrace/printstack/Makefile
config.status: creating opal/mca/backtrace/execinfo/Makefile
config.status: creating opal/mca/backtrace/none/Makefile
config.status: creating opal/mca/compress/Makefile
config.status: creating opal/mca/compress/gzip/Makefile
config.status: creating opal/mca/compress/bzip/Makefile
config.status: creating opal/mca/crs/Makefile
config.status: creating opal/mca/crs/none/Makefile
config.status: creating opal/mca/crs/dmtcp/Makefile
config.status: creating opal/mca/crs/self/Makefile
config.status: creating opal/mca/crs/blcr/Makefile
config.status: creating opal/mca/db/Makefile
config.status: creating opal/mca/db/print/Makefile
config.status: creating opal/mca/db/hash/Makefile
config.status: creating opal/mca/db/pmi/Makefile
config.status: creating opal/mca/db/sqlite/Makefile
config.status: creating opal/mca/event/Makefile
config.status: creating opal/mca/event/external/Makefile
config.status: creating opal/mca/event/libevent2021/Makefile
config.status: creating opal/mca/if/Makefile
config.status: creating opal/mca/if/solaris_ipv6/Makefile
config.status: creating opal/mca/if/bsdx_ipv4/Makefile
config.status: creating opal/mca/if/bsdx_ipv6/Makefile
config.status: creating opal/mca/if/posix_ipv4/Makefile
config.status: creating opal/mca/if/linux_ipv6/Makefile
config.status: creating opal/mca/installdirs/Makefile
config.status: creating opal/mca/installdirs/env/Makefile
config.status: creating opal/mca/installdirs/config/Makefile
config.status: creating opal/mca/installdirs/config/install_dirs.h
config.status: creating opal/mca/memchecker/Makefile
config.status: creating opal/mca/memchecker/valgrind/Makefile
config.status: creating opal/mca/memcpy/Makefile
config.status: creating opal/mca/memory/Makefile
config.status: creating opal/mca/memory/linux/Makefile
config.status: creating opal/mca/memory/malloc_solaris/Makefile
config.status: creating opal/mca/pstat/Makefile
config.status: creating opal/mca/pstat/linux/Makefile
config.status: creating opal/mca/pstat/test/Makefile
config.status: creating opal/mca/sec/Makefile
config.status: creating opal/mca/sec/basic/Makefile
config.status: creating opal/mca/sec/keystone/Makefile
config.status: creating opal/mca/shmem/Makefile
config.status: creating opal/mca/shmem/mmap/Makefile
config.status: creating opal/mca/shmem/posix/Makefile
config.status: creating opal/mca/shmem/sysv/Makefile
config.status: creating opal/mca/timer/Makefile
config.status: creating opal/mca/timer/altix/Makefile
config.status: creating opal/mca/timer/catamount/Makefile
config.status: creating opal/mca/timer/solaris/Makefile
config.status: creating opal/mca/timer/linux/Makefile
config.status: creating opal/mca/timer/aix/Makefile
config.status: creating opal/mca/timer/darwin/Makefile
config.status: creating orte/mca/dfs/Makefile
config.status: creating orte/mca/dfs/test/Makefile
config.status: creating orte/mca/dfs/app/Makefile
config.status: creating orte/mca/dfs/orted/Makefile
config.status: creating orte/mca/errmgr/Makefile
config.status: creating orte/mca/errmgr/default_tool/Makefile
config.status: creating orte/mca/errmgr/default_hnp/Makefile
config.status: creating orte/mca/errmgr/default_orted/Makefile
config.status: creating orte/mca/errmgr/default_app/Makefile
config.status: creating orte/mca/ess/Makefile
config.status: creating orte/mca/ess/tool/Makefile
config.status: creating orte/mca/ess/hnp/Makefile
config.status: creating orte/mca/ess/singleton/Makefile
config.status: creating orte/mca/ess/env/Makefile
config.status: creating orte/mca/ess/pmi/Makefile
config.status: creating orte/mca/ess/slurm/Makefile
config.status: creating orte/mca/ess/alps/Makefile
config.status: creating orte/mca/ess/lsf/Makefile
config.status: creating orte/mca/ess/tm/Makefile
config.status: creating orte/mca/filem/Makefile
config.status: creating orte/mca/filem/raw/Makefile
config.status: creating orte/mca/grpcomm/Makefile
config.status: creating orte/mca/grpcomm/bad/Makefile
config.status: creating orte/mca/grpcomm/pmi/Makefile
config.status: creating orte/mca/iof/Makefile
config.status: creating orte/mca/iof/mr_orted/Makefile
config.status: creating orte/mca/iof/tool/Makefile
config.status: creating orte/mca/iof/hnp/Makefile
config.status: creating orte/mca/iof/orted/Makefile
config.status: creating orte/mca/iof/mr_hnp/Makefile
config.status: creating orte/mca/odls/Makefile
config.status: creating orte/mca/odls/default/Makefile
config.status: creating orte/mca/oob/Makefile
config.status: creating orte/mca/oob/tcp/Makefile
config.status: creating orte/mca/plm/Makefile
config.status: creating orte/mca/plm/isolated/Makefile
config.status: creating orte/mca/plm/slurm/Makefile
config.status: creating orte/mca/plm/alps/Makefile
config.status: creating orte/mca/plm/rsh/Makefile
config.status: creating orte/mca/plm/lsf/Makefile
config.status: creating orte/mca/plm/tm/Makefile
config.status: creating orte/mca/ras/Makefile
config.status: creating orte/mca/ras/simulator/Makefile
config.status: creating orte/mca/ras/loadleveler/Makefile
config.status: creating orte/mca/ras/slurm/Makefile
config.status: creating orte/mca/ras/alps/Makefile
config.status: creating orte/mca/ras/gridengine/Makefile
config.status: creating orte/mca/ras/lsf/Makefile
config.status: creating orte/mca/ras/tm/Makefile
config.status: creating orte/mca/rmaps/Makefile
config.status: creating orte/mca/rmaps/resilient/Makefile
config.status: creating orte/mca/rmaps/seq/Makefile
config.status: creating orte/mca/rmaps/round_robin/Makefile
config.status: creating orte/mca/rmaps/ppr/Makefile
config.status: creating orte/mca/rmaps/staged/Makefile
config.status: creating orte/mca/rmaps/mindist/Makefile
config.status: creating orte/mca/rmaps/lama/Makefile
config.status: creating orte/mca/rmaps/rank_file/Makefile
config.status: creating orte/mca/rml/Makefile
config.status: creating orte/mca/rml/oob/Makefile
config.status: creating orte/mca/rml/ftrm/Makefile
config.status: creating orte/mca/routed/Makefile
config.status: creating orte/mca/routed/direct/Makefile
config.status: creating orte/mca/routed/radix/Makefile
config.status: creating orte/mca/routed/debruijn/Makefile
config.status: creating orte/mca/routed/binomial/Makefile
config.status: creating orte/mca/sensor/Makefile
config.status: creating orte/mca/sensor/resusage/Makefile
config.status: creating orte/mca/sensor/file/Makefile
config.status: creating orte/mca/sensor/heartbeat/Makefile
config.status: creating orte/mca/sensor/ft_tester/Makefile
config.status: creating orte/mca/snapc/Makefile
config.status: creating orte/mca/snapc/full/Makefile
config.status: creating orte/mca/sstore/Makefile
config.status: creating orte/mca/sstore/stage/Makefile
config.status: creating orte/mca/sstore/central/Makefile
config.status: creating orte/mca/state/Makefile
config.status: creating orte/mca/state/app/Makefile
config.status: creating orte/mca/state/staged_orted/Makefile
config.status: creating orte/mca/state/staged_hnp/Makefile
config.status: creating orte/mca/state/tool/Makefile
config.status: creating orte/mca/state/hnp/Makefile
config.status: creating orte/mca/state/orted/Makefile
config.status: creating orte/mca/state/novm/Makefile
config.status: creating ompi/mca/common/Makefile
config.status: creating ompi/mca/common/ugni/Makefile
config.status: creating ompi/mca/common/sm/Makefile
config.status: creating ompi/mca/common/mx/Makefile
config.status: creating ompi/mca/common/verbs/Makefile
config.status: creating ompi/mca/common/cuda/Makefile
config.status: creating ompi/mca/allocator/Makefile
config.status: creating ompi/mca/allocator/bucket/Makefile
config.status: creating ompi/mca/allocator/basic/Makefile
config.status: creating ompi/mca/bcol/Makefile
config.status: creating ompi/mca/bcol/ptpcoll/Makefile
config.status: creating ompi/mca/bcol/basesmuma/Makefile
config.status: creating ompi/mca/bml/Makefile
config.status: creating ompi/mca/bml/r2/Makefile
config.status: creating ompi/mca/btl/Makefile
config.status: creating ompi/mca/btl/self/Makefile
config.status: creating ompi/mca/btl/smcuda/Makefile
config.status: creating ompi/mca/btl/ugni/Makefile
config.status: creating ompi/mca/btl/sm/Makefile
config.status: creating ompi/mca/btl/scif/Makefile
config.status: creating ompi/mca/btl/portals4/Makefile
config.status: creating ompi/mca/btl/tcp/Makefile
config.status: creating ompi/mca/btl/openib/Makefile
config.status: creating ompi/mca/btl/vader/Makefile
config.status: creating ompi/mca/btl/usnic/Makefile
config.status: creating ompi/mca/coll/Makefile
config.status: creating ompi/mca/coll/tuned/Makefile
config.status: creating ompi/mca/coll/libnbc/Makefile
config.status: creating ompi/mca/coll/self/Makefile
config.status: creating ompi/mca/coll/ml/Makefile
config.status: creating ompi/mca/coll/sm/Makefile
config.status: creating ompi/mca/coll/basic/Makefile
config.status: creating ompi/mca/coll/inter/Makefile
config.status: creating ompi/mca/coll/hierarch/Makefile
config.status: creating ompi/mca/coll/hcoll/Makefile
config.status: creating ompi/mca/coll/fca/Makefile
config.status: creating ompi/mca/coll/portals4/Makefile
config.status: creating ompi/mca/crcp/Makefile
config.status: creating ompi/mca/crcp/bkmrk/Makefile
config.status: creating ompi/mca/dpm/Makefile
config.status: creating ompi/mca/dpm/orte/Makefile
config.status: creating ompi/mca/fbtl/Makefile
config.status: creating ompi/mca/fbtl/pvfs2/Makefile
config.status: creating ompi/mca/fbtl/posix/Makefile
config.status: creating ompi/mca/fcoll/Makefile
config.status: creating ompi/mca/fcoll/individual/Makefile
config.status: creating ompi/mca/fcoll/dynamic/Makefile
config.status: creating ompi/mca/fcoll/ylib/Makefile
config.status: creating ompi/mca/fcoll/static/Makefile
config.status: creating ompi/mca/fcoll/two_phase/Makefile
config.status: creating ompi/mca/fs/Makefile
config.status: creating ompi/mca/fs/ufs/Makefile
config.status: creating ompi/mca/fs/pvfs2/Makefile
config.status: creating ompi/mca/io/Makefile
config.status: creating ompi/mca/io/ompio/Makefile
config.status: creating ompi/mca/io/romio/Makefile
config.status: creating ompi/mca/mpool/Makefile
config.status: creating ompi/mca/mpool/grdma/Makefile
config.status: creating ompi/mca/mpool/sm/Makefile
config.status: creating ompi/mca/mpool/udreg/Makefile
config.status: creating ompi/mca/mpool/rgpusm/Makefile
config.status: creating ompi/mca/mpool/gpusm/Makefile
config.status: creating ompi/mca/mtl/Makefile
config.status: creating ompi/mca/mtl/psm/Makefile
config.status: creating ompi/mca/mtl/mxm/Makefile
config.status: creating ompi/mca/mtl/portals4/Makefile
config.status: creating ompi/mca/mtl/mx/Makefile
config.status: creating ompi/mca/op/Makefile
config.status: creating ompi/mca/osc/Makefile
config.status: creating ompi/mca/osc/sm/Makefile
config.status: creating ompi/mca/osc/rdma/Makefile
config.status: creating ompi/mca/osc/portals4/Makefile
config.status: creating ompi/mca/pml/Makefile
config.status: creating ompi/mca/pml/cm/Makefile
config.status: creating ompi/mca/pml/bfo/Makefile
config.status: creating ompi/mca/pml/crcpw/Makefile
config.status: creating ompi/mca/pml/v/Makefile
config.status: creating ompi/mca/pml/ob1/Makefile
config.status: creating ompi/mca/pubsub/Makefile
config.status: creating ompi/mca/pubsub/pmi/Makefile
config.status: creating ompi/mca/pubsub/orte/Makefile
config.status: creating ompi/mca/rcache/Makefile
config.status: creating ompi/mca/rcache/vma/Makefile
config.status: creating ompi/mca/rte/Makefile
config.status: creating ompi/mca/rte/orte/Makefile
config.status: creating ompi/mca/rte/pmi/Makefile
config.status: creating ompi/mca/sbgp/Makefile
config.status: creating ompi/mca/sbgp/basesmuma/Makefile
config.status: creating ompi/mca/sbgp/basesmsocket/Makefile
config.status: creating ompi/mca/sbgp/p2p/Makefile
config.status: creating ompi/mca/sharedfp/Makefile
config.status: creating ompi/mca/sharedfp/individual/Makefile
config.status: creating ompi/mca/sharedfp/sm/Makefile
config.status: creating ompi/mca/sharedfp/lockedfile/Makefile
config.status: creating ompi/mca/topo/Makefile
config.status: creating ompi/mca/topo/basic/Makefile
config.status: creating ompi/mca/vprotocol/Makefile
config.status: creating ompi/mca/vprotocol/pessimist/Makefile
config.status: creating oshmem/mca/atomic/Makefile
config.status: creating oshmem/mca/atomic/basic/Makefile
config.status: creating oshmem/mca/atomic/mxm/Makefile
config.status: creating oshmem/mca/memheap/Makefile
config.status: creating oshmem/mca/memheap/ptmalloc/Makefile
config.status: creating oshmem/mca/memheap/buddy/Makefile
config.status: creating oshmem/mca/scoll/Makefile
config.status: creating oshmem/mca/scoll/basic/Makefile
config.status: creating oshmem/mca/scoll/mpi/Makefile
config.status: creating oshmem/mca/scoll/fca/Makefile
config.status: creating oshmem/mca/spml/Makefile
config.status: creating oshmem/mca/spml/yoda/Makefile
config.status: creating oshmem/mca/spml/ikrit/Makefile
config.status: creating oshmem/mca/sshmem/Makefile
config.status: creating oshmem/mca/sshmem/mmap/Makefile
config.status: creating oshmem/mca/sshmem/verbs/Makefile
config.status: creating oshmem/mca/sshmem/sysv/Makefile
config.status: creating ompi/mpiext/affinity/Makefile
config.status: creating ompi/mpiext/affinity/c/Makefile
config.status: creating ompi/mpiext/cr/Makefile
config.status: creating ompi/mpiext/cr/c/Makefile
config.status: creating ompi/contrib/libompitrace/Makefile
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/dist/mofed/debian/changelog
config.status: creating contrib/dist/mofed/debian/control
config.status: creating contrib/dist/mofed/debian/copyright
config.status: creating test/Makefile
config.status: creating test/event/Makefile
config.status: creating test/asm/Makefile
config.status: creating test/datatype/Makefile
config.status: creating test/class/Makefile
config.status: creating test/support/Makefile
config.status: creating test/threads/Makefile
config.status: creating test/util/Makefile
config.status: creating contrib/dist/mofed/debian/rules
config.status: creating contrib/dist/mofed/compile_debian_mlnx_example
config.status: creating opal/Makefile
config.status: creating opal/etc/Makefile
config.status: creating opal/include/Makefile
config.status: creating opal/asm/Makefile
config.status: creating opal/datatype/Makefile
config.status: creating opal/util/Makefile
config.status: creating opal/util/keyval/Makefile
config.status: creating opal/mca/base/Makefile
config.status: creating opal/tools/wrappers/Makefile
config.status: creating opal/tools/wrappers/opalcc-wrapper-data.txt
config.status: creating opal/tools/wrappers/opalc++-wrapper-data.txt
config.status: creating opal/tools/wrappers/opal.pc
config.status: creating opal/tools/opal-checkpoint/Makefile
config.status: creating opal/tools/opal-restart/Makefile
config.status: creating orte/Makefile
config.status: creating orte/include/Makefile
config.status: creating orte/etc/Makefile
config.status: creating orte/tools/orted/Makefile
config.status: creating orte/tools/orterun/Makefile
config.status: creating orte/tools/wrappers/Makefile
config.status: creating orte/tools/wrappers/ortecc-wrapper-data.txt
config.status: creating orte/tools/wrappers/orte.pc
config.status: creating orte/tools/orte-checkpoint/Makefile
config.status: creating orte/tools/orte-restart/Makefile
config.status: creating orte/tools/orte-ps/Makefile
config.status: creating orte/tools/orte-clean/Makefile
config.status: creating orte/tools/orte-top/Makefile
config.status: creating orte/tools/orte-migrate/Makefile
config.status: creating orte/tools/orte-info/Makefile
config.status: creating orte/tools/orte-server/Makefile
config.status: creating ompi/Makefile
config.status: creating ompi/etc/Makefile
config.status: creating ompi/include/Makefile
config.status: creating ompi/include/mpif.h
config.status: creating ompi/include/mpif-config.h
config.status: creating ompi/datatype/Makefile
config.status: creating ompi/debuggers/Makefile
config.status: creating ompi/mpi/c/Makefile
config.status: creating ompi/mpi/c/profile/Makefile
config.status: creating ompi/mpi/cxx/Makefile
config.status: creating ompi/mpi/fortran/base/Makefile
config.status: creating ompi/mpi/fortran/mpif-h/Makefile
config.status: creating ompi/mpi/fortran/mpif-h/profile/Makefile
config.status: creating ompi/mpi/fortran/use-mpi-tkr/Makefile
config.status: creating ompi/mpi/fortran/use-mpi-tkr/fortran_sizes.h
config.status: creating ompi/mpi/fortran/use-mpi-tkr/fortran_kinds.sh
config.status: creating ompi/mpi/fortran/use-mpi-tkr/scripts/Makefile
config.status: creating ompi/mpi/fortran/use-mpi-ignore-tkr/Makefile
config.status: creating ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-interfaces.h
config.status: creating ompi/mpi/fortran/use-mpi-ignore-tkr/mpi-ignore-tkr-file-interfaces.h
config.status: creating ompi/mpi/fortran/use-mpi-f08/Makefile
config.status: creating ompi/mpi/fortran/use-mpi-f08-desc/Makefile
config.status: creating ompi/mpi/fortran/mpiext/Makefile
config.status: creating ompi/mpi/tool/Makefile
config.status: creating ompi/mpi/tool/profile/Makefile
config.status: creating ompi/tools/ompi_info/Makefile
config.status: creating ompi/tools/wrappers/Makefile
config.status: creating ompi/tools/wrappers/mpicc-wrapper-data.txt
config.status: creating ompi/tools/wrappers/mpic++-wrapper-data.txt
config.status: creating ompi/tools/wrappers/mpifort-wrapper-data.txt
config.status: creating ompi/tools/wrappers/ompi.pc
config.status: creating ompi/tools/wrappers/ompi-c.pc
config.status: creating ompi/tools/wrappers/ompi-cxx.pc
config.status: creating ompi/tools/wrappers/ompi-fort.pc
config.status: creating ompi/tools/wrappers/mpijavac.pl
config.status: creating oshmem/Makefile
config.status: creating oshmem/include/Makefile
config.status: creating oshmem/shmem/c/Makefile
config.status: creating oshmem/shmem/fortran/Makefile
config.status: creating oshmem/shmem/c/profile/Makefile
config.status: creating oshmem/tools/oshmem_info/Makefile
config.status: creating oshmem/tools/wrappers/Makefile
config.status: creating oshmem/tools/wrappers/shmemcc-wrapper-data.txt
config.status: creating oshmem/tools/wrappers/shmemfort-wrapper-data.txt
config.status: creating opal/include/opal_config.h
config.status: creating orte/include/orte_config.h
config.status: creating ompi/include/ompi_config.h
config.status: creating ompi/include/mpi.h
config.status: creating oshmem/include/oshmem_config.h
config.status: creating oshmem/include/shmem.h
config.status: creating opal/mca/hwloc/hwloc172/hwloc/include/private/autogen/config.h
config.status: creating opal/mca/hwloc/hwloc172/hwloc/include/hwloc/autogen/config.h
config.status: executing depfiles commands
config.status: executing opal/mca/event/libevent2021/libevent/include/event2/event-config.h commands
config.status: executing libtool commands
