Skip to content

Instantly share code, notes, and snippets.

@jsquyres
Created July 10, 2015 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsquyres/ddeb601839338fe7f152 to your computer and use it in GitHub Desktop.
Save jsquyres/ddeb601839338fe7f152 to your computer and use it in GitHub Desktop.
Open MPI XRC configury update causes build fails on RHEL 6.5
This file has been truncated, but you can view the full file.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Open MPI Run Time Environment configure gitclone, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --prefix=/home/jsquyres/bogus
## --------- ##
## Platform. ##
## --------- ##
hostname = savbu-usnic-a
uname -m = x86_64
uname -r = 2.6.32-431.23.3.el6.x86_64
uname -s = Linux
uname -v = #1 SMP Wed Jul 16 06:12:23 EDT 2014
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /cm/shared/apps/tmux/1.8/bin
PATH: /cm/shared/apps/autotools/ac269-am1133-lt242/bin
PATH: /cm/shared/apps/valgrind/3.10.0/bin
PATH: /cm/shared/apps/subversion/1.7.9/bin
PATH: /cm/shared/apps/hwloc/1.7.1/bin
PATH: /cm/shared/apps/slurm/14.03.0/sbin
PATH: /cm/shared/apps/slurm/14.03.0/bin
PATH: /usr/lib64/qt-3.3/bin
PATH: /cm/shared/apps/allinea/5.0-40810/bin
PATH: /cm/local/apps/rdiff-backup/1.2.8/bin
PATH: /cm/shared/apps/gcc/5.1.0/bin
PATH: /cm/shared/apps/autotools/ac269-am115-lt246/bin
PATH: /cm/shared/apps/git/2.4.3/bin
PATH: /cm/shared/apps/hub/v2.2.1/bin
PATH: /cm/shared/apps/go/1.4.2/go/bin
PATH: /cm/shared/apps/padb/3.3/bin
PATH: /cm/shared/apps/gdb/7.5.1/bin
PATH: /opt/intel/vtune_amplifier_xe/bin64
PATH: /opt/intel/composer_xe_2015.3.187/bin/intel64
PATH: /cm/shared/apps/mercurial/3.2.4/bin
PATH: /home/jsquyres/bogus/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /home/jsquyres/bin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:4233: === Configuring Open MPI Run Time Environment
configure:4249: *** Startup tests
configure:4327: checking build system type
configure:4341: result: x86_64-unknown-linux-gnu
configure:4361: checking host system type
configure:4374: result: x86_64-unknown-linux-gnu
configure:4394: checking target system type
configure:4407: result: x86_64-unknown-linux-gnu
configure:4533: checking for gcc
configure:4549: found /cm/shared/apps/gcc/5.1.0/bin/gcc
configure:4560: result: gcc
configure:4789: checking for C compiler version
configure:4798: gcc --version >&5
gcc (GCC) 5.1.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:4809: $? = 0
configure:4798: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/cm/shared/apps/gcc/5.1.0/libexec/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --prefix=/cm/shared/apps/gcc/5.1.0 --enable-languages=c,c++,fortran --with-gmp=/cm/shared/apps/gcc/5.1.0 --with-mpfr=/cm/shared/apps/gcc/5.1.0 --with-mpc=/cm/shared/apps/gcc/5.1.0
Thread model: posix
gcc version 5.1.0 (GCC)
configure:4809: $? = 0
configure:4798: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4809: $? = 1
configure:4798: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4809: $? = 1
configure:4829: checking whether the C compiler works
configure:4851: gcc conftest.c >&5
configure:4855: $? = 0
configure:4903: result: yes
configure:4906: checking for C compiler default output file name
configure:4908: result: a.out
configure:4914: checking for suffix of executables
configure:4921: gcc -o conftest conftest.c >&5
configure:4925: $? = 0
configure:4947: result:
configure:4969: checking whether we are cross compiling
configure:4977: gcc -o conftest conftest.c >&5
configure:4981: $? = 0
configure:4988: ./conftest
configure:4992: $? = 0
configure:5007: result: no
configure:5012: checking for suffix of object files
configure:5034: gcc -c conftest.c >&5
configure:5038: $? = 0
configure:5059: result: o
configure:5063: checking whether we are using the GNU C compiler
configure:5082: gcc -c conftest.c >&5
configure:5082: $? = 0
configure:5091: result: yes
configure:5100: checking whether gcc accepts -g
configure:5120: gcc -c -g conftest.c >&5
configure:5120: $? = 0
configure:5161: result: yes
configure:5178: checking for gcc option to accept ISO C89
configure:5241: gcc -c -g -O2 conftest.c >&5
configure:5241: $? = 0
configure:5254: result: none needed
configure:5280: checking how to run the C preprocessor
configure:5311: gcc -E conftest.c
configure:5311: $? = 0
configure:5325: gcc -E conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5325: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5350: result: gcc -E
configure:5370: gcc -E conftest.c
configure:5370: $? = 0
configure:5384: gcc -E conftest.c
conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5384: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5413: checking for grep that handles long lines and -e
configure:5471: result: /bin/grep
configure:5476: checking for egrep
configure:5538: result: /bin/grep -E
configure:5543: checking for ANSI C header files
configure:5563: gcc -c -g -O2 conftest.c >&5
configure:5563: $? = 0
configure:5636: gcc -o conftest -g -O2 conftest.c >&5
configure:5636: $? = 0
configure:5636: ./conftest
configure:5636: $? = 0
configure:5647: result: yes
configure:5660: checking for sys/types.h
configure:5660: gcc -c -g -O2 conftest.c >&5
configure:5660: $? = 0
configure:5660: result: yes
configure:5660: checking for sys/stat.h
configure:5660: gcc -c -g -O2 conftest.c >&5
configure:5660: $? = 0
configure:5660: result: yes
configure:5660: checking for stdlib.h
configure:5660: gcc -c -g -O2 conftest.c >&5
configure:5660: $? = 0
configure:5660: result: yes
configure:5660: checking for string.h
configure:5660: gcc -c -g -O2 conftest.c >&5
configure:5660: $? = 0
configure:5660: result: yes
configure:5660: checking for memory.h
configure:5660: gcc -c -g -O2 conftest.c >&5
configure:5660: $? = 0
configure:5660: result: yes
configure:5660: checking for strings.h
configure:5660: gcc -c -g -O2 conftest.c >&5
configure:5660: $? = 0
configure:5660: result: yes
configure:5660: checking for inttypes.h
configure:5660: gcc -c -g -O2 conftest.c >&5
configure:5660: $? = 0
configure:5660: result: yes
configure:5660: checking for stdint.h
configure:5660: gcc -c -g -O2 conftest.c >&5
configure:5660: $? = 0
configure:5660: result: yes
configure:5660: checking for unistd.h
configure:5660: gcc -c -g -O2 conftest.c >&5
configure:5660: $? = 0
configure:5660: result: yes
configure:5673: checking minix/config.h usability
configure:5673: gcc -c -g -O2 conftest.c >&5
conftest.c:53:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:5673: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5673: result: no
configure:5673: checking minix/config.h presence
configure:5673: gcc -E conftest.c
conftest.c:20:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:5673: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:5673: result: no
configure:5673: checking for minix/config.h
configure:5673: result: no
configure:5694: checking whether it is safe to define __EXTENSIONS__
configure:5712: gcc -c -g -O2 conftest.c >&5
configure:5712: $? = 0
configure:5719: result: yes
configure:5780: checking for a BSD-compatible install
configure:5848: result: /usr/bin/install -c
configure:5859: checking whether build environment is sane
configure:5914: result: yes
configure:6065: checking for a thread-safe mkdir -p
configure:6104: result: /bin/mkdir -p
configure:6111: checking for gawk
configure:6127: found /bin/gawk
configure:6138: result: gawk
configure:6149: checking whether make sets $(MAKE)
configure:6171: result: yes
configure:6201: checking for style of include used by make
configure:6229: result: GNU
configure:6263: checking whether make supports nested variables
configure:6280: result: yes
configure:6360: checking whether UID '182726' is supported by ustar format
configure:6363: result: yes
configure:6370: checking whether GID '1001' is supported by ustar format
configure:6373: result: yes
configure:6381: checking how to create a ustar tar archive
configure:6392: tar --version
tar (GNU tar) 1.23
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
configure:6395: $? = 0
configure:6435: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:6438: $? = 0
configure:6442: tar -xf - <conftest.tar
configure:6445: $? = 0
configure:6447: cat conftest.dir/file
GrepMe
configure:6450: $? = 0
configure:6463: result: gnutar
configure:6472: checking dependency style of gcc
configure:6583: result: gcc3
configure:6615: checking whether make supports nested variables
configure:6632: result: yes
configure:4249: *** Checking versions
configure:6681: checking for repo version
configure:6710: result: dev-2059-g77f8282
configure:6724: checking Open MPI Run-Time Environment version
configure:6726: result: 3.0.0a1
configure:6728: checking Open MPI Run-Time Environment release date
configure:6730: result: Unreleased developer copy
configure:6732: checking Open MPI Run-Time Environment repository version
configure:6734: result: dev-2059-g77f8282
configure:6811: checking for repo version
configure:6840: result: dev-2059-g77f8282
configure:6854: checking Open Portable Access Layer version
configure:6856: result: 3.0.0a1
configure:6858: checking Open Portable Access Layer release date
configure:6860: result: Unreleased developer copy
configure:6862: checking Open Portable Access Layer repository version
configure:6864: result: dev-2059-g77f8282
configure:6936: checking for bootstrap Autoconf version
configure:6939: result: 2.69
configure:6941: checking for bootstrap Automake version
configure:6943: result: 1.13
configure:6945: checking for boostrap Libtool version
configure:6948: result: 2.4.2
configure:4249: *** Initialization, setup
configure:6967: builddir: /home/jsquyres/git/ompi-bisect
configure:6969: srcdir: /home/jsquyres/git/ompi-bisect
configure:4249: *** OPAL Configuration options
configure:7197: checking if want to run code coverage
configure:7222: result: no
configure:7232: checking if want to compile with branch probabilities
configure:7244: result: no
configure:7254: checking if want to debug memory usage
configure:7266: result: no
configure:7286: checking if want to profile memory usage
configure:7298: result: no
configure:7318: checking if want developer-level compiler pickyness
configure:7330: result: no
configure:7345: checking if want developer-level debugging code
configure:7357: result: no
configure:7363: checking if want to developer-level timing framework
configure:7375: result: no
configure:7430: checking if want to install project-internal header files
configure:7443: result: no
configure:7461: checking if want pretty-print stacktrace
configure:7473: result: yes
configure:7488: checking if want pty support
configure:7500: result: yes
configure:7515: checking if want weak symbol support
configure:7523: result: yes
configure:7537: checking if want dlopen support
configure:7552: result: yes
configure:7561: checking if want heterogeneous support
configure:7573: result: no
configure:7587: checking if word-sized integers must be word-size aligned
configure:7618: gcc -o conftest conftest.c >&5
configure:7618: $? = 0
configure:7618: ./conftest
configure:7618: $? = 0
configure:7628: result: no
configure:7736: checking if want IPv6 support
configure:7748: result: no
configure:7762: checking if want package/brand string
configure:7778: result: Open MPI jsquyres@savbu-usnic-a Distribution
configure:7784: checking if want ident string
configure:7810: result: 3.0.0a1
configure:7817: checking if want to use an alternative checksum algo for messages
configure:7830: result: no
configure:7846: checking maximum length of processor name
configure:7877: result: 256
configure:7891: checking maximum length of error string
configure:7922: result: 256
configure:7936: checking maximum length of object name
configure:7967: result: 64
configure:7981: checking maximum length of info key
configure:8012: result: 36
configure:8026: checking maximum length of info val
configure:8057: result: 256
configure:8071: checking maximum length of port name
configure:8102: result: 1024
configure:8116: checking maximum length of datarep string
configure:8147: result: 128
configure:8173: checking if want getpwuid support
configure:8185: result: yes
configure:8202: checking __NetBSD__
configure:8218: gcc -c conftest.c >&5
conftest.c:64:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
error: this isnt __NetBSD__
^
configure:8218: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| /* end confdefs.h. */
| #ifndef __NetBSD__
| error: this isnt __NetBSD__
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8224: result: no
configure:8228: checking __FreeBSD__
configure:8244: gcc -c conftest.c >&5
conftest.c:64:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
error: this isnt __FreeBSD__
^
configure:8244: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| /* end confdefs.h. */
| #ifndef __FreeBSD__
| error: this isnt __FreeBSD__
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8250: result: no
configure:8254: checking __OpenBSD__
configure:8270: gcc -c conftest.c >&5
conftest.c:64:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
error: this isnt __OpenBSD__
^
configure:8270: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| /* end confdefs.h. */
| #ifndef __OpenBSD__
| error: this isnt __OpenBSD__
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8276: result: no
configure:8280: checking __DragonFly__
configure:8296: gcc -c conftest.c >&5
conftest.c:64:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
error: this isnt __DragonFly__
^
configure:8296: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| /* end confdefs.h. */
| #ifndef __DragonFly__
| error: this isnt __DragonFly__
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8302: result: no
configure:8306: checking __386BSD__
configure:8322: gcc -c conftest.c >&5
conftest.c:64:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
error: this isnt __386BSD__
^
configure:8322: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| /* end confdefs.h. */
| #ifndef __386BSD__
| error: this isnt __386BSD__
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8328: result: no
configure:8332: checking __bsdi__
configure:8348: gcc -c conftest.c >&5
conftest.c:64:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
error: this isnt __bsdi__
^
configure:8348: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| /* end confdefs.h. */
| #ifndef __bsdi__
| error: this isnt __bsdi__
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8354: result: no
configure:8358: checking __APPLE__
configure:8374: gcc -c conftest.c >&5
conftest.c:64:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
error: this isnt __APPLE__
^
configure:8374: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| /* end confdefs.h. */
| #ifndef __APPLE__
| error: this isnt __APPLE__
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8380: result: no
configure:8384: checking __linux__
configure:8400: gcc -c conftest.c >&5
configure:8400: $? = 0
configure:8406: result: yes
configure:8410: checking __sun__
configure:8426: gcc -c conftest.c >&5
conftest.c:64:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
error: this isnt __sun__
^
configure:8426: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| /* end confdefs.h. */
| #ifndef __sun__
| error: this isnt __sun__
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8432: result: no
configure:8437: checking __sun
configure:8453: gcc -c conftest.c >&5
conftest.c:64:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
error: this isnt __sun
^
configure:8453: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| /* end confdefs.h. */
| #ifndef __sun
| error: this isnt __sun
| #endif
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8459: result: no
configure:8481: checking netdb.h usability
configure:8481: gcc -c conftest.c >&5
configure:8481: $? = 0
configure:8481: result: yes
configure:8481: checking netdb.h presence
configure:8481: gcc -E conftest.c
configure:8481: $? = 0
configure:8481: result: yes
configure:8481: checking for netdb.h
configure:8481: result: yes
configure:8481: checking netinet/in.h usability
configure:8481: gcc -c conftest.c >&5
configure:8481: $? = 0
configure:8481: result: yes
configure:8481: checking netinet/in.h presence
configure:8481: gcc -E conftest.c
configure:8481: $? = 0
configure:8481: result: yes
configure:8481: checking for netinet/in.h
configure:8481: result: yes
configure:8481: checking netinet/tcp.h usability
configure:8481: gcc -c conftest.c >&5
configure:8481: $? = 0
configure:8481: result: yes
configure:8481: checking netinet/tcp.h presence
configure:8481: gcc -E conftest.c
configure:8481: $? = 0
configure:8481: result: yes
configure:8481: checking for netinet/tcp.h
configure:8481: result: yes
configure:8491: checking for struct sockaddr_in
configure:8491: gcc -c conftest.c >&5
configure:8491: $? = 0
configure:8491: gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:107:33: error: expected expression before ')' token
if (sizeof ((struct sockaddr_in)))
^
configure:8491: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_in)))
| return 0;
| ;
| return 0;
| }
configure:8491: result: yes
configure:8518: checking if --with-cuda is set
configure:8532: result: not set (--with-cuda=)
configure:8639: checking for struct CUipcMemHandle_st.reserved
configure:8639: gcc -c conftest.c >&5
conftest.c:68:19: fatal error: /cuda.h: No such file or directory
compilation terminated.
configure:8639: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h. */
| #include </cuda.h>
|
| int
| main ()
| {
| static struct CUipcMemHandle_st ac_aggr;
| if (ac_aggr.reserved)
| return 0;
| ;
| return 0;
| }
configure:8639: gcc -c conftest.c >&5
conftest.c:68:19: fatal error: /cuda.h: No such file or directory
compilation terminated.
configure:8639: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h. */
| #include </cuda.h>
|
| int
| main ()
| {
| static struct CUipcMemHandle_st ac_aggr;
| if (sizeof ac_aggr.reserved)
| return 0;
| ;
| return 0;
| }
configure:8639: result: no
configure:8698: checking whether CU_POINTER_ATTRIBUTE_SYNC_MEMOPS is declared
configure:8698: gcc -c conftest.c >&5
conftest.c:68:19: fatal error: /cuda.h: No such file or directory
compilation terminated.
configure:8698: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h. */
| #include </cuda.h>
|
| int
| main ()
| {
| #ifndef CU_POINTER_ATTRIBUTE_SYNC_MEMOPS
| #ifdef __cplusplus
| (void) CU_POINTER_ATTRIBUTE_SYNC_MEMOPS;
| #else
| (void) CU_POINTER_ATTRIBUTE_SYNC_MEMOPS;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:8698: result: no
configure:8724: gcc -c conftest.c >&5
conftest.c:68:19: fatal error: /cuda.h: No such file or directory
compilation terminated.
configure:8724: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h. */
| #include </cuda.h>
| int
| main ()
| {
|
| #if CUDA_VERSION < 6000
| #error "CUDA_VERSION is less than 6000"
| #endif
|
| ;
| return 0;
| }
configure:8734: checking whether cuPointerGetAttributes is declared
configure:8734: gcc -c conftest.c >&5
conftest.c:68:19: fatal error: /cuda.h: No such file or directory
compilation terminated.
configure:8734: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h. */
| #include </cuda.h>
|
| int
| main ()
| {
| #ifndef cuPointerGetAttributes
| #ifdef __cplusplus
| (void) cuPointerGetAttributes;
| #else
| (void) cuPointerGetAttributes;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:8734: result: no
configure:8744: checking if have cuda support
configure:8753: result: no
configure:4249: *** ORTE Configuration options
configure:8837: checking if want orterun "--prefix" behavior to be enabled by default
configure:8857: result: no
configure:8868: checking if want orte static ports
configure:8880: result: yes
configure:9110: checking if want wrapper compiler rpath support
configure:9120: result: yes
configure:4233: === Compiler and preprocessor tests
configure:4249: *** C compiler and preprocessor
configure:9255: checking for gcc
configure:9282: result: gcc
configure:9511: checking for C compiler version
configure:9520: gcc --version >&5
gcc (GCC) 5.1.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:9531: $? = 0
configure:9520: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/cm/shared/apps/gcc/5.1.0/libexec/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --prefix=/cm/shared/apps/gcc/5.1.0 --enable-languages=c,c++,fortran --with-gmp=/cm/shared/apps/gcc/5.1.0 --with-mpfr=/cm/shared/apps/gcc/5.1.0 --with-mpc=/cm/shared/apps/gcc/5.1.0
Thread model: posix
gcc version 5.1.0 (GCC)
configure:9531: $? = 0
configure:9520: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:9531: $? = 1
configure:9520: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:9531: $? = 1
configure:9535: checking whether we are using the GNU C compiler
configure:9563: result: yes
configure:9572: checking whether gcc accepts -g
configure:9633: result: yes
configure:9650: checking for gcc option to accept ISO C89
configure:9726: result: none needed
configure:9855: checking whether gcc and cc understand -c and -o together
configure:9886: gcc -c conftest.c -o conftest2.o >&5
configure:9890: $? = 0
configure:9896: gcc -c conftest.c -o conftest2.o >&5
configure:9900: $? = 0
configure:9911: cc -c conftest.c >&5
configure:9915: $? = 0
configure:9923: cc -c conftest.c -o conftest2.o >&5
configure:9927: $? = 0
configure:9933: cc -c conftest.c -o conftest2.o >&5
configure:9937: $? = 0
configure:9955: result: yes
configure:9995: checking for gcc option to accept ISO C99
configure:10144: gcc -c conftest.c >&5
configure:10144: $? = 0
configure:10157: result: none needed
configure:10183: checking for the C compiler vendor
configure:10212: gcc -c conftest.c >&5
conftest.c:78:2: error: #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
#error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
^
conftest.c:79:1: error: unknown type name 'choke'
choke me
^
conftest.c:79:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:10212: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| /* end confdefs.h. */
|
| #if !( defined(__INTEL_COMPILER) || defined(__ICC) )
| #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
| choke me
| #endif
configure:10229: gcc -c conftest.c >&5
conftest.c:78:2: error: #error "condition defined(__FUJITSU) not met"
#error "condition defined(__FUJITSU) not met"
^
conftest.c:79:1: error: unknown type name 'choke'
choke me
^
conftest.c:79:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:10229: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| /* end confdefs.h. */
|
| #if !( defined(__FUJITSU) )
| #error "condition defined(__FUJITSU) not met"
| choke me
| #endif
configure:10246: gcc -c conftest.c >&5
configure:10246: $? = 0
configure:10768: result: gnu
configure:10776: checking for ANSI C header files
configure:10880: result: yes
configure:11396: WARNING: -g has been added to CFLAGS (--enable-debug)
configure:11426: checking if gcc supports -Wno-long-double
configure:11442: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Wno-long-double -Wstrict-prototypes conftest.c >&5
conftest.c:80:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
cc1: warning: unrecognized command line option '-Wno-long-double'
configure:11442: $? = 0
configure:11455: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Wno-long-double -Wstrict-prototypes conftest.c >&5
conftest.c:80:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:82:13: warning: unused variable 'test' [-Wunused-variable]
long double test;
^
conftest.c: At top level:
cc1: warning: unrecognized command line option '-Wno-long-double'
configure:11455: $? = 0
configure:11478: result: no
configure:11579: WARNING: -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration has been added to CFLAGS (--enable-picky)
configure:11597: checking if gcc supports -finline-functions
configure:11613: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions conftest.c >&5
conftest.c:80:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:11613: $? = 0
configure:11629: result: yes
configure:11639: checking if gcc supports -fno-strict-aliasing
configure:11655: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:80:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:11655: $? = 0
configure:11662: result: yes
configure:11756: WARNING: -fno-strict-aliasing has been added to CFLAGS
configure:11900: checking if gcc supports __builtin_expect
configure:11917: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:80:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:11917: $? = 0
configure:11925: result: yes
configure:11939: checking if gcc supports __builtin_prefetch
configure:11956: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:81:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:11956: $? = 0
configure:11964: result: yes
configure:11978: checking if gcc supports __builtin_clz
configure:11995: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:82:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:11995: $? = 0
configure:12003: result: yes
configure:12081: checking for C optimization flags
configure:12128: result: -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing
configure:12147: checking for Interix environment
configure:12162: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:83:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:86:22: error: #error Normal Unix environment
#error Normal Unix environment
^
configure:12162: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| #if !defined(__INTERIX)
| #error Normal Unix environment
| #endif
| ;
| return 0;
| }
configure:12168: result: no
configure:12202: checking for C ident string support
configure:12230: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -c conftest.c -o conftest.o
conftest.c:2:0: warning: ignoring #pragma ident IDENT_MSG [-Wunknown-pragmas]
#pragma ident IDENT_MSG
^
configure:12237: $? = 0
configure:12273: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -c conftest.c -o conftest.o
conftest.c:2:2: warning: #ident is a GCC extension
#ident IDENT_MSG
^
configure:12280: $? = 0
configure:13155: result: #ident
configure:13165: checking for int8_t
configure:13165: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:119:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13165: $? = 0
configure:13165: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:119:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:121:21: error: expected expression before ')' token
if (sizeof ((int8_t)))
^
configure:13165: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int8_t)))
| return 0;
| ;
| return 0;
| }
configure:13165: result: yes
configure:13175: checking for uint8_t
configure:13175: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:120:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13175: $? = 0
configure:13175: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:120:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:122:22: error: expected expression before ')' token
if (sizeof ((uint8_t)))
^
configure:13175: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint8_t)))
| return 0;
| ;
| return 0;
| }
configure:13175: result: yes
configure:13185: checking for int16_t
configure:13185: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:121:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13185: $? = 0
configure:13185: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:121:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:123:22: error: expected expression before ')' token
if (sizeof ((int16_t)))
^
configure:13185: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int16_t)))
| return 0;
| ;
| return 0;
| }
configure:13185: result: yes
configure:13195: checking for uint16_t
configure:13195: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:122:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13195: $? = 0
configure:13195: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:122:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:124:23: error: expected expression before ')' token
if (sizeof ((uint16_t)))
^
configure:13195: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint16_t)))
| return 0;
| ;
| return 0;
| }
configure:13195: result: yes
configure:13205: checking for int32_t
configure:13205: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:123:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13205: $? = 0
configure:13205: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:123:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:125:22: error: expected expression before ')' token
if (sizeof ((int32_t)))
^
configure:13205: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int32_t)))
| return 0;
| ;
| return 0;
| }
configure:13205: result: yes
configure:13215: checking for uint32_t
configure:13215: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:124:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13215: $? = 0
configure:13215: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:124:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:126:23: error: expected expression before ')' token
if (sizeof ((uint32_t)))
^
configure:13215: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint32_t)))
| return 0;
| ;
| return 0;
| }
configure:13215: result: yes
configure:13225: checking for int64_t
configure:13225: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13225: $? = 0
configure:13225: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:127:22: error: expected expression before ')' token
if (sizeof ((int64_t)))
^
configure:13225: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int64_t)))
| return 0;
| ;
| return 0;
| }
configure:13225: result: yes
configure:13235: checking for uint64_t
configure:13235: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:126:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13235: $? = 0
configure:13235: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:126:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:128:23: error: expected expression before ')' token
if (sizeof ((uint64_t)))
^
configure:13235: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uint64_t)))
| return 0;
| ;
| return 0;
| }
configure:13235: result: yes
configure:13245: checking for int128_t
configure:13245: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:127:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:129:13: error: 'int128_t' undeclared (first use in this function)
if (sizeof (int128_t))
^
conftest.c:129:13: note: each undeclared identifier is reported only once for each function it appears in
configure:13245: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (int128_t))
| return 0;
| ;
| return 0;
| }
configure:13245: result: no
configure:13255: checking for __int128
configure:13255: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:127:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:129:13: warning: ISO C does not support '__int128' types [-Wpedantic]
if (sizeof (__int128))
^
configure:13255: $? = 0
configure:13255: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:127:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:129:14: warning: ISO C does not support '__int128' types [-Wpedantic]
if (sizeof ((__int128)))
^
conftest.c:129:23: error: expected expression before ')' token
if (sizeof ((__int128)))
^
configure:13255: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((__int128)))
| return 0;
| ;
| return 0;
| }
configure:13255: result: yes
configure:13265: checking for uint128_t
configure:13265: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:128:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:130:13: error: 'uint128_t' undeclared (first use in this function)
if (sizeof (uint128_t))
^
conftest.c:130:13: note: each undeclared identifier is reported only once for each function it appears in
configure:13265: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (uint128_t))
| return 0;
| ;
| return 0;
| }
configure:13265: result: no
configure:13275: checking for long long
configure:13275: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:128:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13275: $? = 0
configure:13275: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:128:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:130:24: error: expected expression before ')' token
if (sizeof ((long long)))
^
configure:13275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((long long)))
| return 0;
| ;
| return 0;
| }
configure:13275: result: yes
configure:13286: checking for __float128
configure:13286: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13286: $? = 0
configure:13286: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:131:25: error: expected expression before ')' token
if (sizeof ((__float128)))
^
configure:13286: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((__float128)))
| return 0;
| ;
| return 0;
| }
configure:13286: result: yes
configure:13296: checking for long double
configure:13296: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:130:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13296: $? = 0
configure:13296: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:130:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:132:26: error: expected expression before ')' token
if (sizeof ((long double)))
^
configure:13296: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((long double)))
| return 0;
| ;
| return 0;
| }
configure:13296: result: yes
configure:13310: checking complex.h usability
configure:13310: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:13310: $? = 0
configure:13310: result: yes
configure:13310: checking complex.h presence
configure:13310: gcc -E conftest.c
configure:13310: $? = 0
configure:13310: result: yes
configure:13310: checking for complex.h
configure:13310: result: yes
configure:13320: checking for float _Complex
configure:13320: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:132:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13320: $? = 0
configure:13320: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:132:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:134:29: error: expected expression before ')' token
if (sizeof ((float _Complex)))
^
configure:13320: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((float _Complex)))
| return 0;
| ;
| return 0;
| }
configure:13320: result: yes
configure:13330: checking for double _Complex
configure:13330: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13330: $? = 0
configure:13330: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:133:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:135:30: error: expected expression before ')' token
if (sizeof ((double _Complex)))
^
configure:13330: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((double _Complex)))
| return 0;
| ;
| return 0;
| }
configure:13330: result: yes
configure:13340: checking for long double _Complex
configure:13340: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:134:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13340: $? = 0
configure:13340: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:134:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:136:35: error: expected expression before ')' token
if (sizeof ((long double _Complex)))
^
configure:13340: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((long double _Complex)))
| return 0;
| ;
| return 0;
| }
configure:13340: result: yes
configure:13351: checking for intptr_t
configure:13351: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:135:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13351: $? = 0
configure:13351: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:135:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:137:23: error: expected expression before ')' token
if (sizeof ((intptr_t)))
^
configure:13351: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((intptr_t)))
| return 0;
| ;
| return 0;
| }
configure:13351: result: yes
configure:13361: checking for uintptr_t
configure:13361: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:136:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13361: $? = 0
configure:13361: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:136:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:138:24: error: expected expression before ')' token
if (sizeof ((uintptr_t)))
^
configure:13361: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((uintptr_t)))
| return 0;
| ;
| return 0;
| }
configure:13361: result: yes
configure:13371: checking for mode_t
configure:13371: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:137:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13371: $? = 0
configure:13371: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:137:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:139:21: error: expected expression before ')' token
if (sizeof ((mode_t)))
^
configure:13371: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| return 0;
| ;
| return 0;
| }
configure:13371: result: yes
configure:13381: checking for ssize_t
configure:13381: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:138:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13381: $? = 0
configure:13381: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:138:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:140:22: error: expected expression before ')' token
if (sizeof ((ssize_t)))
^
configure:13381: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
| return 0;
| ;
| return 0;
| }
configure:13381: result: yes
configure:13391: checking for ptrdiff_t
configure:13391: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:139:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13391: $? = 0
configure:13391: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:139:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:141:24: error: expected expression before ')' token
if (sizeof ((ptrdiff_t)))
^
configure:13391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:13391: result: yes
configure:13410: checking size of _Bool
configure:13415: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:139:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (_Bool)); }
^
conftest.c:140:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (_Bool)); }
^
conftest.c:144:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13415: $? = 0
configure:13415: ./conftest
configure:13415: $? = 0
configure:13429: result: 1
configure:13443: checking size of char
configure:13448: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:140:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (char)); }
^
conftest.c:141:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (char)); }
^
conftest.c:145:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13448: $? = 0
configure:13448: ./conftest
configure:13448: $? = 0
configure:13462: result: 1
configure:13476: checking size of short
configure:13481: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:141:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (short)); }
^
conftest.c:142:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (short)); }
^
conftest.c:146:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13481: $? = 0
configure:13481: ./conftest
configure:13481: $? = 0
configure:13495: result: 2
configure:13509: checking size of int
configure:13514: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:142:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (int)); }
^
conftest.c:143:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (int)); }
^
conftest.c:147:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13514: $? = 0
configure:13514: ./conftest
configure:13514: $? = 0
configure:13528: result: 4
configure:13542: checking size of long
configure:13547: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:143:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (long)); }
^
conftest.c:144:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (long)); }
^
conftest.c:148:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13547: $? = 0
configure:13547: ./conftest
configure:13547: $? = 0
configure:13561: result: 8
configure:13576: checking size of long long
configure:13581: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:144:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (long long)); }
^
conftest.c:145:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (long long)); }
^
conftest.c:149:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13581: $? = 0
configure:13581: ./conftest
configure:13581: $? = 0
configure:13595: result: 8
configure:13610: checking size of float
configure:13615: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:145:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (float)); }
^
conftest.c:146:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (float)); }
^
conftest.c:150:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13615: $? = 0
configure:13615: ./conftest
configure:13615: $? = 0
configure:13629: result: 4
configure:13643: checking size of double
configure:13648: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:146:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (double)); }
^
conftest.c:147:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (double)); }
^
conftest.c:151:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13648: $? = 0
configure:13648: ./conftest
configure:13648: $? = 0
configure:13662: result: 8
configure:13677: checking size of long double
configure:13682: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:147:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (long double)); }
^
conftest.c:148:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (long double)); }
^
conftest.c:152:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13682: $? = 0
configure:13682: ./conftest
configure:13682: $? = 0
configure:13696: result: 16
configure:13712: checking size of __float128
configure:13717: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:148:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (__float128)); }
^
conftest.c:149:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (__float128)); }
^
conftest.c:153:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13717: $? = 0
configure:13717: ./conftest
configure:13717: $? = 0
configure:13731: result: 16
configure:13749: checking size of float _Complex
configure:13754: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:149:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (float _Complex)); }
^
conftest.c:150:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (float _Complex)); }
^
conftest.c:154:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13754: $? = 0
configure:13754: ./conftest
configure:13754: $? = 0
configure:13768: result: 8
configure:13784: checking size of double _Complex
configure:13789: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:150:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (double _Complex)); }
^
conftest.c:151:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (double _Complex)); }
^
conftest.c:155:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13789: $? = 0
configure:13789: ./conftest
configure:13789: $? = 0
configure:13803: result: 16
configure:13819: checking size of long double _Complex
configure:13824: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:151:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (long double _Complex)); }
^
conftest.c:152:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (long double _Complex)); }
^
conftest.c:156:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13824: $? = 0
configure:13824: ./conftest
configure:13824: $? = 0
configure:13838: result: 32
configure:13854: checking size of void *
configure:13859: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:152:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (void *)); }
^
conftest.c:153:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (void *)); }
^
conftest.c:157:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13859: $? = 0
configure:13859: ./conftest
configure:13859: $? = 0
configure:13873: result: 8
configure:13887: checking size of size_t
configure:13892: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:153:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (size_t)); }
^
conftest.c:154:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (size_t)); }
^
conftest.c:158:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13892: $? = 0
configure:13892: ./conftest
configure:13892: $? = 0
configure:13906: result: 8
configure:13921: checking size of ssize_t
configure:13926: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:154:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (ssize_t)); }
^
conftest.c:155:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (ssize_t)); }
^
conftest.c:159:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13926: $? = 0
configure:13926: ./conftest
configure:13926: $? = 0
configure:13940: result: 8
configure:13956: checking size of ptrdiff_t
configure:13961: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:155:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (ptrdiff_t)); }
^
conftest.c:156:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (ptrdiff_t)); }
^
conftest.c:160:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13961: $? = 0
configure:13961: ./conftest
configure:13961: $? = 0
configure:13975: result: 8
configure:13990: checking size of wchar_t
configure:13995: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:156:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (wchar_t)); }
^
conftest.c:157:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (wchar_t)); }
^
conftest.c:161:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:13995: $? = 0
configure:13995: ./conftest
configure:13995: $? = 0
configure:14009: result: 4
configure:14024: checking size of pid_t
configure:14029: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:157:17: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static long int longval () { return (long int) (sizeof (pid_t)); }
^
conftest.c:158:26: warning: function declaration isn't a prototype [-Wstrict-prototypes]
static unsigned long int ulongval () { return (long int) (sizeof (pid_t)); }
^
conftest.c:162:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14029: $? = 0
configure:14029: ./conftest
configure:14029: $? = 0
configure:14043: result: 4
configure:14060: checking alignment of bool
configure:14108: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:160:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14108: $? = 0
configure:14108: ./conftest
configure:14108: $? = 0
configure:14122: result: 1
configure:14134: checking alignment of int8_t
configure:14182: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:161:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14182: $? = 0
configure:14182: ./conftest
configure:14182: $? = 0
configure:14196: result: 1
configure:14208: checking alignment of int16_t
configure:14256: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:162:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14256: $? = 0
configure:14256: ./conftest
configure:14256: $? = 0
configure:14270: result: 2
configure:14282: checking alignment of int32_t
configure:14330: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:163:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14330: $? = 0
configure:14330: ./conftest
configure:14330: $? = 0
configure:14344: result: 4
configure:14356: checking alignment of int64_t
configure:14404: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:164:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14404: $? = 0
configure:14404: ./conftest
configure:14404: $? = 0
configure:14418: result: 8
configure:14506: checking alignment of char
configure:14554: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:165:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14554: $? = 0
configure:14554: ./conftest
configure:14554: $? = 0
configure:14568: result: 1
configure:14580: checking alignment of short
configure:14628: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:166:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14628: $? = 0
configure:14628: ./conftest
configure:14628: $? = 0
configure:14642: result: 2
configure:14654: checking alignment of wchar_t
configure:14702: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:167:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14702: $? = 0
configure:14702: ./conftest
configure:14702: $? = 0
configure:14716: result: 4
configure:14728: checking alignment of int
configure:14776: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:168:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14776: $? = 0
configure:14776: ./conftest
configure:14776: $? = 0
configure:14790: result: 4
configure:14802: checking alignment of long
configure:14850: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:169:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14850: $? = 0
configure:14850: ./conftest
configure:14850: $? = 0
configure:14864: result: 8
configure:14877: checking alignment of long long
configure:14925: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:170:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:14925: $? = 0
configure:14925: ./conftest
configure:14925: $? = 0
configure:14939: result: 8
configure:14952: checking alignment of float
configure:15000: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:171:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15000: $? = 0
configure:15000: ./conftest
configure:15000: $? = 0
configure:15014: result: 4
configure:15026: checking alignment of double
configure:15074: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:172:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15074: $? = 0
configure:15074: ./conftest
configure:15074: $? = 0
configure:15088: result: 8
configure:15101: checking alignment of long double
configure:15149: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:173:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15149: $? = 0
configure:15149: ./conftest
configure:15149: $? = 0
configure:15163: result: 16
configure:15177: checking alignment of __float128
configure:15225: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:174:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15225: $? = 0
configure:15225: ./conftest
configure:15225: $? = 0
configure:15239: result: 16
configure:15257: checking alignment of float _Complex
configure:15305: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:175:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15305: $? = 0
configure:15305: ./conftest
configure:15305: $? = 0
configure:15319: result: 4
configure:15333: checking alignment of double _Complex
configure:15381: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:176:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15381: $? = 0
configure:15381: ./conftest
configure:15381: $? = 0
configure:15395: result: 8
configure:15409: checking alignment of long double _Complex
configure:15457: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:177:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15457: $? = 0
configure:15457: ./conftest
configure:15457: $? = 0
configure:15471: result: 16
configure:15485: checking alignment of void *
configure:15533: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:178:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15533: $? = 0
configure:15533: ./conftest
configure:15533: $? = 0
configure:15547: result: 8
configure:15559: checking alignment of size_t
configure:15607: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:179:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:15607: $? = 0
configure:15607: ./conftest
configure:15607: $? = 0
configure:15621: result: 8
configure:15638: checking for weak symbol support
configure:15669: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -c conftest_weak.c
configure:15676: $? = 0
configure:15686: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c conftest_weak.o -o conftest
conftest.c:2:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
int main() { return fake(3); }
^
configure:15693: $? = 0
configure:15719: result: yes
configure:15729: checking for macro weak symbol support
configure:15766: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -c conftest_weak.c
configure:15773: $? = 0
configure:15783: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c conftest_weak.o -o conftest
conftest.c:2:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
int main() { return fake1(3) + fake2(3); }
^
configure:15790: $? = 0
configure:15816: result: yes
configure:15944: checking for functional offsetof macro
configure:15957: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:147:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:149:32: warning: unused variable 'offset' [-Wunused-variable]
struct foo {int a, b;}; size_t offset = offsetof(struct foo, b);
^
configure:15957: $? = 0
configure:15992: result: yes
configure:4249: *** Compiler characteristics
configure:16045: checking for __attribute__
configure:16069: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:153:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16069: $? = 0
configure:16094: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:153:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16094: $? = 0
configure:16142: result: yes
configure:16146: checking for __attribute__(aligned)
configure:16166: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:148:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16166: $? = 0
configure:16259: result: yes
configure:16271: checking for __attribute__(always_inline)
configure:16291: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:148:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16291: $? = 0
configure:16384: result: yes
configure:16393: checking for __attribute__(cold)
configure:16416: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:151:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16416: $? = 0
configure:16509: result: yes
configure:16518: checking for __attribute__(const)
configure:16541: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:151:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16541: $? = 0
configure:16634: result: yes
configure:16643: checking for __attribute__(deprecated)
configure:16666: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:151:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16666: $? = 0
configure:16759: result: yes
configure:16768: checking for __attribute__(deprecated_argument)
configure:16791: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:151:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16791: $? = 0
configure:16884: result: yes
configure:16903: checking for __attribute__(format)
configure:16925: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:150:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:16925: $? = 0
configure:17000: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -Wall conftest.c >&5
conftest.c: In function 'usage':
conftest.c:151:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int *' [-Wformat=]
return this_printf (*argument, "%d", argument); /* This should produce a format warning */
^
configure:17000: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| /* end confdefs.h. */
|
| static int usage (int * argument);
| extern int this_printf (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3)));
|
| static int usage (int * argument) {
| return this_printf (*argument, "%d", argument); /* This should produce a format warning */
| }
| /* The autoconf-generated main-function is int main(), which produces a warning by itself */
| int main(void);
|
| int
| main ()
| {
|
| int i=4711;
| i=usage(&i);
|
| ;
| return 0;
| }
configure:17036: result: yes
configure:17055: checking for __attribute__(format_funcptr)
configure:17077: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:150:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:17077: $? = 0
configure:17152: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -Wall conftest.c >&5
conftest.c: In function 'usage':
conftest.c:151:48: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int *' [-Wformat=]
return (*this_printf) (*argument, "%d", argument); /* This should produce a format warning */
^
configure:17152: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| /* end confdefs.h. */
|
| static int usage (int * argument);
| extern int (*this_printf) (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3)));
|
| static int usage (int * argument) {
| return (*this_printf) (*argument, "%d", argument); /* This should produce a format warning */
| }
| /* The autoconf-generated main-function is int main(), which produces a warning by itself */
| int main(void);
|
| int
| main ()
| {
|
| int i=4711;
| i=usage(&i);
|
| ;
| return 0;
| }
configure:17188: result: yes
configure:17197: checking for __attribute__(hot)
configure:17220: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:151:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:17220: $? = 0
configure:17313: result: yes
configure:17322: checking for __attribute__(malloc)
configure:17348: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:154:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:17348: $? = 0
configure:17441: result: yes
configure:17456: checking for __attribute__(may_alias)
configure:17476: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:148:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:17476: $? = 0
configure:17569: result: yes
configure:17579: checking for __attribute__(no_instrument_function)
configure:17599: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:148:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:17599: $? = 0
configure:17692: result: yes
configure:17702: checking for __attribute__(noinline)
configure:17727: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:153:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c:150:21: warning: 'bar' defined but not used [-Wunused-function]
static int bar(int arg1, int arg2) { return arg1 * arg2 + arg1; }
^
configure:17727: $? = 0
configure:17820: result: yes
configure:17844: checking for __attribute__(nonnull)
configure:17867: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:151:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:17867: $? = 0
configure:17944: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -Wall conftest.c >&5
conftest.c: In function 'usage':
conftest.c:152:14: warning: null argument where non-null required (argument 1) [-Wnonnull]
return square( ((void*)0) ); /* This should produce an argument must be nonnull warning */
^
configure:17944: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| /* end confdefs.h. */
|
| static int usage(int * argument);
| int square(int * argument) __attribute__ ((__nonnull__));
| int square(int * argument) { return (*argument) * (*argument); }
|
| static int usage(int * argument) {
| return square( ((void*)0) ); /* This should produce an argument must be nonnull warning */
| }
| /* The autoconf-generated main-function is int main(), which produces a warning by itself */
| int main(void);
|
| int
| main ()
| {
|
| int i=4711;
| i=usage(&i);
|
| ;
| return 0;
| }
configure:17980: result: yes
configure:17990: checking for __attribute__(noreturn)
configure:18019: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:157:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:18019: $? = 0
configure:18112: result: yes
configure:18122: checking for __attribute__(noreturn_funcptr)
configure:18151: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:154:15: warning: no previous prototype for 'fatal' [-Wmissing-prototypes]
void fatal(int arg1) { fatal_exit (arg1); }
^
conftest.c:157:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:18151: $? = 0
configure:18244: result: yes
configure:18254: checking for __attribute__(packed)
configure:18279: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:153:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:18279: $? = 0
configure:18372: result: yes
configure:18381: checking for __attribute__(pure)
configure:18404: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:151:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:18404: $? = 0
configure:18497: result: yes
configure:18523: checking for __attribute__(sentinel)
configure:18545: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:150:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:18545: $? = 0
configure:18622: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -Wall conftest.c >&5
conftest.c: In function 'usage':
conftest.c:152:14: warning: missing sentinel in function call [-Wformat=]
return my_execlp ("lala", "/home/there", last_arg_should_be_null); /* This should produce a warning */
^
configure:18622: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| /* end confdefs.h. */
|
| static int usage(int * argument);
| int my_execlp(const char * file, const char *arg, ...) __attribute__ ((__sentinel__));
|
| static int usage(int * argument) {
| void * last_arg_should_be_null = argument;
| return my_execlp ("lala", "/home/there", last_arg_should_be_null); /* This should produce a warning */
| }
| /* The autoconf-generated main-function is int main(), which produces a warning by itself */
| int main(void);
|
| int
| main ()
| {
|
| int i=4711;
| i=usage(&i);
|
| ;
| return 0;
| }
configure:18658: result: yes
configure:18667: checking for __attribute__(unused)
configure:18690: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:151:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:18690: $? = 0
configure:18783: result: yes
configure:18796: checking for __attribute__(visibility)
configure:18818: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:150:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:18818: $? = 0
configure:18911: result: yes
configure:18936: checking for __attribute__(warn_unused_result)
configure:18959: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:151:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:18959: $? = 0
configure:19040: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -Wall conftest.c >&5
conftest.c: In function 'usage':
conftest.c:152:12: warning: ignoring return value of 'foo', declared with attribute warn_unused_result [-Wunused-result]
foo (*argument); /* Should produce an unused result warning */
^
configure:19040: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| /* end confdefs.h. */
|
| static int usage(int * argument);
| int foo(int arg) __attribute__ ((__warn_unused_result__));
|
| int foo(int arg) { return arg + 3; }
| static int usage(int * argument) {
| foo (*argument); /* Should produce an unused result warning */
| return 0;
| }
|
| /* The autoconf-generated main-function is int main(), which produces a warning by itself */
| int main(void);
|
| int
| main ()
| {
|
| int i=4711;
| i=usage(&i);
|
| ;
| return 0;
| }
configure:19076: result: yes
configure:19086: checking for __attribute__(weak_alias)
configure:19110: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:152:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:19110: $? = 0
configure:19203: result: yes
configure:19212: checking for __attribute__(destructor)
configure:19235: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:151:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:19235: $? = 0
configure:19328: result: yes
configure:19463: checking for compiler familyid
configure:19493: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -I/home/jsquyres/git/ompi-bisect/opal/include/opal conftest.c >&5
configure:19493: $? = 0
configure:19493: ./conftest
configure:19493: $? = 0
configure:19509: result: 1
configure:19519: checking for compiler familyname
configure:19549: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -I/home/jsquyres/git/ompi-bisect/opal/include/opal conftest.c >&5
configure:19549: $? = 0
configure:19549: ./conftest
configure:19549: $? = 0
configure:19565: result: GNU
configure:19575: checking for compiler version
configure:19605: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -I/home/jsquyres/git/ompi-bisect/opal/include/opal conftest.c >&5
configure:19605: $? = 0
configure:19605: ./conftest
configure:19605: $? = 0
configure:19621: result: 327936
configure:19631: checking for compiler version_str
configure:19661: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -I/home/jsquyres/git/ompi-bisect/opal/include/opal conftest.c >&5
configure:19661: $? = 0
configure:19661: ./conftest
configure:19661: $? = 0
configure:19677: result: 5.1.0
configure:4249: *** Assembler
configure:19726: checking dependency style of gcc
configure:19835: result: gcc3
configure:19850: checking for BSD- or MS-compatible name lister (nm)
configure:19899: result: /usr/bin/nm -B
configure:20029: checking the name lister (/usr/bin/nm -B) interface
configure:20036: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:20039: /usr/bin/nm -B "conftest.o"
configure:20042: output
0000000000000000 B some_variable
configure:20049: result: BSD nm
configure:20052: checking for fgrep
configure:20114: result: /bin/grep -F
configure:20384: checking if .proc/endp is needed
configure:20401: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:20404: $? = 1
conftest.s: Assembler messages:
conftest.s:2: Error: unknown pseudo-op: `.proc'
conftest.s:4: Error: unknown pseudo-op: `.endp'
configure: failed program was:
.proc mysym
mysym:
.endp mysym
configure:20421: result: no
configure:20433: checking directive for setting text section
configure:20450: result: .text
configure:20461: checking directive for exporting symbols
configure:20473: result: .globl
configure:20488: checking for objdump
configure:20504: found /usr/bin/objdump
configure:20515: result: objdump
configure:20523: checking if .note.GNU-stack is needed
configure:20537: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -c conftest.c -o conftest.o
conftest.c:1:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
int testfunc() {return 0; }
^
configure:20544: $? = 0
configure:20576: result: yes
configure:20585: checking suffix for labels
configure:20593: result: :
configure:20604: checking prefix for global symbol labels
configure: trying _
configure:20644: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:20647: $? = 0
configure:20652: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -I. conftest_c.c -c > conftest.cmpl 2>&1
configure:20655: $? = 0
conftest_c.c:9:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main()
^
configure:20660: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest_c.o conftest.o -o conftest > conftest.link 2>&1
configure:20663: $? = 1
conftest_c.o: In function `main':
conftest_c.c:(.text+0x5): undefined reference to `gsym_test_func'
collect2: error: ld returned 1 exit status
configure: failed C program was:
#ifdef __cplusplus
extern "C" {
#endif
void gsym_test_func(void);
#ifdef __cplusplus
}
#endif
int
main()
{
gsym_test_func();
return 0;
}
configure: failed ASM program was:
.text
# _gsym_test_func
.globl _gsym_test_func
_gsym_test_func:
# _gsym_test_func
configure: trying
configure:20644: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:20647: $? = 0
configure:20652: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -I. conftest_c.c -c > conftest.cmpl 2>&1
configure:20655: $? = 0
conftest_c.c:9:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main()
^
configure:20660: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest_c.o conftest.o -o conftest > conftest.link 2>&1
configure:20663: $? = 0
configure:20701: result:
configure:20720: checking prefix for lsym labels
configure: trying L
configure:20742: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:20745: $? = 0
configure: trying .L
configure:20742: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:20745: $? = 0
configure:20787: result: .L
configure:20798: checking prefix for function in .type
configure: trying @
configure:20826: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:20829: $? = 0
configure:20856: result: @
configure:20868: checking if .size is needed
configure:20882: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:20885: $? = 0
configure:20902: result: yes
configure:20924: checking if .align directive takes logarithmic value
configure:20943: gcc -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1
configure:20946: $? = 0
configure: .align test address offset is 04
configure:20969: result: no
configure:21046: checking if processor supports x86_64 16-byte compare-and-exchange
configure:21065: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:185:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:21065: $? = 0
configure:21065: ./conftest
configure:21065: $? = 0
configure:21066: result: yes
configure:21115: checking if compiler correctly handles volatile 128bits
configure:21171: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:192:5: warning: ISO C does not support '__int128' types [-Wpedantic]
__int128 value;
^
conftest.c:199:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:21171: $? = 0
configure:21171: ./conftest
configure:21171: $? = 0
configure:21172: result: yes
configure:21551: checking if gcc supports GCC inline assembly
configure:21578: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:220:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:21578: $? = 0
configure:21578: ./conftest
configure:21578: $? = 0
configure:21618: result: yes
configure:21637: checking if gcc supports DEC inline assembly
configure:21654: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:220:19: fatal error: c_asm.h: No such file or directory
compilation terminated.
configure:21654: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <c_asm.h>
| int
| main ()
| {
| asm("");
| return 0;
| ;
| return 0;
| }
configure:21662: result: no
configure:21681: checking if gcc supports XLC inline assembly
configure:21691: result: no
configure:21722: checking for assembly format
configure:21724: result: default-.text-.globl-:--.L-@-1-0-1-1-1
configure:21736: checking for assembly architecture
configure:21738: result: AMD64
configure:21801: checking for builtin atomics
configure:21803: result: BUILTIN_NO
configure:21819: checking for perl
configure:21835: found /usr/bin/perl
configure:21846: result: perl
configure:21856: checking for pre-built assembly file
configure:21867: result: no (atomic-amd64-linux.s not found)
configure:21881: checking whether possible to generate assembly file
configure:21886: perl /home/jsquyres/git/ompi-bisect/opal/asm/generate-asm.pl AMD64 default-.text-.globl-:--.L-@-1-0-1-1-1 /home/jsquyres/git/ompi-bisect/opal/asm/base /home/jsquyres/git/ompi-bisect/opal/asm/generated/atomic-local.s >conftest.out 2>&1
configure:21889: $? = 0
configure:21893: result: yes
configure:21921: checking for atomic assembly filename
configure:21928: result: atomic-local.s
configure:4233: === Header file tests
configure:22081: checking alloca.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking alloca.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for alloca.h
configure:22081: result: yes
configure:22081: checking aio.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking aio.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for aio.h
configure:22081: result: yes
configure:22081: checking arpa/inet.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking arpa/inet.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for arpa/inet.h
configure:22081: result: yes
configure:22081: checking dirent.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking dirent.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for dirent.h
configure:22081: result: yes
configure:22081: checking dlfcn.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking dlfcn.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for dlfcn.h
configure:22081: result: yes
configure:22081: checking execinfo.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking execinfo.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for execinfo.h
configure:22081: result: yes
configure:22081: checking err.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking err.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for err.h
configure:22081: result: yes
configure:22081: checking fcntl.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking fcntl.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for fcntl.h
configure:22081: result: yes
configure:22081: checking grp.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking grp.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for grp.h
configure:22081: result: yes
configure:22081: checking libgen.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking libgen.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for libgen.h
configure:22081: result: yes
configure:22081: checking libutil.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:236:21: fatal error: libutil.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libutil.h>
configure:22081: result: no
configure:22081: checking libutil.h presence
configure:22081: gcc -E conftest.c
conftest.c:203:21: fatal error: libutil.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| /* end confdefs.h. */
| #include <libutil.h>
configure:22081: result: no
configure:22081: checking for libutil.h
configure:22081: result: no
configure:22081: checking for memory.h
configure:22081: result: yes
configure:22081: checking for netdb.h
configure:22081: result: yes
configure:22081: checking for netinet/in.h
configure:22081: result: yes
configure:22081: checking for netinet/tcp.h
configure:22081: result: yes
configure:22081: checking poll.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking poll.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for poll.h
configure:22081: result: yes
configure:22081: checking pthread.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking pthread.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for pthread.h
configure:22081: result: yes
configure:22081: checking pty.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking pty.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for pty.h
configure:22081: result: yes
configure:22081: checking pwd.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking pwd.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for pwd.h
configure:22081: result: yes
configure:22081: checking sched.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sched.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sched.h
configure:22081: result: yes
configure:22081: checking for strings.h
configure:22081: result: yes
configure:22081: checking stropts.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:246:21: fatal error: stropts.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <stropts.h>
configure:22081: result: no
configure:22081: checking stropts.h presence
configure:22081: gcc -E conftest.c
conftest.c:213:21: fatal error: stropts.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| /* end confdefs.h. */
| #include <stropts.h>
configure:22081: result: no
configure:22081: checking for stropts.h
configure:22081: result: no
configure:22081: checking sys/fcntl.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/fcntl.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/fcntl.h
configure:22081: result: yes
configure:22081: checking sys/ipc.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/ipc.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/ipc.h
configure:22081: result: yes
configure:22081: checking sys/shm.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/shm.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/shm.h
configure:22081: result: yes
configure:22081: checking sys/ioctl.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/ioctl.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/ioctl.h
configure:22081: result: yes
configure:22081: checking sys/mman.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/mman.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/mman.h
configure:22081: result: yes
configure:22081: checking sys/param.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/param.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/param.h
configure:22081: result: yes
configure:22081: checking sys/queue.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/queue.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/queue.h
configure:22081: result: yes
configure:22081: checking sys/resource.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/resource.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/resource.h
configure:22081: result: yes
configure:22081: checking sys/select.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/select.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/select.h
configure:22081: result: yes
configure:22081: checking sys/socket.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/socket.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/socket.h
configure:22081: result: yes
configure:22081: checking sys/sockio.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:256:24: fatal error: sys/sockio.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/sockio.h>
configure:22081: result: no
configure:22081: checking sys/sockio.h presence
configure:22081: gcc -E conftest.c
conftest.c:223:24: fatal error: sys/sockio.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h. */
| #include <sys/sockio.h>
configure:22081: result: no
configure:22081: checking for sys/sockio.h
configure:22081: result: no
configure:22081: checking for sys/stat.h
configure:22081: result: yes
configure:22081: checking sys/statfs.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/statfs.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/statfs.h
configure:22081: result: yes
configure:22081: checking sys/statvfs.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/statvfs.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/statvfs.h
configure:22081: result: yes
configure:22081: checking sys/time.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/time.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/time.h
configure:22081: result: yes
configure:22081: checking sys/tree.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:260:22: fatal error: sys/tree.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/tree.h>
configure:22081: result: no
configure:22081: checking sys/tree.h presence
configure:22081: gcc -E conftest.c
conftest.c:227:22: fatal error: sys/tree.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h. */
| #include <sys/tree.h>
configure:22081: result: no
configure:22081: checking for sys/tree.h
configure:22081: result: no
configure:22081: checking for sys/types.h
configure:22081: result: yes
configure:22081: checking sys/uio.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/uio.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/uio.h
configure:22081: result: yes
configure:22081: checking sys/un.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/un.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/un.h
configure:22081: result: yes
configure:22081: checking net/uio.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:263:21: fatal error: net/uio.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <net/uio.h>
configure:22081: result: no
configure:22081: checking net/uio.h presence
configure:22081: gcc -E conftest.c
conftest.c:230:21: fatal error: net/uio.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| /* end confdefs.h. */
| #include <net/uio.h>
configure:22081: result: no
configure:22081: checking for net/uio.h
configure:22081: result: no
configure:22081: checking sys/utsname.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/utsname.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/utsname.h
configure:22081: result: yes
configure:22081: checking sys/vfs.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/vfs.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/vfs.h
configure:22081: result: yes
configure:22081: checking sys/wait.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking sys/wait.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for sys/wait.h
configure:22081: result: yes
configure:22081: checking syslog.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking syslog.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for syslog.h
configure:22081: result: yes
configure:22081: checking termios.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking termios.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for termios.h
configure:22081: result: yes
configure:22081: checking ulimit.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking ulimit.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for ulimit.h
configure:22081: result: yes
configure:22081: checking for unistd.h
configure:22081: result: yes
configure:22081: checking util.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:270:18: fatal error: util.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <util.h>
configure:22081: result: no
configure:22081: checking util.h presence
configure:22081: gcc -E conftest.c
conftest.c:237:18: fatal error: util.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <util.h>
configure:22081: result: no
configure:22081: checking for util.h
configure:22081: result: no
configure:22081: checking utmp.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking utmp.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for utmp.h
configure:22081: result: yes
configure:22081: checking malloc.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking malloc.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for malloc.h
configure:22081: result: yes
configure:22081: checking ifaddrs.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking ifaddrs.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for ifaddrs.h
configure:22081: result: yes
configure:22081: checking crt_externs.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:273:25: fatal error: crt_externs.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:22081: result: no
configure:22081: checking crt_externs.h presence
configure:22081: gcc -E conftest.c
conftest.c:240:25: fatal error: crt_externs.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| /* end confdefs.h. */
| #include <crt_externs.h>
configure:22081: result: no
configure:22081: checking for crt_externs.h
configure:22081: result: no
configure:22081: checking regex.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking regex.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for regex.h
configure:22081: result: yes
configure:22081: checking mntent.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking mntent.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for mntent.h
configure:22081: result: yes
configure:22081: checking paths.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking paths.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for paths.h
configure:22081: result: yes
configure:22081: checking ioLib.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:276:19: fatal error: ioLib.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ioLib.h>
configure:22081: result: no
configure:22081: checking ioLib.h presence
configure:22081: gcc -E conftest.c
conftest.c:243:19: fatal error: ioLib.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <ioLib.h>
configure:22081: result: no
configure:22081: checking for ioLib.h
configure:22081: result: no
configure:22081: checking sockLib.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:276:21: fatal error: sockLib.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sockLib.h>
configure:22081: result: no
configure:22081: checking sockLib.h presence
configure:22081: gcc -E conftest.c
conftest.c:243:21: fatal error: sockLib.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <sockLib.h>
configure:22081: result: no
configure:22081: checking for sockLib.h
configure:22081: result: no
configure:22081: checking hostLib.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:276:21: fatal error: hostLib.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <hostLib.h>
configure:22081: result: no
configure:22081: checking hostLib.h presence
configure:22081: gcc -E conftest.c
conftest.c:243:21: fatal error: hostLib.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <hostLib.h>
configure:22081: result: no
configure:22081: checking for hostLib.h
configure:22081: result: no
configure:22081: checking shlwapi.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:276:21: fatal error: shlwapi.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <shlwapi.h>
configure:22081: result: no
configure:22081: checking shlwapi.h presence
configure:22081: gcc -E conftest.c
conftest.c:243:21: fatal error: shlwapi.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <shlwapi.h>
configure:22081: result: no
configure:22081: checking for shlwapi.h
configure:22081: result: no
configure:22081: checking sys/synch.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:276:23: fatal error: sys/synch.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/synch.h>
configure:22081: result: no
configure:22081: checking sys/synch.h presence
configure:22081: gcc -E conftest.c
conftest.c:243:23: fatal error: sys/synch.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| /* end confdefs.h. */
| #include <sys/synch.h>
configure:22081: result: no
configure:22081: checking for sys/synch.h
configure:22081: result: no
configure:22081: checking db.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking db.h presence
configure:22081: gcc -E conftest.c
configure:22081: $? = 0
configure:22081: result: yes
configure:22081: checking for db.h
configure:22081: result: yes
configure:22081: checking ndbm.h usability
configure:22081: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:277:18: fatal error: ndbm.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ndbm.h>
configure:22081: result: no
configure:22081: checking ndbm.h presence
configure:22081: gcc -E conftest.c
conftest.c:244:18: fatal error: ndbm.h: No such file or directory
compilation terminated.
configure:22081: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| /* end confdefs.h. */
| #include <ndbm.h>
configure:22081: result: no
configure:22081: checking for ndbm.h
configure:22081: result: no
configure:22094: checking for sys/mount.h
configure:22094: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22094: $? = 0
configure:22094: result: yes
configure:22112: checking for sys/sysctl.h
configure:22112: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22112: $? = 0
configure:22112: result: yes
configure:22132: checking for net/if.h
configure:22132: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
configure:22132: $? = 0
configure:22132: result: yes
configure:4233: === Type tests
configure:22250: checking for socklen_t
configure:22250: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:288:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:22250: $? = 0
configure:22250: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:288:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:290:24: error: expected expression before ')' token
if (sizeof ((socklen_t)))
^
configure:22250: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:22250: result: yes
configure:22266: checking for struct sockaddr_in
configure:22266: result: yes
configure:22282: checking for struct sockaddr_in6
configure:22282: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:290:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:22282: $? = 0
configure:22282: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:290:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:292:34: error: expected expression before ')' token
if (sizeof ((struct sockaddr_in6)))
^
configure:22282: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_in6)))
| return 0;
| ;
| return 0;
| }
configure:22282: result: yes
configure:22298: checking for struct sockaddr_storage
configure:22298: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:291:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:22298: $? = 0
configure:22298: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:291:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:293:38: error: expected expression before ')' token
if (sizeof ((struct sockaddr_storage)))
^
configure:22298: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_storage)))
| return 0;
| ;
| return 0;
| }
configure:22298: result: yes
configure:22316: checking whether AF_UNSPEC is declared
configure:22316: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:292:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:22316: $? = 0
configure:22316: result: yes
configure:22333: checking whether PF_UNSPEC is declared
configure:22333: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:293:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:22333: $? = 0
configure:22333: result: yes
configure:22350: checking whether AF_INET6 is declared
configure:22350: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:294:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:22350: $? = 0
configure:22350: result: yes
configure:22367: checking whether PF_INET6 is declared
configure:22367: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:295:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:22367: $? = 0
configure:22367: result: yes
configure:22424: checking if SA_RESTART defined in signal.h
configure:22447: result: yes
configure:22471: checking for struct sockaddr.sa_len
configure:22471: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:266:12: error: 'struct sockaddr' has no member named 'sa_len'
if (ac_aggr.sa_len)
^
conftest.c:265:24: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct sockaddr ac_aggr;
^
configure:22471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (ac_aggr.sa_len)
| return 0;
| ;
| return 0;
| }
configure:22471: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:266:19: error: 'struct sockaddr' has no member named 'sa_len'
if (sizeof ac_aggr.sa_len)
^
conftest.c:265:24: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct sockaddr ac_aggr;
^
configure:22471: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
|
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (sizeof ac_aggr.sa_len)
| return 0;
| ;
| return 0;
| }
configure:22471: result: no
configure:22487: checking for struct dirent.d_type
configure:22487: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:261:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:22487: $? = 0
configure:22487: result: yes
configure:22501: checking for siginfo_t.si_fd
configure:22501: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:260:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:22501: $? = 0
configure:22501: result: yes
configure:22512: checking for siginfo_t.si_band
configure:22512: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:261:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:22512: $? = 0
configure:22512: result: yes
configure:22527: checking for struct statfs.f_type
configure:22527: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:302:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:22527: $? = 0
configure:22527: result: yes
configure:22547: checking for struct statfs.f_fstypename
configure:22547: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:309:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:312:12: error: 'struct statfs' has no member named 'f_fstypename'
if (ac_aggr.f_fstypename)
^
conftest.c:311:22: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct statfs ac_aggr;
^
configure:22547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_MOUNT_H
| #include <sys/mount.h>
| #endif
| #ifdef HAVE_SYS_VFS_H
| #include <sys/vfs.h>
| #endif
| #ifdef HAVE_SYS_STATFS_H
| #include <sys/statfs.h>
| #endif
|
|
| int
| main ()
| {
| static struct statfs ac_aggr;
| if (ac_aggr.f_fstypename)
| return 0;
| ;
| return 0;
| }
configure:22547: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:309:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:312:19: error: 'struct statfs' has no member named 'f_fstypename'
if (sizeof ac_aggr.f_fstypename)
^
conftest.c:311:22: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct statfs ac_aggr;
^
configure:22547: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_PARAM_H
| #include <sys/param.h>
| #endif
| #ifdef HAVE_SYS_MOUNT_H
| #include <sys/mount.h>
| #endif
| #ifdef HAVE_SYS_VFS_H
| #include <sys/vfs.h>
| #endif
| #ifdef HAVE_SYS_STATFS_H
| #include <sys/statfs.h>
| #endif
|
|
| int
| main ()
| {
| static struct statfs ac_aggr;
| if (sizeof ac_aggr.f_fstypename)
| return 0;
| ;
| return 0;
| }
configure:22547: result: no
configure:22576: checking for struct statvfs.f_basetype
configure:22576: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:300:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:303:12: error: 'struct statvfs' has no member named 'f_basetype'
if (ac_aggr.f_basetype)
^
conftest.c:302:23: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct statvfs ac_aggr;
^
configure:22576: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_STATVFS_H
| #include <sys/statvfs.h>
| #endif
|
|
| int
| main ()
| {
| static struct statvfs ac_aggr;
| if (ac_aggr.f_basetype)
| return 0;
| ;
| return 0;
| }
configure:22576: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:300:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:303:19: error: 'struct statvfs' has no member named 'f_basetype'
if (sizeof ac_aggr.f_basetype)
^
conftest.c:302:23: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct statvfs ac_aggr;
^
configure:22576: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_STATVFS_H
| #include <sys/statvfs.h>
| #endif
|
|
| int
| main ()
| {
| static struct statvfs ac_aggr;
| if (sizeof ac_aggr.f_basetype)
| return 0;
| ;
| return 0;
| }
configure:22576: result: no
configure:22593: checking for struct statvfs.f_fstypename
configure:22593: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:300:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:303:12: error: 'struct statvfs' has no member named 'f_fstypename'
if (ac_aggr.f_fstypename)
^
conftest.c:302:23: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct statvfs ac_aggr;
^
configure:22593: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_STATVFS_H
| #include <sys/statvfs.h>
| #endif
|
|
| int
| main ()
| {
| static struct statvfs ac_aggr;
| if (ac_aggr.f_fstypename)
| return 0;
| ;
| return 0;
| }
configure:22593: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:300:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:303:19: error: 'struct statvfs' has no member named 'f_fstypename'
if (sizeof ac_aggr.f_fstypename)
^
conftest.c:302:23: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
static struct statvfs ac_aggr;
^
configure:22593: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| /* end confdefs.h. */
|
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #ifdef HAVE_SYS_STATVFS_H
| #include <sys/statvfs.h>
| #endif
|
|
| int
| main ()
| {
| static struct statvfs ac_aggr;
| if (sizeof ac_aggr.f_fstypename)
| return 0;
| ;
| return 0;
| }
configure:22593: result: no
configure:22614: checking for pointer diff type
configure:22633: result: ptrdiff_t (size: 8)
configure:22734: checking the linker for support for the -fini option
configure:22786: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -Wl,-fini -Wl,finalize conftest.c >&5
conftest.c:261:6: warning: no previous prototype for 'finalize' [-Wmissing-prototypes]
void finalize (void) {}
^
conftest.c:263:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:22786: $? = 0
configure:22787: result: yes
configure:4233: === Library and Function tests
configure:22893: checking for library containing openpty
configure:22924: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:269:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char openpty ();
^
conftest.c:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
/tmp/cc3UAbKH.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `openpty'
collect2: error: ld returned 1 exit status
configure:22924: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char openpty ();
| int
| main ()
| {
| return openpty ();
| ;
| return 0;
| }
configure:22924: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lutil >&5
conftest.c:269:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char openpty ();
^
conftest.c:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:22924: $? = 0
configure:22941: result: -lutil
configure:23112: checking for library containing gethostbyname
configure:23143: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lutil >&5
conftest.c:270:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char gethostbyname ();
^
conftest.c:272:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:23143: $? = 0
configure:23160: result: none required
configure:23331: checking for library containing socket
configure:23362: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lutil >&5
conftest.c:271:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char socket ();
^
conftest.c:273:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:23362: $? = 0
configure:23379: result: none required
configure:23551: checking for library containing sched_yield
configure:23582: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lutil >&5
conftest.c:272:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char sched_yield ();
^
conftest.c:274:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:23582: $? = 0
configure:23599: result: none required
configure:23771: checking for library containing dirname
configure:23802: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lutil >&5
conftest.c:273:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char dirname ();
^
conftest.c:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:23802: $? = 0
configure:23819: result: none required
configure:23991: checking for library containing ceil
configure:24022: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lutil >&5
conftest.c:274:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char ceil ();
^
conftest.c:274:6: warning: conflicting types for built-in function 'ceil'
char ceil ();
^
conftest.c:276:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
/tmp/ccjhIDS7.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `ceil'
collect2: error: ld returned 1 exit status
configure:24022: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ceil ();
| int
| main ()
| {
| return ceil ();
| ;
| return 0;
| }
configure:24022: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lm -lutil >&5
conftest.c:274:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char ceil ();
^
conftest.c:274:6: warning: conflicting types for built-in function 'ceil'
char ceil ();
^
conftest.c:276:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24022: $? = 0
configure:24039: result: -lm
configure:24211: checking for library containing clock_gettime
configure:24242: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lm -lutil >&5
conftest.c:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char clock_gettime ();
^
conftest.c:277:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
/tmp/ccsWFaf7.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `clock_gettime'
collect2: error: ld returned 1 exit status
configure:24242: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
| ;
| return 0;
| }
configure:24242: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:275:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char clock_gettime ();
^
conftest.c:277:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24242: $? = 0
configure:24259: result: -lrt
configure:24391: checking for asprintf
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:292:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char asprintf ();
^
conftest.c:301:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for snprintf
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:293:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char snprintf ();
^
conftest.c:293:6: warning: conflicting types for built-in function 'snprintf'
char snprintf ();
^
conftest.c:302:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for vasprintf
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:294:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char vasprintf ();
^
conftest.c:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for vsnprintf
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:295:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char vsnprintf ();
^
conftest.c:295:6: warning: conflicting types for built-in function 'vsnprintf'
char vsnprintf ();
^
conftest.c:304:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for openpty
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:296:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char openpty ();
^
conftest.c:305:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for isatty
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:297:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char isatty ();
^
conftest.c:306:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for getpwuid
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:298:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char getpwuid ();
^
conftest.c:307:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for fork
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:299:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char fork ();
^
conftest.c:299:6: warning: conflicting types for built-in function 'fork'
char fork ();
^
conftest.c:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for waitpid
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:300:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char waitpid ();
^
conftest.c:309:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for execve
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:301:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char execve ();
^
conftest.c:301:6: warning: conflicting types for built-in function 'execve'
char execve ();
^
conftest.c:310:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for pipe
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:302:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char pipe ();
^
conftest.c:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for ptsname
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char ptsname ();
^
conftest.c:312:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for setsid
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:304:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char setsid ();
^
conftest.c:313:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for mmap
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:305:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char mmap ();
^
conftest.c:314:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for tcgetpgrp
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:306:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char tcgetpgrp ();
^
conftest.c:315:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for posix_memalign
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:307:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char posix_memalign ();
^
conftest.c:307:6: warning: conflicting types for built-in function 'posix_memalign'
char posix_memalign ();
^
conftest.c:316:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for strsignal
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char strsignal ();
^
conftest.c:317:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for sysconf
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:309:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char sysconf ();
^
conftest.c:318:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for syslog
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:310:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char syslog ();
^
conftest.c:319:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for vsyslog
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:311:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char vsyslog ();
^
conftest.c:320:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for regcmp
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:312:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char regcmp ();
^
conftest.c:321:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
/tmp/ccO7DvdA.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `regcmp'
collect2: error: ld returned 1 exit status
configure:24391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| /* end confdefs.h. */
| /* Define regcmp to an innocuous variant, in case <limits.h> declares regcmp.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define regcmp innocuous_regcmp
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char regcmp (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef regcmp
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char regcmp ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_regcmp || defined __stub___regcmp
| choke me
| #endif
|
| int
| main ()
| {
| return regcmp ();
| ;
| return 0;
| }
configure:24391: result: no
configure:24391: checking for regexec
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:312:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char regexec ();
^
conftest.c:321:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for regfree
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:313:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char regfree ();
^
conftest.c:322:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for _NSGetEnviron
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:314:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char _NSGetEnviron ();
^
conftest.c:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
/tmp/ccvFnQpQ.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `_NSGetEnviron'
collect2: error: ld returned 1 exit status
configure:24391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| /* end confdefs.h. */
| /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _NSGetEnviron innocuous__NSGetEnviron
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _NSGetEnviron (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _NSGetEnviron
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _NSGetEnviron ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub__NSGetEnviron || defined __stub____NSGetEnviron
| choke me
| #endif
|
| int
| main ()
| {
| return _NSGetEnviron ();
| ;
| return 0;
| }
configure:24391: result: no
configure:24391: checking for socketpair
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:314:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char socketpair ();
^
conftest.c:323:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for strncpy_s
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:315:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char strncpy_s ();
^
conftest.c:324:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
/tmp/ccxgO0eY.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `strncpy_s'
collect2: error: ld returned 1 exit status
configure:24391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| /* end confdefs.h. */
| /* Define strncpy_s to an innocuous variant, in case <limits.h> declares strncpy_s.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strncpy_s innocuous_strncpy_s
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strncpy_s (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strncpy_s
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strncpy_s ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_strncpy_s || defined __stub___strncpy_s
| choke me
| #endif
|
| int
| main ()
| {
| return strncpy_s ();
| ;
| return 0;
| }
configure:24391: result: no
configure:24391: checking for usleep
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:315:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char usleep ();
^
conftest.c:324:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for mkfifo
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:316:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char mkfifo ();
^
conftest.c:325:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for dbopen
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:317:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char dbopen ();
^
conftest.c:326:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
/tmp/ccJtMEJ9.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `dbopen'
collect2: error: ld returned 1 exit status
configure:24391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| /* end confdefs.h. */
| /* Define dbopen to an innocuous variant, in case <limits.h> declares dbopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dbopen innocuous_dbopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dbopen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dbopen
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbopen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_dbopen || defined __stub___dbopen
| choke me
| #endif
|
| int
| main ()
| {
| return dbopen ();
| ;
| return 0;
| }
configure:24391: result: no
configure:24391: checking for dbm_open
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:317:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char dbm_open ();
^
conftest.c:326:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
/tmp/ccMShDWf.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `dbm_open'
collect2: error: ld returned 1 exit status
configure:24391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| /* end confdefs.h. */
| /* Define dbm_open to an innocuous variant, in case <limits.h> declares dbm_open.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dbm_open innocuous_dbm_open
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dbm_open (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dbm_open
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbm_open ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_dbm_open || defined __stub___dbm_open
| choke me
| #endif
|
| int
| main ()
| {
| return dbm_open ();
| ;
| return 0;
| }
configure:24391: result: no
configure:24391: checking for statfs
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:317:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char statfs ();
^
conftest.c:326:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for statvfs
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:318:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char statvfs ();
^
conftest.c:327:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for setpgid
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:319:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char setpgid ();
^
conftest.c:328:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24391: checking for setenv
configure:24391: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:320:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char setenv ();
^
conftest.c:329:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24391: $? = 0
configure:24391: result: yes
configure:24412: checking for htonl define
configure:24441: gcc -E conftest.c
conftest.c:313:2: error: #error "ntohl not defined"
#error "ntohl not defined"
^
configure:24441: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETPGID 1
| #define HAVE_SETENV 1
| /* end confdefs.h. */
|
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_ARPA_INET_H
| #include <arpa/inet.h>
| #endif
| int
| main ()
| {
|
| #ifndef ntohl
| #error "ntohl not defined"
| #endif
|
| ;
| return 0;
| }
configure:24448: result: no
configure:24450: checking for htonl
configure:24450: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
conftest.c:321:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char htonl ();
^
conftest.c:330:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24450: $? = 0
configure:24450: result: yes
configure:24469: checking whether va_copy is declared
configure:24469: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:302:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24469: $? = 0
configure:24469: result: yes
configure:24483: checking whether __va_copy is declared
configure:24483: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:303:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24483: $? = 0
configure:24483: result: yes
configure:24497: checking whether __func__ is declared
configure:24497: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:335:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24497: $? = 0
configure:24497: result: yes
configure:4233: === System-specific tests
configure:24607: checking for _SC_NPROCESSORS_ONLN
configure:24626: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:339:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:341:5: warning: unused variable 'i' [-Wunused-variable]
int i = _SC_NPROCESSORS_ONLN;
^
configure:24626: $? = 0
configure:24633: result: yes
configure:24648: checking whether byte ordering is bigendian
configure:24663: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:304:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:304:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
not a universal capable compiler
^
conftest.c:304:15: error: unknown type name 'universal'
configure:24663: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETPGID 1
| #define HAVE_SETENV 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OPAL_HAVE_VA_COPY 1
| #define OPAL_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:24708: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:307:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:24708: $? = 0
configure:24726: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c >&5
conftest.c:307:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:310:4: error: unknown type name 'not'
not big endian
^
conftest.c:310:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
not big endian
^
configure:24726: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETPGID 1
| #define HAVE_SETENV 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OPAL_HAVE_VA_COPY 1
| #define OPAL_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:24854: result: no
configure:24880: checking for broken qsort
configure:24890: result: no
configure:24964: checking if C compiler and POSIX threads work as is
configure:25012: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing conftest.c -lrt -lm -lutil >&5
/tmp/ccVbg57S.o: In function `main':
conftest.c:(.text+0x62): undefined reference to `pthread_atfork'
collect2: error: ld returned 1 exit status
configure:25012: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETPGID 1
| #define HAVE_SETENV 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OPAL_HAVE_VA_COPY 1
| #define OPAL_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OPAL_HAVE_BROKEN_QSORT 0
| /* end confdefs.h. */
|
| #include <pthread.h>
|
| int i = 3;
| pthread_t me, newthread;
|
| void cleanup_routine(void *foo);
| void *thread_main(void *foo);
|
| void cleanup_routine(void *foo) { i = 4; }
| void *thread_main(void *foo) { i = 2; return (void*) &i; }
|
| int main(int argc, char* argv[])
| {
| pthread_attr_t attr;
|
| me = pthread_self();
| pthread_atfork(NULL, NULL, NULL);
| pthread_attr_init(&attr);
| pthread_cleanup_push(cleanup_routine, 0);
| pthread_create(&newthread, &attr, thread_main, 0);
| pthread_join(newthread, 0);
| pthread_cleanup_pop(0);
|
| return 0;
| }
configure:25031: result: no
configure:25078: checking if C compiler and POSIX threads work with -Kthread
configure:25126: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -Kthread conftest.c -lrt -lm -lutil >&5
gcc: error: unrecognized command line option '-Kthread'
configure:25126: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETPGID 1
| #define HAVE_SETENV 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OPAL_HAVE_VA_COPY 1
| #define OPAL_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OPAL_HAVE_BROKEN_QSORT 0
| /* end confdefs.h. */
|
| #include <pthread.h>
|
| int i = 3;
| pthread_t me, newthread;
|
| void cleanup_routine(void *foo);
| void *thread_main(void *foo);
|
| void cleanup_routine(void *foo) { i = 4; }
| void *thread_main(void *foo) { i = 2; return (void*) &i; }
|
| int main(int argc, char* argv[])
| {
| pthread_attr_t attr;
|
| me = pthread_self();
| pthread_atfork(NULL, NULL, NULL);
| pthread_attr_init(&attr);
| pthread_cleanup_push(cleanup_routine, 0);
| pthread_create(&newthread, &attr, thread_main, 0);
| pthread_join(newthread, 0);
| pthread_cleanup_pop(0);
|
| return 0;
| }
configure:25149: result: no
configure:25078: checking if C compiler and POSIX threads work with -kthread
configure:25126: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -kthread conftest.c -lrt -lm -lutil >&5
gcc: error: unrecognized command line option '-kthread'
configure:25126: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETPGID 1
| #define HAVE_SETENV 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OPAL_HAVE_VA_COPY 1
| #define OPAL_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OPAL_HAVE_BROKEN_QSORT 0
| /* end confdefs.h. */
|
| #include <pthread.h>
|
| int i = 3;
| pthread_t me, newthread;
|
| void cleanup_routine(void *foo);
| void *thread_main(void *foo);
|
| void cleanup_routine(void *foo) { i = 4; }
| void *thread_main(void *foo) { i = 2; return (void*) &i; }
|
| int main(int argc, char* argv[])
| {
| pthread_attr_t attr;
|
| me = pthread_self();
| pthread_atfork(NULL, NULL, NULL);
| pthread_attr_init(&attr);
| pthread_cleanup_push(cleanup_routine, 0);
| pthread_create(&newthread, &attr, thread_main, 0);
| pthread_join(newthread, 0);
| pthread_cleanup_pop(0);
|
| return 0;
| }
configure:25149: result: no
configure:25078: checking if C compiler and POSIX threads work with -pthread
configure:25126: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c -lrt -lm -lutil >&5
configure:25126: $? = 0
configure:25143: result: yes
configure:25289: checking for pthread_mutexattr_setpshared
configure:25289: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c -lrt -lm -lutil >&5
conftest.c:327:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char pthread_mutexattr_setpshared ();
^
conftest.c:336:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:25289: $? = 0
configure:25289: result: yes
configure:25289: checking for pthread_condattr_setpshared
configure:25289: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c -lrt -lm -lutil >&5
conftest.c:328:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
char pthread_condattr_setpshared ();
^
conftest.c:337:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:25289: $? = 0
configure:25289: result: yes
configure:25304: checking for PTHREAD_MUTEX_ERRORCHECK_NP
configure:25317: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c -lrt -lm -lutil >&5
conftest.c:308:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:310:1: warning: null argument where non-null required (argument 1) [-Wnonnull]
pthread_mutexattr_settype(NULL, PTHREAD_MUTEX_ERRORCHECK_NP);
^
configure:25317: $? = 0
configure:25324: result: yes
configure:25333: checking for PTHREAD_MUTEX_ERRORCHECK
configure:25346: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c -lrt -lm -lutil >&5
conftest.c:309:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
conftest.c: In function 'main':
conftest.c:311:1: warning: null argument where non-null required (argument 1) [-Wnonnull]
pthread_mutexattr_settype(NULL, PTHREAD_MUTEX_ERRORCHECK);
^
configure:25346: $? = 0
configure:25353: result: yes
configure:25387: checking for working POSIX threads package
configure:25390: result: yes
configure:25432: checking if threads have different pids (pthreads on linux)
configure:25515: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c -lrt -lm -lutil >&5
conftest.c:314:5: warning: function declaration isn't a prototype [-Wstrict-prototypes]
int main() {
^
configure:25515: $? = 0
configure:25515: ./conftest
configure:25515: $? = 0
configure:25530: result: no
configure:25619: checking if want MPI_THREAD_MULTIPLE support
configure:25636: result: Disabled
configure:25992: checking whether ln -s works
configure:25996: result: yes
configure:26004: checking for grep that handles long lines and -e
configure:26062: result: /bin/grep
configure:26067: checking for egrep
configure:26129: result: /bin/grep -E
configure:26147: checking dependency style of gcc
configure:26256: result: gcc3
configure:26275: checking for flex
configure:26291: found /usr/bin/flex
configure:26302: result: flex
configure:26340: flex conftest.l
configure:26344: $? = 0
configure:26346: checking lex output file root
configure:26360: result: lex.yy
configure:26365: checking lex library
configure:26379: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c -lrt -lm -lutil >&5
/tmp/ccQWMs2w.o: In function `yylex':
conftest.c:(.text+0x676): undefined reference to `yywrap'
/tmp/ccQWMs2w.o: In function `input':
conftest.c:(.text+0x10ca): undefined reference to `yywrap'
/tmp/ccQWMs2w.o: In function `main':
conftest.c:(.text+0x1d9b): undefined reference to `yywrap'
collect2: error: ld returned 1 exit status
configure:26379: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETPGID 1
| #define HAVE_SETENV 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OPAL_HAVE_VA_COPY 1
| #define OPAL_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OPAL_HAVE_BROKEN_QSORT 0
| #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
| #define HAVE_PTHREAD_CONDATTR_SETPSHARED 1
| #define OPAL_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OPAL_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #define OPAL_ENABLE_MULTI_THREADS 1
| #define OMPI_ENABLE_THREAD_MULTIPLE 0
| /* end confdefs.h. */
|
| #line 3 "lex.yy.c"
|
| #define YY_INT_ALIGNED short int
|
| /* A lexical scanner generated by flex */
|
| #define FLEX_SCANNER
| #define YY_FLEX_MAJOR_VERSION 2
| #define YY_FLEX_MINOR_VERSION 5
| #define YY_FLEX_SUBMINOR_VERSION 35
| #if YY_FLEX_SUBMINOR_VERSION > 0
| #define FLEX_BETA
| #endif
|
| /* First, we deal with platform-specific or compiler-specific issues. */
|
| /* begin standard C headers. */
| #include <stdio.h>
| #include <string.h>
| #include <errno.h>
| #include <stdlib.h>
|
| /* end standard C headers. */
|
| /* flex integer type definitions */
|
| #ifndef FLEXINT_H
| #define FLEXINT_H
|
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
|
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
| * if you want the limit (max/min) macros for int types.
| */
| #ifndef __STDC_LIMIT_MACROS
| #define __STDC_LIMIT_MACROS 1
| #endif
|
| #include <inttypes.h>
| typedef int8_t flex_int8_t;
| typedef uint8_t flex_uint8_t;
| typedef int16_t flex_int16_t;
| typedef uint16_t flex_uint16_t;
| typedef int32_t flex_int32_t;
| typedef uint32_t flex_uint32_t;
| #else
| typedef signed char flex_int8_t;
| typedef short int flex_int16_t;
| typedef int flex_int32_t;
| typedef unsigned char flex_uint8_t;
| typedef unsigned short int flex_uint16_t;
| typedef unsigned int flex_uint32_t;
| #endif /* ! C99 */
|
| /* Limits of integral types. */
| #ifndef INT8_MIN
| #define INT8_MIN (-128)
| #endif
| #ifndef INT16_MIN
| #define INT16_MIN (-32767-1)
| #endif
| #ifndef INT32_MIN
| #define INT32_MIN (-2147483647-1)
| #endif
| #ifndef INT8_MAX
| #define INT8_MAX (127)
| #endif
| #ifndef INT16_MAX
| #define INT16_MAX (32767)
| #endif
| #ifndef INT32_MAX
| #define INT32_MAX (2147483647)
| #endif
| #ifndef UINT8_MAX
| #define UINT8_MAX (255U)
| #endif
| #ifndef UINT16_MAX
| #define UINT16_MAX (65535U)
| #endif
| #ifndef UINT32_MAX
| #define UINT32_MAX (4294967295U)
| #endif
|
| #endif /* ! FLEXINT_H */
|
| #ifdef __cplusplus
|
| /* The "const" storage-class-modifier is valid. */
| #define YY_USE_CONST
|
| #else /* ! __cplusplus */
|
| /* C99 requires __STDC__ to be defined as 1. */
| #if defined (__STDC__)
|
| #define YY_USE_CONST
|
| #endif /* defined (__STDC__) */
| #endif /* ! __cplusplus */
|
| #ifdef YY_USE_CONST
| #define yyconst const
| #else
| #define yyconst
| #endif
|
| /* Returned upon end-of-file. */
| #define YY_NULL 0
|
| /* Promotes a possibly negative, possibly signed char to an unsigned
| * integer for use as an array index. If the signed char is negative,
| * we want to instead treat it as an 8-bit unsigned char, hence the
| * double cast.
| */
| #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
|
| /* Enter a start condition. This macro really ought to take a parameter,
| * but we do it the disgusting crufty way forced on us by the ()-less
| * definition of BEGIN.
| */
| #define BEGIN (yy_start) = 1 + 2 *
|
| /* Translate the current start state into a value that can be later handed
| * to BEGIN to return to the state. The YYSTATE alias is for lex
| * compatibility.
| */
| #define YY_START (((yy_start) - 1) / 2)
| #define YYSTATE YY_START
|
| /* Action number for EOF rule of a given start state. */
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
|
| /* Special action meaning "start processing a new file". */
| #define YY_NEW_FILE yyrestart(yyin )
|
| #define YY_END_OF_BUFFER_CHAR 0
|
| /* Size of default input buffer. */
| #ifndef YY_BUF_SIZE
| #define YY_BUF_SIZE 16384
| #endif
|
| /* The state buf must be large enough to hold one state per character in the main buffer.
| */
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
|
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE
| #define YY_TYPEDEF_YY_BUFFER_STATE
| typedef struct yy_buffer_state *YY_BUFFER_STATE;
| #endif
|
| extern int yyleng;
|
| extern FILE *yyin, *yyout;
|
| #define EOB_ACT_CONTINUE_SCAN 0
| #define EOB_ACT_END_OF_FILE 1
| #define EOB_ACT_LAST_MATCH 2
|
| #define YY_LESS_LINENO(n)
|
| /* Return all but the first "n" matched characters back to the input stream. */
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| *yy_cp = (yy_hold_char); \
| YY_RESTORE_YY_MORE_OFFSET \
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \
| } \
| while ( 0 )
|
| #define unput(c) yyunput( c, (yytext_ptr) )
|
| #ifndef YY_TYPEDEF_YY_SIZE_T
| #define YY_TYPEDEF_YY_SIZE_T
| typedef size_t yy_size_t;
| #endif
|
| #ifndef YY_STRUCT_YY_BUFFER_STATE
| #define YY_STRUCT_YY_BUFFER_STATE
| struct yy_buffer_state
| {
| FILE *yy_input_file;
|
| char *yy_ch_buf; /* input buffer */
| char *yy_buf_pos; /* current position in input buffer */
|
| /* Size of input buffer in bytes, not including room for EOB
| * characters.
| */
| yy_size_t yy_buf_size;
|
| /* Number of characters read into yy_ch_buf, not including EOB
| * characters.
| */
| int yy_n_chars;
|
| /* Whether we "own" the buffer - i.e., we know we created it,
| * and can realloc() it to grow it, and should free() it to
| * delete it.
| */
| int yy_is_our_buffer;
|
| /* Whether this is an "interactive" input source; if so, and
| * if we're using stdio for input, then we want to use getc()
| * instead of fread(), to make sure we stop fetching input after
| * each newline.
| */
| int yy_is_interactive;
|
| /* Whether we're considered to be at the beginning of a line.
| * If so, '^' rules will be active on the next match, otherwise
| * not.
| */
| int yy_at_bol;
|
| int yy_bs_lineno; /**< The line count. */
| int yy_bs_column; /**< The column count. */
|
| /* Whether to try to fill the input buffer when we reach the
| * end of it.
| */
| int yy_fill_buffer;
|
| int yy_buffer_status;
|
| #define YY_BUFFER_NEW 0
| #define YY_BUFFER_NORMAL 1
| /* When an EOF's been seen but there's still some text to process
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we
| * shouldn't try reading from the input source any more. We might
| * still have a bunch of tokens to match, though, because of
| * possible backing-up.
| *
| * When we actually see the EOF, we change the status to "new"
| * (via yyrestart()), so that the user can continue scanning by
| * just pointing yyin at a new input file.
| */
| #define YY_BUFFER_EOF_PENDING 2
|
| };
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */
|
| /* Stack of input buffers. */
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
| static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
|
| /* We provide macros for accessing buffer states in case in the
| * future we want to put the buffer states in a more general
| * "scanner state".
| *
| * Returns the top of the stack, or NULL.
| */
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
| : NULL)
|
| /* Same as previous macro, but useful when we know that the buffer stack is not
| * NULL or when we need an lvalue. For internal use only.
| */
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
|
| /* yy_hold_char holds the character lost when yytext is formed. */
| static char yy_hold_char;
| static int yy_n_chars; /* number of characters read into yy_ch_buf */
| int yyleng;
|
| /* Points to current character in buffer. */
| static char *yy_c_buf_p = (char *) 0;
| static int yy_init = 0; /* whether we need to initialize */
| static int yy_start = 0; /* start state number */
|
| /* Flag which is used to allow yywrap()'s to do buffer switches
| * instead of setting up a fresh yyin. A bit of a hack ...
| */
| static int yy_did_buffer_switch_on_eof;
|
| void yyrestart (FILE *input_file );
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
| YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
| void yy_delete_buffer (YY_BUFFER_STATE b );
| void yy_flush_buffer (YY_BUFFER_STATE b );
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
| void yypop_buffer_state (void );
|
| static void yyensure_buffer_stack (void );
| static void yy_load_buffer_state (void );
| static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
|
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
|
| YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
| YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
| YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
|
| void *yyalloc (yy_size_t );
| void *yyrealloc (void *,yy_size_t );
| void yyfree (void * );
|
| #define yy_new_buffer yy_create_buffer
|
| #define yy_set_interactive(is_interactive) \
| { \
| if ( ! YY_CURRENT_BUFFER ){ \
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
| }
|
| #define yy_set_bol(at_bol) \
| { \
| if ( ! YY_CURRENT_BUFFER ){\
| yyensure_buffer_stack (); \
| YY_CURRENT_BUFFER_LVALUE = \
| yy_create_buffer(yyin,YY_BUF_SIZE ); \
| } \
| YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
| }
|
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
|
| /* Begin user sect3 */
|
| typedef unsigned char YY_CHAR;
|
| FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
|
| typedef int yy_state_type;
|
| extern int yylineno;
|
| int yylineno = 1;
|
| extern char *yytext;
| #define yytext_ptr yytext
|
| static yy_state_type yy_get_previous_state (void );
| static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
| static int yy_get_next_buffer (void );
| static void yy_fatal_error (yyconst char msg[] );
|
| /* Done after the current pattern has been matched and before the
| * corresponding action - sets up yytext.
| */
| #define YY_DO_BEFORE_ACTION \
| (yytext_ptr) = yy_bp; \
| (yytext_ptr) -= (yy_more_len); \
| yyleng = (size_t) (yy_cp - (yytext_ptr)); \
| (yy_hold_char) = *yy_cp; \
| *yy_cp = '\0'; \
| (yy_c_buf_p) = yy_cp;
|
| #define YY_NUM_RULES 8
| #define YY_END_OF_BUFFER 9
| /* This struct is not used in this scanner,
| but its presence is necessary. */
| struct yy_trans_info
| {
| flex_int32_t yy_verify;
| flex_int32_t yy_nxt;
| };
| static yyconst flex_int16_t yy_acclist[23] =
| { 0,
| 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
| 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
| 7, 8
| } ;
|
| static yyconst flex_int16_t yy_accept[14] =
| { 0,
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
| 20, 23, 23
| } ;
|
| static yyconst flex_int32_t yy_ec[256] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
|
| 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
| 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int32_t yy_meta[9] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1
| } ;
|
| static yyconst flex_int16_t yy_base[13] =
| { 0,
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
| 10, 10
| } ;
|
| static yyconst flex_int16_t yy_def[13] =
| { 0,
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
| 12, 0
| } ;
|
| static yyconst flex_int16_t yy_nxt[19] =
| { 0,
| 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| static yyconst flex_int16_t yy_chk[19] =
| { 0,
| 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
| 12, 12, 12, 12, 12, 12, 12, 12
| } ;
|
| extern int yy_flex_debug;
| int yy_flex_debug = 0;
|
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
| static char *yy_full_match;
| static int yy_lp;
| #define REJECT \
| { \
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
| ++(yy_lp); \
| goto find_rule; \
| }
|
| static int yy_more_flag = 0;
| static int yy_more_len = 0;
| #define yymore() ((yy_more_flag) = 1)
| #define YY_MORE_ADJ (yy_more_len)
| #define YY_RESTORE_YY_MORE_OFFSET
| char *yytext;
| #line 1 "conftest.l"
| #line 468 "lex.yy.c"
|
| #define INITIAL 0
|
| #ifndef YY_NO_UNISTD_H
| /* Special case for "unistd.h", since it is non-ANSI. We include it way
| * down here because we want the user's section 1 to have been scanned first.
| * The user has a chance to override it with an option.
| */
| #include <unistd.h>
| #endif
|
| #ifndef YY_EXTRA_TYPE
| #define YY_EXTRA_TYPE void *
| #endif
|
| static int yy_init_globals (void );
|
| /* Accessor methods to globals.
| These are made visible to non-reentrant scanners for convenience. */
|
| int yylex_destroy (void );
|
| int yyget_debug (void );
|
| void yyset_debug (int debug_flag );
|
| YY_EXTRA_TYPE yyget_extra (void );
|
| void yyset_extra (YY_EXTRA_TYPE user_defined );
|
| FILE *yyget_in (void );
|
| void yyset_in (FILE * in_str );
|
| FILE *yyget_out (void );
|
| void yyset_out (FILE * out_str );
|
| int yyget_leng (void );
|
| char *yyget_text (void );
|
| int yyget_lineno (void );
|
| void yyset_lineno (int line_number );
|
| /* Macros after this point can all be overridden by user definitions in
| * section 1.
| */
|
| #ifndef YY_SKIP_YYWRAP
| #ifdef __cplusplus
| extern "C" int yywrap (void );
| #else
| extern int yywrap (void );
| #endif
| #endif
|
| static void yyunput (int c,char *buf_ptr );
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char *,yyconst char *,int );
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * );
| #endif
|
| #ifndef YY_NO_INPUT
|
| #ifdef __cplusplus
| static int yyinput (void );
| #else
| static int input (void );
| #endif
|
| #endif
|
| /* Amount of stuff to slurp up with each read. */
| #ifndef YY_READ_BUF_SIZE
| #define YY_READ_BUF_SIZE 8192
| #endif
|
| /* Copy whatever the last rule matched to the standard output. */
| #ifndef ECHO
| /* This used to be an fputs(), but since the string might contain NUL's,
| * we now use fwrite().
| */
| #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
| #endif
|
| /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
| * is returned in "result".
| */
| #ifndef YY_INPUT
| #define YY_INPUT(buf,result,max_size) \
| if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
| { \
| int c = '*'; \
| unsigned n; \
| for ( n = 0; n < max_size && \
| (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
| buf[n] = (char) c; \
| if ( c == '\n' ) \
| buf[n++] = (char) c; \
| if ( c == EOF && ferror( yyin ) ) \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| result = n; \
| } \
| else \
| { \
| errno=0; \
| while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
| { \
| if( errno != EINTR) \
| { \
| YY_FATAL_ERROR( "input in flex scanner failed" ); \
| break; \
| } \
| errno=0; \
| clearerr(yyin); \
| } \
| }\
| \
|
| #endif
|
| /* No semi-colon after return; correct usage is to write "yyterminate();" -
| * we don't want an extra ';' after the "return" because that will cause
| * some compilers to complain about unreachable statements.
| */
| #ifndef yyterminate
| #define yyterminate() return YY_NULL
| #endif
|
| /* Number of entries by which start-condition stack grows. */
| #ifndef YY_START_STACK_INCR
| #define YY_START_STACK_INCR 25
| #endif
|
| /* Report a fatal error. */
| #ifndef YY_FATAL_ERROR
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
| #endif
|
| /* end tables serialization structures and prototypes */
|
| /* Default declaration of generated scanner - a define so the user can
| * easily add parameters.
| */
| #ifndef YY_DECL
| #define YY_DECL_IS_OURS 1
|
| extern int yylex (void);
|
| #define YY_DECL int yylex (void)
| #endif /* !YY_DECL */
|
| /* Code executed at the beginning of each rule, after yytext and yyleng
| * have been set up.
| */
| #ifndef YY_USER_ACTION
| #define YY_USER_ACTION
| #endif
|
| /* Code executed at the end of each rule. */
| #ifndef YY_BREAK
| #define YY_BREAK break;
| #endif
|
| #define YY_RULE_SETUP \
| YY_USER_ACTION
|
| /** The main scanner function which does all the work.
| */
| YY_DECL
| {
| register yy_state_type yy_current_state;
| register char *yy_cp, *yy_bp;
| register int yy_act;
|
| #line 1 "conftest.l"
|
| #line 652 "lex.yy.c"
|
| if ( !(yy_init) )
| {
| (yy_init) = 1;
|
| #ifdef YY_USER_INIT
| YY_USER_INIT;
| #endif
|
| /* Create the reject buffer large enough to save one state per allowed character. */
| if ( ! (yy_state_buf) )
| (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
| if ( ! (yy_state_buf) )
| YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
|
| if ( ! (yy_start) )
| (yy_start) = 1; /* first start state */
|
| if ( ! yyin )
| yyin = stdin;
|
| if ( ! yyout )
| yyout = stdout;
|
| if ( ! YY_CURRENT_BUFFER ) {
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_load_buffer_state( );
| }
|
| while ( 1 ) /* loops until end-of-file is reached */
| {
| (yy_more_len) = 0;
| if ( (yy_more_flag) )
| {
| (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
| (yy_more_flag) = 0;
| }
| yy_cp = (yy_c_buf_p);
|
| /* Support of yytext. */
| *yy_cp = (yy_hold_char);
|
| /* yy_bp points to the position in yy_ch_buf of the start of
| * the current run.
| */
| yy_bp = yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| yy_match:
| do
| {
| register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| ++yy_cp;
| }
| while ( yy_base[yy_current_state] != 10 );
|
| yy_find_action:
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| find_rule: /* we branch to this label when backing up */
| for ( ; ; ) /* until we find what rule we matched */
| {
| if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
| {
| yy_act = yy_acclist[(yy_lp)];
| {
| (yy_full_match) = yy_cp;
| break;
| }
| }
| --yy_cp;
| yy_current_state = *--(yy_state_ptr);
| (yy_lp) = yy_accept[yy_current_state];
| }
|
| YY_DO_BEFORE_ACTION;
|
| do_action: /* This label is used only to access EOF actions. */
|
| switch ( yy_act )
| { /* beginning of action switch */
| case 1:
| YY_RULE_SETUP
| #line 2 "conftest.l"
| { ECHO; }
| YY_BREAK
| case 2:
| YY_RULE_SETUP
| #line 3 "conftest.l"
| { REJECT; }
| YY_BREAK
| case 3:
| YY_RULE_SETUP
| #line 4 "conftest.l"
| { yymore (); }
| YY_BREAK
| case 4:
| YY_RULE_SETUP
| #line 5 "conftest.l"
| { yyless (1); }
| YY_BREAK
| case 5:
| YY_RULE_SETUP
| #line 6 "conftest.l"
| { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
| yyless ((input () != 0)); }
| YY_BREAK
| case 6:
| YY_RULE_SETUP
| #line 8 "conftest.l"
| { unput (yytext[0]); }
| YY_BREAK
| case 7:
| YY_RULE_SETUP
| #line 9 "conftest.l"
| { BEGIN INITIAL; }
| YY_BREAK
| case 8:
| YY_RULE_SETUP
| #line 10 "conftest.l"
| ECHO;
| YY_BREAK
| #line 791 "lex.yy.c"
| case YY_STATE_EOF(INITIAL):
| yyterminate();
|
| case YY_END_OF_BUFFER:
| {
| /* Amount of text matched not including the EOB char. */
| int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
|
| /* Undo the effects of YY_DO_BEFORE_ACTION. */
| *yy_cp = (yy_hold_char);
| YY_RESTORE_YY_MORE_OFFSET
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
| {
| /* We're scanning a new file or input source. It's
| * possible that this happened because the user
| * just pointed yyin at a new source and called
| * yylex(). If so, then we have to assure
| * consistency between YY_CURRENT_BUFFER and our
| * globals. Here is the right place to do so, because
| * this is the first action (other than possibly a
| * back-up) that will match for the new input source.
| */
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
| }
|
| /* Note that here we test for yy_c_buf_p "<=" to the position
| * of the first EOB in the buffer, since yy_c_buf_p will
| * already have been incremented past the NUL character
| * (since all states make transitions on EOB to the
| * end-of-buffer state). Contrast this with the test
| * in input().
| */
| if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| { /* This was really a NUL. */
| yy_state_type yy_next_state;
|
| (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| /* Okay, we're now positioned to make the NUL
| * transition. We couldn't have
| * yy_get_previous_state() go ahead and do it
| * for us because it doesn't know how to deal
| * with the possibility of jamming (and we don't
| * want to build jamming into it because then it
| * will run more slowly).
| */
|
| yy_next_state = yy_try_NUL_trans( yy_current_state );
|
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
|
| if ( yy_next_state )
| {
| /* Consume the NUL. */
| yy_cp = ++(yy_c_buf_p);
| yy_current_state = yy_next_state;
| goto yy_match;
| }
|
| else
| {
| yy_cp = (yy_c_buf_p);
| goto yy_find_action;
| }
| }
|
| else switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_END_OF_FILE:
| {
| (yy_did_buffer_switch_on_eof) = 0;
|
| if ( yywrap( ) )
| {
| /* Note: because we've taken care in
| * yy_get_next_buffer() to have set up
| * yytext, we can now set up
| * yy_c_buf_p so that if some total
| * hoser (like flex itself) wants to
| * call the scanner after we return the
| * YY_NULL, it'll still work - another
| * YY_NULL will get returned.
| */
| (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
|
| yy_act = YY_STATE_EOF(YY_START);
| goto do_action;
| }
|
| else
| {
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| }
| break;
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) =
| (yytext_ptr) + yy_amount_of_matched_text;
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_match;
|
| case EOB_ACT_LAST_MATCH:
| (yy_c_buf_p) =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
|
| yy_current_state = yy_get_previous_state( );
|
| yy_cp = (yy_c_buf_p);
| yy_bp = (yytext_ptr) + YY_MORE_ADJ;
| goto yy_find_action;
| }
| break;
| }
|
| default:
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--no action found" );
| } /* end of action switch */
| } /* end of scanning one token */
| } /* end of yylex */
|
| /* yy_get_next_buffer - try to read in a new buffer
| *
| * Returns a code representing an action:
| * EOB_ACT_LAST_MATCH -
| * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
| * EOB_ACT_END_OF_FILE - end of file
| */
| static int yy_get_next_buffer (void)
| {
| register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
| register char *source = (yytext_ptr);
| register int number_to_move, i;
| int ret_val;
|
| if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
| YY_FATAL_ERROR(
| "fatal flex scanner internal error--end of buffer missed" );
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
| { /* Don't try to fill the buffer, so this is an EOF. */
| if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
| {
| /* We matched a single character, the EOB, so
| * treat this as a final EOF.
| */
| return EOB_ACT_END_OF_FILE;
| }
|
| else
| {
| /* We matched some text prior to the EOB, first
| * process it.
| */
| return EOB_ACT_LAST_MATCH;
| }
| }
|
| /* Try to read more data. */
|
| /* First move last chars to start of buffer. */
| number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
|
| for ( i = 0; i < number_to_move; ++i )
| *(dest++) = *(source++);
|
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
| /* don't do the read, it's not guaranteed to return an EOF,
| * just force an EOF
| */
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
|
| else
| {
| int num_to_read =
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
|
| while ( num_to_read <= 0 )
| { /* Not enough room in the buffer - grow it. */
|
| YY_FATAL_ERROR(
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
|
| }
|
| if ( num_to_read > YY_READ_BUF_SIZE )
| num_to_read = YY_READ_BUF_SIZE;
|
| /* Read in more data. */
| YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
| (yy_n_chars), (size_t) num_to_read );
|
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| if ( (yy_n_chars) == 0 )
| {
| if ( number_to_move == YY_MORE_ADJ )
| {
| ret_val = EOB_ACT_END_OF_FILE;
| yyrestart(yyin );
| }
|
| else
| {
| ret_val = EOB_ACT_LAST_MATCH;
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
| YY_BUFFER_EOF_PENDING;
| }
| }
|
| else
| ret_val = EOB_ACT_CONTINUE_SCAN;
|
| if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
| /* Extend the array by 50%, plus the number we really need. */
| yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
| }
|
| (yy_n_chars) += number_to_move;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
|
| (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
|
| return ret_val;
| }
|
| /* yy_get_previous_state - get the state just before the EOB char was reached */
|
| static yy_state_type yy_get_previous_state (void)
| {
| register yy_state_type yy_current_state;
| register char *yy_cp;
|
| yy_current_state = (yy_start);
|
| (yy_state_ptr) = (yy_state_buf);
| *(yy_state_ptr)++ = yy_current_state;
|
| for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
| {
| register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| *(yy_state_ptr)++ = yy_current_state;
| }
|
| return yy_current_state;
| }
|
| /* yy_try_NUL_trans - try to make a transition on the NUL character
| *
| * synopsis
| * next_state = yy_try_NUL_trans( current_state );
| */
| static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
| {
| register int yy_is_jam;
|
| register YY_CHAR yy_c = 1;
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
| {
| yy_current_state = (int) yy_def[yy_current_state];
| if ( yy_current_state >= 13 )
| yy_c = yy_meta[(unsigned int) yy_c];
| }
| yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
| yy_is_jam = (yy_current_state == 12);
| if ( ! yy_is_jam )
| *(yy_state_ptr)++ = yy_current_state;
|
| return yy_is_jam ? 0 : yy_current_state;
| }
|
| static void yyunput (int c, register char * yy_bp )
| {
| register char *yy_cp;
|
| yy_cp = (yy_c_buf_p);
|
| /* undo effects of setting up yytext */
| *yy_cp = (yy_hold_char);
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| { /* need to shift things up to make room */
| /* +2 for EOB chars. */
| register int number_to_move = (yy_n_chars) + 2;
| register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
| register char *source =
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
|
| while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
| *--dest = *--source;
|
| yy_cp += (int) (dest - source);
| yy_bp += (int) (dest - source);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
|
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
| YY_FATAL_ERROR( "flex scanner push-back overflow" );
| }
|
| *--yy_cp = (char) c;
|
| (yytext_ptr) = yy_bp;
| (yy_hold_char) = *yy_cp;
| (yy_c_buf_p) = yy_cp;
| }
|
| #ifndef YY_NO_INPUT
| #ifdef __cplusplus
| static int yyinput (void)
| #else
| static int input (void)
| #endif
|
| {
| int c;
|
| *(yy_c_buf_p) = (yy_hold_char);
|
| if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
| {
| /* yy_c_buf_p now points to the character we want to return.
| * If this occurs *before* the EOB characters, then it's a
| * valid NUL; if not, then we've hit the end of the buffer.
| */
| if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
| /* This was really a NUL. */
| *(yy_c_buf_p) = '\0';
|
| else
| { /* need more input */
| int offset = (yy_c_buf_p) - (yytext_ptr);
| ++(yy_c_buf_p);
|
| switch ( yy_get_next_buffer( ) )
| {
| case EOB_ACT_LAST_MATCH:
| /* This happens because yy_g_n_b()
| * sees that we've accumulated a
| * token and flags that we need to
| * try matching the token before
| * proceeding. But for input(),
| * there's no matching to consider.
| * So convert the EOB_ACT_LAST_MATCH
| * to EOB_ACT_END_OF_FILE.
| */
|
| /* Reset buffer status. */
| yyrestart(yyin );
|
| /*FALLTHROUGH*/
|
| case EOB_ACT_END_OF_FILE:
| {
| if ( yywrap( ) )
| return EOF;
|
| if ( ! (yy_did_buffer_switch_on_eof) )
| YY_NEW_FILE;
| #ifdef __cplusplus
| return yyinput();
| #else
| return input();
| #endif
| }
|
| case EOB_ACT_CONTINUE_SCAN:
| (yy_c_buf_p) = (yytext_ptr) + offset;
| break;
| }
| }
| }
|
| c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
| *(yy_c_buf_p) = '\0'; /* preserve yytext */
| (yy_hold_char) = *++(yy_c_buf_p);
|
| return c;
| }
| #endif /* ifndef YY_NO_INPUT */
|
| /** Immediately switch to a different input stream.
| * @param input_file A readable stream.
| *
| * @note This function does not reset the start condition to @c INITIAL .
| */
| void yyrestart (FILE * input_file )
| {
|
| if ( ! YY_CURRENT_BUFFER ){
| yyensure_buffer_stack ();
| YY_CURRENT_BUFFER_LVALUE =
| yy_create_buffer(yyin,YY_BUF_SIZE );
| }
|
| yy_init_buffer(YY_CURRENT_BUFFER,input_file );
| yy_load_buffer_state( );
| }
|
| /** Switch to a different input buffer.
| * @param new_buffer The new input buffer.
| *
| */
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
| {
|
| /* TODO. We should be able to replace this entire function body
| * with
| * yypop_buffer_state();
| * yypush_buffer_state(new_buffer);
| */
| yyensure_buffer_stack ();
| if ( YY_CURRENT_BUFFER == new_buffer )
| return;
|
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
| yy_load_buffer_state( );
|
| /* We don't actually know whether we did this switch during
| * EOF (yywrap()) processing, but the only time this flag
| * is looked at is after yywrap() is called, so it's safe
| * to go ahead and always set it.
| */
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| static void yy_load_buffer_state (void)
| {
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
| (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
| yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
| (yy_hold_char) = *(yy_c_buf_p);
| }
|
| /** Allocate and initialize an input buffer state.
| * @param file A readable stream.
| * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
| *
| * @return the allocated buffer state.
| */
| YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
| {
| YY_BUFFER_STATE b;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_buf_size = size;
|
| /* yy_ch_buf has to be 2 characters longer than the size given because
| * we need to put in 2 end-of-buffer characters.
| */
| b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
| if ( ! b->yy_ch_buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
|
| b->yy_is_our_buffer = 1;
|
| yy_init_buffer(b,file );
|
| return b;
| }
|
| /** Destroy the buffer.
| * @param b a buffer created with yy_create_buffer()
| *
| */
| void yy_delete_buffer (YY_BUFFER_STATE b )
| {
|
| if ( ! b )
| return;
|
| if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
| YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
|
| if ( b->yy_is_our_buffer )
| yyfree((void *) b->yy_ch_buf );
|
| yyfree((void *) b );
| }
|
| #ifndef __cplusplus
| extern int isatty (int );
| #endif /* __cplusplus */
|
| /* Initializes or reinitializes a buffer.
| * This function is sometimes called more than once on the same buffer,
| * such as during a yyrestart() or at EOF.
| */
| static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
|
| {
| int oerrno = errno;
|
| yy_flush_buffer(b );
|
| b->yy_input_file = file;
| b->yy_fill_buffer = 1;
|
| /* If b is the current buffer, then yy_init_buffer was _probably_
| * called from yyrestart() or through yy_get_next_buffer.
| * In that case, we don't want to reset the lineno or column.
| */
| if (b != YY_CURRENT_BUFFER){
| b->yy_bs_lineno = 1;
| b->yy_bs_column = 0;
| }
|
| b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|
| errno = oerrno;
| }
|
| /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
| * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
| *
| */
| void yy_flush_buffer (YY_BUFFER_STATE b )
| {
| if ( ! b )
| return;
|
| b->yy_n_chars = 0;
|
| /* We always need two end-of-buffer characters. The first causes
| * a transition to the end-of-buffer state. The second causes
| * a jam in that state.
| */
| b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
| b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
|
| b->yy_buf_pos = &b->yy_ch_buf[0];
|
| b->yy_at_bol = 1;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| if ( b == YY_CURRENT_BUFFER )
| yy_load_buffer_state( );
| }
|
| /** Pushes the new state onto the stack. The new state becomes
| * the current state. This function will allocate the stack
| * if necessary.
| * @param new_buffer The new state.
| *
| */
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
| {
| if (new_buffer == NULL)
| return;
|
| yyensure_buffer_stack();
|
| /* This block is copied from yy_switch_to_buffer. */
| if ( YY_CURRENT_BUFFER )
| {
| /* Flush out information for old buffer. */
| *(yy_c_buf_p) = (yy_hold_char);
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
| }
|
| /* Only push if top exists. Otherwise, replace top. */
| if (YY_CURRENT_BUFFER)
| (yy_buffer_stack_top)++;
| YY_CURRENT_BUFFER_LVALUE = new_buffer;
|
| /* copied from yy_switch_to_buffer. */
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
|
| /** Removes and deletes the top of the stack, if present.
| * The next element becomes the new top.
| *
| */
| void yypop_buffer_state (void)
| {
| if (!YY_CURRENT_BUFFER)
| return;
|
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| if ((yy_buffer_stack_top) > 0)
| --(yy_buffer_stack_top);
|
| if (YY_CURRENT_BUFFER) {
| yy_load_buffer_state( );
| (yy_did_buffer_switch_on_eof) = 1;
| }
| }
|
| /* Allocates the stack if it does not exist.
| * Guarantees space for at least one push.
| */
| static void yyensure_buffer_stack (void)
| {
| int num_to_alloc;
|
| if (!(yy_buffer_stack)) {
|
| /* First allocation is just for 2 elements, since we don't know if this
| * scanner will even need a stack. We use 2 instead of 1 to avoid an
| * immediate realloc on the next call.
| */
| num_to_alloc = 1;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
| (num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
|
| (yy_buffer_stack_max) = num_to_alloc;
| (yy_buffer_stack_top) = 0;
| return;
| }
|
| if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
|
| /* Increase the buffer to prepare for a possible push. */
| int grow_size = 8 /* arbitrary grow size */;
|
| num_to_alloc = (yy_buffer_stack_max) + grow_size;
| (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
| ((yy_buffer_stack),
| num_to_alloc * sizeof(struct yy_buffer_state*)
| );
| if ( ! (yy_buffer_stack) )
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
|
| /* zero only the new slots.*/
| memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
| (yy_buffer_stack_max) = num_to_alloc;
| }
| }
|
| /** Setup the input buffer state to scan directly from a user-specified character buffer.
| * @param base the character buffer
| * @param size the size in bytes of the character buffer
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
| {
| YY_BUFFER_STATE b;
|
| if ( size < 2 ||
| base[size-2] != YY_END_OF_BUFFER_CHAR ||
| base[size-1] != YY_END_OF_BUFFER_CHAR )
| /* They forgot to leave room for the EOB's. */
| return 0;
|
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
| if ( ! b )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
|
| b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
| b->yy_buf_pos = b->yy_ch_buf = base;
| b->yy_is_our_buffer = 0;
| b->yy_input_file = 0;
| b->yy_n_chars = b->yy_buf_size;
| b->yy_is_interactive = 0;
| b->yy_at_bol = 1;
| b->yy_fill_buffer = 0;
| b->yy_buffer_status = YY_BUFFER_NEW;
|
| yy_switch_to_buffer(b );
|
| return b;
| }
|
| /** Setup the input buffer state to scan a string. The next call to yylex() will
| * scan from a @e copy of @a str.
| * @param yystr a NUL-terminated string to scan
| *
| * @return the newly allocated buffer state object.
| * @note If you want to scan bytes that may contain NUL values, then use
| * yy_scan_bytes() instead.
| */
| YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
| {
|
| return yy_scan_bytes(yystr,strlen(yystr) );
| }
|
| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
| * scan from a @e copy of @a bytes.
| * @param bytes the byte buffer to scan
| * @param len the number of bytes in the buffer pointed to by @a bytes.
| *
| * @return the newly allocated buffer state object.
| */
| YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
| {
| YY_BUFFER_STATE b;
| char *buf;
| yy_size_t n;
| int i;
|
| /* Get memory for full buffer, including space for trailing EOB's. */
| n = _yybytes_len + 2;
| buf = (char *) yyalloc(n );
| if ( ! buf )
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
|
| for ( i = 0; i < _yybytes_len; ++i )
| buf[i] = yybytes[i];
|
| buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
|
| b = yy_scan_buffer(buf,n );
| if ( ! b )
| YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
|
| /* It's okay to grow etc. this buffer, and we should throw it
| * away when we're done.
| */
| b->yy_is_our_buffer = 1;
|
| return b;
| }
|
| #ifndef YY_EXIT_FAILURE
| #define YY_EXIT_FAILURE 2
| #endif
|
| static void yy_fatal_error (yyconst char* msg )
| {
| (void) fprintf( stderr, "%s\n", msg );
| exit( YY_EXIT_FAILURE );
| }
|
| /* Redefine yyless() so it works in section 3 code. */
|
| #undef yyless
| #define yyless(n) \
| do \
| { \
| /* Undo effects of setting up yytext. */ \
| int yyless_macro_arg = (n); \
| YY_LESS_LINENO(yyless_macro_arg);\
| yytext[yyleng] = (yy_hold_char); \
| (yy_c_buf_p) = yytext + yyless_macro_arg; \
| (yy_hold_char) = *(yy_c_buf_p); \
| *(yy_c_buf_p) = '\0'; \
| yyleng = yyless_macro_arg; \
| } \
| while ( 0 )
|
| /* Accessor methods (get/set functions) to struct members. */
|
| /** Get the current line number.
| *
| */
| int yyget_lineno (void)
| {
|
| return yylineno;
| }
|
| /** Get the input stream.
| *
| */
| FILE *yyget_in (void)
| {
| return yyin;
| }
|
| /** Get the output stream.
| *
| */
| FILE *yyget_out (void)
| {
| return yyout;
| }
|
| /** Get the length of the current token.
| *
| */
| int yyget_leng (void)
| {
| return yyleng;
| }
|
| /** Get the current token.
| *
| */
|
| char *yyget_text (void)
| {
| return yytext;
| }
|
| /** Set the current line number.
| * @param line_number
| *
| */
| void yyset_lineno (int line_number )
| {
|
| yylineno = line_number;
| }
|
| /** Set the input stream. This does not discard the current
| * input buffer.
| * @param in_str A readable stream.
| *
| * @see yy_switch_to_buffer
| */
| void yyset_in (FILE * in_str )
| {
| yyin = in_str ;
| }
|
| void yyset_out (FILE * out_str )
| {
| yyout = out_str ;
| }
|
| int yyget_debug (void)
| {
| return yy_flex_debug;
| }
|
| void yyset_debug (int bdebug )
| {
| yy_flex_debug = bdebug ;
| }
|
| static int yy_init_globals (void)
| {
| /* Initialization is the same as for the non-reentrant scanner.
| * This function is called from yylex_destroy(), so don't allocate here.
| */
|
| (yy_buffer_stack) = 0;
| (yy_buffer_stack_top) = 0;
| (yy_buffer_stack_max) = 0;
| (yy_c_buf_p) = (char *) 0;
| (yy_init) = 0;
| (yy_start) = 0;
|
| (yy_state_buf) = 0;
| (yy_state_ptr) = 0;
| (yy_full_match) = 0;
| (yy_lp) = 0;
|
| /* Defined in main.c */
| #ifdef YY_STDINIT
| yyin = stdin;
| yyout = stdout;
| #else
| yyin = (FILE *) 0;
| yyout = (FILE *) 0;
| #endif
|
| /* For future reference: Set errno on error, since we are called by
| * yylex_init()
| */
| return 0;
| }
|
| /* yylex_destroy is for both reentrant and non-reentrant scanners. */
| int yylex_destroy (void)
| {
|
| /* Pop the buffer stack, destroying each element. */
| while(YY_CURRENT_BUFFER){
| yy_delete_buffer(YY_CURRENT_BUFFER );
| YY_CURRENT_BUFFER_LVALUE = NULL;
| yypop_buffer_state();
| }
|
| /* Destroy the stack itself. */
| yyfree((yy_buffer_stack) );
| (yy_buffer_stack) = NULL;
|
| yyfree ( (yy_state_buf) );
| (yy_state_buf) = NULL;
|
| /* Reset the globals. This is important in a non-reentrant scanner so the next time
| * yylex() is called, initialization will occur. */
| yy_init_globals( );
|
| return 0;
| }
|
| /*
| * Internal utility routines.
| */
|
| #ifndef yytext_ptr
| static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
| {
| register int i;
| for ( i = 0; i < n; ++i )
| s1[i] = s2[i];
| }
| #endif
|
| #ifdef YY_NEED_STRLEN
| static int yy_flex_strlen (yyconst char * s )
| {
| register int n;
| for ( n = 0; s[n]; ++n )
| ;
|
| return n;
| }
| #endif
|
| void *yyalloc (yy_size_t size )
| {
| return (void *) malloc( size );
| }
|
| void *yyrealloc (void * ptr, yy_size_t size )
| {
| /* The cast to (char *) in the following accommodates both
| * implementations that use char* generic pointers, and those
| * that use void* generic pointers. It works with the latter
| * because both ANSI C and C++ allow castless assignment from
| * any pointer type to void*, and deal with argument conversions
| * as though doing an assignment.
| */
| return (void *) realloc( (char *) ptr, size );
| }
|
| void yyfree (void * ptr )
| {
| free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
| }
|
| #define YYTABLES_NAME "yytables"
|
| #line 10 "conftest.l"
|
|
| #ifdef YYTEXT_POINTER
| extern char *yytext;
| #endif
| int
| main (void)
| {
| return ! yylex () + ! yywrap ();
| }
configure:26379: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c -lfl -lrt -lm -lutil >&5
configure:26379: $? = 0
configure:26389: result: -lfl
configure:26395: checking whether yytext is a pointer
configure:26412: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c -lfl -lrt -lm -lutil >&5
configure:26412: $? = 0
configure:26420: result: yes
configure:26461: checking for flavor of ps to use
configure:26474: result: ps -A -o fname,pid,user
configure:26506: checking if build filesystem is case sensitive
configure:26518: result: yes
configure:26531: checking if configuring for case sensitive filesystem
configure:26549: result: yes
configure:26595: checking whether RLIMIT_NPROC is declared
configure:26595: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c >&5
conftest.c:351:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:26595: $? = 0
configure:26595: result: yes
configure:26616: checking whether RLIMIT_MEMLOCK is declared
configure:26616: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c >&5
conftest.c:352:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:26616: $? = 0
configure:26616: result: yes
configure:26637: checking whether RLIMIT_NOFILE is declared
configure:26637: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c >&5
conftest.c:353:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:26637: $? = 0
configure:26637: result: yes
configure:26658: checking whether RLIMIT_FSIZE is declared
configure:26658: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c >&5
conftest.c:354:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:26658: $? = 0
configure:26658: result: yes
configure:26679: checking whether RLIMIT_CORE is declared
configure:26679: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c >&5
conftest.c:355:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:26679: $? = 0
configure:26679: result: yes
configure:26700: checking whether RLIMIT_STACK is declared
configure:26700: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c >&5
conftest.c:356:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:26700: $? = 0
configure:26700: result: yes
configure:26721: checking whether RLIMIT_AS is declared
configure:26721: gcc -c -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c >&5
conftest.c:357:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:26721: $? = 0
configure:26721: result: yes
configure:4249: *** Fault tolerance
configure:26889: checking if want fault tolerance
configure:26939: result: Disabled fault tolerance
configure:26971: checking if want checkpoint/restart enabled debugging option
configure:26977: result: Disabled (fault tolerance disabled --without-ft)
configure:26998: checking if want fault tolerance thread
configure:27005: result: Disabled (fault tolerance disabled --without-ft)
configure:4233: === Modular Component Architecture (MCA) setup
configure:27070: checking for subdir args
configure:27187: result: '--prefix=/home/jsquyres/bogus'
configure:27208: checking --with-verbs value
configure:27211: result: simple ok (unspecified)
configure:27240: checking --with-verbs-libdir value
configure:27243: result: simple ok (unspecified)
configure:27412: checking for pkg-config
configure:27430: found /cm/shared/apps/autotools/ac269-am1133-lt242/bin/pkg-config
configure:27442: result: /cm/shared/apps/autotools/ac269-am1133-lt242/bin/pkg-config
configure:27467: checking pkg-config is at least version 0.9.0
configure:27470: result: yes
configure:27567: checking for pkg-config
configure:27597: result: /cm/shared/apps/autotools/ac269-am1133-lt242/bin/pkg-config
configure:27622: checking pkg-config is at least version 0.9.0
configure:27625: result: yes
configure:27634: checking for X
configure:27773: gcc -o conftest -g -Wall -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -Werror-implicit-function-declaration -finline-functions -fno-strict-aliasing -pthread conftest.c -lX11 -lrt -lm -lutil >&5
conftest.c:325:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
main ()
^
configure:27773: $? = 0
configure:27823: result: libraries , headers
configure:27855: checking whether to enable hwloc PCI device support
configure:27867: result: yes (default)
configure:4265: +++ Configuring MCA framework hwloc
configure:27913: checking for no configure components in framework hwloc
configure:27915: result:
configure:27917: checking for m4 configure components in framework hwloc
configure:27919: result: hwloc1110, external
configure:4280: --- MCA component hwloc:hwloc1110 (m4 configuration macro, priority 90)
configure:28007: checking for MCA component hwloc:hwloc1110 compile mode
configure:28010: result: static
configure:28121: checking hwloc building mode
configure:28123: result: embedded
configure:28152: hwloc builddir: /home/jsquyres/git/ompi-bisect/opal/mca/hwloc/hwloc1110/hwloc
configure:28154: hwloc srcdir: /home/jsquyres/git/ompi-bisect/opal/mca/hwloc/hwloc1110/hwloc
configure:28162: checking for hwloc version
configure:28176: result: 1.11.0
configure:28180: checking if want hwloc maintainer support
configure:28208: result: disabled (embedded mode)
configure:28214: checking for hwloc directory prefix
configure:28216: result: opal/mca/hwloc/hwloc1110/hwloc/
configure:28229: checking for hwloc symbol prefix
configure:28251: result: opal_hwloc1110_
configure:28294: checking size of void *
configure:28313: result: 8
configure:28333: checking which OS support to include
configure:28350: result: Linux
configure:28469: checking which CPU support to include
configure:28489: result: x86_64
configure:28514: checking size of unsigned long
configure:28519: gcc -o conftest -g conftest.c -lrt -lm -lutil >&5
configure:28519: $? = 0
configure:28519: ./conftest
configure:28519: $? = 0
configure:28533: result: 8
configure:28552: checking size of unsigned int
configure:28557: gcc -o conftest -g conftest.c -lrt -lm -lutil >&5
configure:28557: $? = 0
configure:28557: ./conftest
configure:28557: $? = 0
configure:28571: result: 4
configure:28593: checking for the C compiler vendor
configure:28622: gcc -c -g conftest.c >&5
conftest.c:338:2: error: #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
#error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
^
conftest.c:339:1: error: unknown type name 'choke'
choke me
^
conftest.c:339:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:28622: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETPGID 1
| #define HAVE_SETENV 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OPAL_HAVE_VA_COPY 1
| #define OPAL_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OPAL_HAVE_BROKEN_QSORT 0
| #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
| #define HAVE_PTHREAD_CONDATTR_SETPSHARED 1
| #define OPAL_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OPAL_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #define OPAL_ENABLE_MULTI_THREADS 1
| #define OMPI_ENABLE_THREAD_MULTIPLE 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_DECL_RLIMIT_NOFILE 1
| #define HAVE_DECL_RLIMIT_FSIZE 1
| #define HAVE_DECL_RLIMIT_CORE 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_DECL_RLIMIT_AS 1
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_FT_THREAD 0
| #define HWLOC_VERSION "1.11.0"
| #define HWLOC_SYM_PREFIX opal_hwloc1110_
| #define HWLOC_SYM_PREFIX_CAPS OPAL_HWLOC1110_
| #define HWLOC_SYM_TRANSFORM 1
| #define _HPUX_SOURCE 1
| #define SIZEOF_VOID_P 8
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_HAVE_LINUXPCI 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 8
| #define HWLOC_SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_INT 4
| #define HWLOC_SIZEOF_UNSIGNED_INT 4
| /* end confdefs.h. */
|
| #if !( defined(__INTEL_COMPILER) || defined(__ICC) )
| #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"
| choke me
| #endif
configure:28639: gcc -c -g conftest.c >&5
configure:28639: $? = 0
configure:29136: result: gnu
configure:29142: checking for __attribute__
configure:29166: gcc -c -g conftest.c >&5
configure:29166: $? = 0
configure:29191: gcc -c -g conftest.c >&5
configure:29191: $? = 0
configure:29233: result: yes
configure:29237: checking for __attribute__(aligned)
configure:29257: gcc -c -g conftest.c >&5
configure:29257: $? = 0
configure:29345: result: yes
configure:29357: checking for __attribute__(always_inline)
configure:29377: gcc -c -g conftest.c >&5
configure:29377: $? = 0
configure:29465: result: yes
configure:29474: checking for __attribute__(cold)
configure:29497: gcc -c -g conftest.c >&5
configure:29497: $? = 0
configure:29585: result: yes
configure:29594: checking for __attribute__(const)
configure:29617: gcc -c -g conftest.c >&5
configure:29617: $? = 0
configure:29705: result: yes
configure:29715: checking for __attribute__(deprecated)
configure:29738: gcc -c -g conftest.c >&5
configure:29738: $? = 0
configure:29826: result: yes
configure:29846: checking for __attribute__(format)
configure:29868: gcc -c -g conftest.c >&5
configure:29868: $? = 0
configure:29938: gcc -c -g -Wall conftest.c >&5
conftest.c: In function 'usage':
conftest.c:342:45: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int *' [-Wformat=]
return this_printf (*argument, "%d", argument); /* This should produce a format warning */
^
configure:29938: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETPGID 1
| #define HAVE_SETENV 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OPAL_HAVE_VA_COPY 1
| #define OPAL_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OPAL_HAVE_BROKEN_QSORT 0
| #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
| #define HAVE_PTHREAD_CONDATTR_SETPSHARED 1
| #define OPAL_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OPAL_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #define OPAL_ENABLE_MULTI_THREADS 1
| #define OMPI_ENABLE_THREAD_MULTIPLE 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_DECL_RLIMIT_NOFILE 1
| #define HAVE_DECL_RLIMIT_FSIZE 1
| #define HAVE_DECL_RLIMIT_CORE 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_DECL_RLIMIT_AS 1
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_FT_THREAD 0
| #define HWLOC_VERSION "1.11.0"
| #define HWLOC_SYM_PREFIX opal_hwloc1110_
| #define HWLOC_SYM_PREFIX_CAPS OPAL_HWLOC1110_
| #define HWLOC_SYM_TRANSFORM 1
| #define _HPUX_SOURCE 1
| #define SIZEOF_VOID_P 8
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_HAVE_LINUXPCI 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 8
| #define HWLOC_SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_INT 4
| #define HWLOC_SIZEOF_UNSIGNED_INT 4
| #define HWLOC_HAVE_ATTRIBUTE 1
| /* end confdefs.h. */
|
| static int usage (int * argument);
| extern int this_printf (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3)));
|
| static int usage (int * argument) {
| return this_printf (*argument, "%d", argument); /* This should produce a format warning */
| }
| /* The autoconf-generated main-function is int main(), which produces a warning by itself */
| int main(void);
|
| int
| main ()
| {
|
| int i=4711;
| i=usage(&i);
|
| ;
| return 0;
| }
configure:29974: result: yes
configure:29983: checking for __attribute__(hot)
configure:30006: gcc -c -g conftest.c >&5
configure:30006: $? = 0
configure:30094: result: yes
configure:30103: checking for __attribute__(malloc)
configure:30129: gcc -c -g conftest.c >&5
configure:30129: $? = 0
configure:30217: result: yes
configure:30232: checking for __attribute__(may_alias)
configure:30252: gcc -c -g conftest.c >&5
configure:30252: $? = 0
configure:30340: result: yes
configure:30350: checking for __attribute__(no_instrument_function)
configure:30370: gcc -c -g conftest.c >&5
configure:30370: $? = 0
configure:30458: result: yes
configure:30483: checking for __attribute__(nonnull)
configure:30506: gcc -c -g conftest.c >&5
configure:30506: $? = 0
configure:30578: gcc -c -g -Wall conftest.c >&5
conftest.c: In function 'usage':
conftest.c:343:14: warning: null argument where non-null required (argument 1) [-Wnonnull]
return square( ((void*)0) ); /* This should produce an argument must be nonnull warning */
^
configure:30578: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define SIZEOF___FLOAT128 16
| #define SIZEOF_FLOAT__COMPLEX 8
| #define SIZEOF_DOUBLE__COMPLEX 16
| #define SIZEOF_LONG_DOUBLE__COMPLEX 32
| #define SIZEOF_VOID_P 8
| #define SIZEOF_SIZE_T 8
| #define SIZEOF_SSIZE_T 8
| #define SIZEOF_PTRDIFF_T 8
| #define SIZEOF_WCHAR_T 4
| #define SIZEOF_PID_T 4
| #define OPAL_ALIGNMENT_BOOL 1
| #define OPAL_ALIGNMENT_INT8 1
| #define OPAL_ALIGNMENT_INT16 2
| #define OPAL_ALIGNMENT_INT32 4
| #define OPAL_ALIGNMENT_INT64 8
| #define OPAL_ALIGNMENT_CHAR 1
| #define OPAL_ALIGNMENT_SHORT 2
| #define OPAL_ALIGNMENT_WCHAR 4
| #define OPAL_ALIGNMENT_INT 4
| #define OPAL_ALIGNMENT_LONG 8
| #define OPAL_ALIGNMENT_LONG_LONG 8
| #define OPAL_ALIGNMENT_FLOAT 4
| #define OPAL_ALIGNMENT_DOUBLE 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE 16
| #define OPAL_ALIGNMENT___FLOAT128 16
| #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4
| #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8
| #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16
| #define OPAL_ALIGNMENT_VOID_P 8
| #define OPAL_ALIGNMENT_SIZE_T 8
| #define OPAL_HAVE_ATTRIBUTE 1
| #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1
| #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1
| #define OPAL_HAVE_ATTRIBUTE_COLD 1
| #define OPAL_HAVE_ATTRIBUTE_CONST 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1
| #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT 1
| #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_HOT 1
| #define OPAL_HAVE_ATTRIBUTE_MALLOC 1
| #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1
| #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1
| #define OPAL_HAVE_ATTRIBUTE_NONNULL 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN 1
| #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1
| #define OPAL_HAVE_ATTRIBUTE_PACKED 1
| #define OPAL_HAVE_ATTRIBUTE_PURE 1
| #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1
| #define OPAL_HAVE_ATTRIBUTE_UNUSED 1
| #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1
| #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1
| #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1
| #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1
| #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 327936
| #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 5.1.0
| #define OMPI_ENABLE_MPI_PROFILING 0
| #define OPAL_ASM_TEXT ".text"
| #define OPAL_ASM_GLOBAL ".globl"
| #define OPAL_ASM_LABEL_SUFFIX ":"
| #define OPAL_ASM_GSYM ""
| #define OPAL_ASM_LSYM ".L"
| #define OPAL_ASM_TYPE "@"
| #define OPAL_ASM_SIZE "1"
| #define OPAL_ASM_ALIGN_LOG
| #define OPAL_HAVE_CMPXCHG16B 1
| #define OPAL_ASM_SUPPORT_64BIT 1
| #define OPAL_C_GCC_INLINE_ASSEMBLY 1
| #define OPAL_C_DEC_INLINE_ASSEMBLY 0
| #define OPAL_C_XLC_INLINE_ASSEMBLY 0
| #define OPAL_ASSEMBLY_FORMAT "default-.text-.globl-:--.L-@-1-0-1-1-1"
| #define OPAL_ASSEMBLY_ARCH OPAL_AMD64
| #define OPAL_ASSEMBLY_SUPPORTS_RDTSCP 0
| #define OPAL_ASSEMBLY_BUILTIN OPAL_BUILTIN_NO
| #define OPAL_HAVE_ASM_FILE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_AIO_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_ERR_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_POLL_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTY_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FCNTL_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_QUEUE_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_STATFS_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ULIMIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_DB_H 1
| #define HAVE_SYS_MOUNT_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SOCKLEN_T 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define HAVE_STRUCT_SOCKADDR_IN6 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_DECL_AF_UNSPEC 1
| #define HAVE_DECL_PF_UNSPEC 1
| #define HAVE_DECL_AF_INET6 1
| #define HAVE_DECL_PF_INET6 1
| #define OPAL_HAVE_SA_RESTART 1
| #define HAVE_STRUCT_DIRENT_D_TYPE 1
| #define HAVE_SIGINFO_T_SI_FD 1
| #define HAVE_SIGINFO_T_SI_BAND 1
| #define HAVE_STRUCT_STATFS_F_TYPE 1
| #define OPAL_PTRDIFF_TYPE ptrdiff_t
| #define OPAL_NO_LIB_DESTRUCTOR 0
| #define OPAL_HAVE_OPENPTY 1
| #define OPAL_HAVE_GETHOSTBYNAME 1
| #define OPAL_HAVE_SOCKET 1
| #define OPAL_HAVE_SCHED_YIELD 1
| #define OPAL_HAVE_DIRNAME 1
| #define OPAL_HAVE_CEIL 1
| #define OPAL_HAVE_CLOCK_GETTIME 1
| #define HAVE_ASPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_VASPRINTF 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_OPENPTY 1
| #define HAVE_ISATTY 1
| #define HAVE_GETPWUID 1
| #define HAVE_FORK 1
| #define HAVE_WAITPID 1
| #define HAVE_EXECVE 1
| #define HAVE_PIPE 1
| #define HAVE_PTSNAME 1
| #define HAVE_SETSID 1
| #define HAVE_MMAP 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSLOG 1
| #define HAVE_VSYSLOG 1
| #define HAVE_REGEXEC 1
| #define HAVE_REGFREE 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_USLEEP 1
| #define HAVE_MKFIFO 1
| #define HAVE_STATFS 1
| #define HAVE_STATVFS 1
| #define HAVE_SETPGID 1
| #define HAVE_SETENV 1
| #define HAVE_UNIX_BYTESWAP 1
| #define OPAL_HAVE_VA_COPY 1
| #define OPAL_HAVE_UNDERSCORE_VA_COPY 1
| #define HAVE_DECL___FUNC__ 1
| #define OPAL_HAVE__SC_NPROCESSORS_ONLN 1
| #define OPAL_HAVE_BROKEN_QSORT 0
| #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1
| #define HAVE_PTHREAD_CONDATTR_SETPSHARED 1
| #define OPAL_HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
| #define OPAL_HAVE_PTHREAD_MUTEX_ERRORCHECK 1
| #define OPAL_ENABLE_MULTI_THREADS 1
| #define OMPI_ENABLE_THREAD_MULTIPLE 0
| #define YYTEXT_POINTER 1
| #define ORTE_CLEAN_PS_CMD "ps -A -o fname,pid,user"
| #define HAVE_DECL_RLIMIT_NPROC 1
| #define HAVE_DECL_RLIMIT_MEMLOCK 1
| #define HAVE_DECL_RLIMIT_NOFILE 1
| #define HAVE_DECL_RLIMIT_FSIZE 1
| #define HAVE_DECL_RLIMIT_CORE 1
| #define HAVE_DECL_RLIMIT_STACK 1
| #define HAVE_DECL_RLIMIT_AS 1
| #define OPAL_ENABLE_FT 0
| #define OPAL_ENABLE_FT_CR 0
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_FT_THREAD 0
| #define HWLOC_VERSION "1.11.0"
| #define HWLOC_SYM_PREFIX opal_hwloc1110_
| #define HWLOC_SYM_PREFIX_CAPS OPAL_HWLOC1110_
| #define HWLOC_SYM_TRANSFORM 1
| #define _HPUX_SOURCE 1
| #define SIZEOF_VOID_P 8
| #define HWLOC_LINUX_SYS 1
| #define HWLOC_HAVE_LINUXPCI 1
| #define HWLOC_X86_64_ARCH 1
| #define SIZEOF_UNSIGNED_LONG 8
| #define HWLOC_SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_UNSIGNED_INT 4
| #define HWLOC_SIZEOF_UNSIGNED_INT 4
| #define HWLOC_HAVE_ATTRIBUTE 1
| /* end confdefs.h. */
|
| static int usage(int * argument);
| int square(int * argument) __attribute__ ((__nonnull__));
| int square(int * argument) { return (*argument) * (*argument); }
|
| static int usage(int * argument) {
| return square( ((void*)0) ); /* This should produce an argument must be nonnull warning */
| }
| /* The autoconf-generated main-function is int main(), which produces a warning by itself */
| int main(void);
|
| int
| main ()
| {
|
| int i=4711;
| i=usage(&i);
|
| ;
| return 0;
| }
configure:30614: result: yes
configure:30624: checking for __attribute__(noreturn)
configure:30653: gcc -c -g conftest.c >&5
configure:30653: $? = 0
configure:30741: result: yes
configure:30750: checking for __attribute__(packed)
configure:30775: gcc -c -g conftest.c >&5
configure:30775: $? = 0
configure:30863: result: yes
configure:30872: checking for __attribute__(pure)
configure:30895: gcc -c -g conftest.c >&5
configure:30895: $? = 0
configure:30983: result: yes
configure:31009: checking for __attribute__(sentinel)
configure:31031: gcc -c -g conftest.c >&5
configure:31031: $? = 0
configure:31103: gcc -c -g -Wall conftest.c >&5
conftest.c: In function 'usage':
conftest.c:343:14: warning: missing sentinel in function call [-Wformat=]
return my_execlp ("lala", "/home/there", last_arg_should_be_null); /* This should produce a warning */
^
configure:31103: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Open MPI Run Time Environment"
| #define PACKAGE_TARNAME "open-rte"
| #define PACKAGE_VERSION "gitclone"
| #define PACKAGE_STRING "Open MPI Run Time Environment gitclone"
| #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/"
| #define PACKAGE_URL ""
| #define OPAL_ARCH "x86_64-unknown-linux-gnu"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define ORTE_MAJOR_VERSION 3
| #define ORTE_MINOR_VERSION 0
| #define ORTE_RELEASE_VERSION 0
| #define ORTE_GREEK_VERSION "a1"
| #define ORTE_REPO_REV "dev-2059-g77f8282"
| #define ORTE_TARBALL_VERSION "gitclone"
| #define ORTE_VERSION "0"
| #define ORTE_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_MAJOR_VERSION 3
| #define OPAL_MINOR_VERSION 0
| #define OPAL_RELEASE_VERSION 0
| #define OPAL_GREEK_VERSION "a1"
| #define OPAL_REPO_REV "dev-2059-g77f8282"
| #define OPAL_TARBALL_VERSION "gitclone"
| #define OPAL_VERSION "0"
| #define OPAL_RELEASE_DATE "Unreleased developer copy"
| #define OPAL_ENABLE_MEM_DEBUG 1
| #define OPAL_ENABLE_MEM_PROFILE 1
| #define OPAL_ENABLE_TIMING 0
| #define OPAL_ENABLE_DEBUG 1
| #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1
| #define OPAL_ENABLE_PTY_SUPPORT 1
| #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0
| #define OPAL_ALIGN_WORD_SIZE_INTEGERS 0
| #define OPAL_WANT_HOME_CONFIG_FILES 1
| #define OPAL_ENABLE_IPV6 0
| #define OPAL_PACKAGE_STRING "Open MPI jsquyres@savbu-usnic-a Distribution"
| #define OPAL_IDENT_STRING "3.0.0a1"
| #define OPAL_MAX_PROCESSOR_NAME 256
| #define OPAL_MAX_ERROR_STRING 256
| #define OPAL_MAX_OBJECT_NAME 64
| #define OPAL_MAX_INFO_KEY 36
| #define OPAL_MAX_INFO_VAL 256
| #define OPAL_MAX_PORT_NAME 1024
| #define OPAL_MAX_DATAREP_STRING 128
| #define OPAL_ENABLE_CRDEBUG 0
| #define OPAL_ENABLE_GETPWUID 1
| #define OPAL_ENABLE_PROGRESS_THREADS 0
| #define OPAL_HAVE_SOLARIS 0
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_STRUCT_SOCKADDR_IN 1
| #define OPAL_CUDA_SUPPORT 0
| #define OPAL_CUDA_SUPPORT_41 0
| #define OPAL_CUDA_SYNC_MEMOPS 0
| #define OPAL_CUDA_GET_ATTRIBUTES 0
| #define OPAL_CUDA_GDR_SUPPORT 0
| #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0
| #define ORTE_ENABLE_STATIC_PORTS 1
| #define OPAL_CC "gcc"
| #define STDC_HEADERS 1
| #define _GNU_SOURCE 1
| #define OPAL_C_HAVE_BUILTIN_EXPECT 1
| #define OPAL_C_HAVE_BUILTIN_PREFETCH 1
| #define OPAL_C_HAVE_BUILTIN_CLZ 1
| #define OPAL_CC_USE_PRAGMA_IDENT 0
| #define OPAL_CC_USE_IDENT 1
| #define OPAL_CC_USE_PRAGMA_COMMENT
| #define OPAL_CC_USE_CONST_CHAR_IDENT 0
| #define HAVE_INT8_T 1
| #define HAVE_UINT8_T 1
| #define HAVE_INT16_T 1
| #define HAVE_UINT16_T 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE___INT128 1
| #define HAVE_LONG_LONG 1
| #define HAVE___FLOAT128 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FLOAT__COMPLEX 1
| #define HAVE_DOUBLE__COMPLEX 1
| #define HAVE_LONG_DOUBLE__COMPLEX 1
| #define HAVE_INTPTR_T 1
| #define HAVE_UINTPTR_T 1
| #define HAVE_MODE_T 1
| #define HAVE_SSIZE_T 1
| #define HAVE_PTRDIFF_T 1
| #define SIZEOF__BOOL 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_D
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment