Hi, today I tried to install openmpi-v1.10.2-176-g9d45e07 on my "SUSE Linux Enterprise Server 12 (x86_64)" with Sun C 5.14 beta. Unfortunately "configure" breaks, because it thinks that C and C++ are link incompatible. I used the following configure command.
../openmpi-v1.10.2-176-g9d45e07/configure \ --prefix=/usr/local/openmpi-1.10.3_64_cc \ --libdir=/usr/local/openmpi-1.10.3_64_cc/lib64 \ --with-jdk-bindir=/usr/local/jdk1.8.0_66/bin \ --with-jdk-headers=/usr/local/jdk1.8.0_66/include \ JAVA_HOME=/usr/local/jdk1.8.0_66 \ LDFLAGS="-m64 -mt -Wl,-z -Wl,noexecstack" CC="cc" CXX="CC" FC="f95" \ CFLAGS="-m64 -mt" CXXFLAGS="-m64 -library=stlport4" FCFLAGS="-m64" \ CPP="cpp" CXXCPP="cpp" \ --enable-mpi-cxx \ --enable-cxx-exceptions \ --enable-mpi-java \ --enable-heterogeneous \ --enable-mpi-thread-multiple \ --with-hwloc=internal \ --without-verbs \ --with-wrapper-cflags="-m64 -mt" \ --with-wrapper-cxxflags="-m64 -library=stlport4" \ --with-wrapper-fcflags="-m64" \ --with-wrapper-ldflags="-mt" \ --enable-debug \ |& tee log.configure.$SYSTEM_ENV.$MACHINE_ENV.64_cc I don't know if it is a compiler problem or a problem with the configure command. Perhaps you are nevertheless interested in the problem. Kind regards Siegmar
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Open MPI configure v1.10.2-176-g9d45e07, which was generated by GNU Autoconf 2.69. Invocation command line was $ ../openmpi-v1.10.2-176-g9d45e07/configure --prefix=/usr/local/openmpi-1.10.3_64_cc --libdir=/usr/local/openmpi-1.10.3_64_cc/lib64 --with-jdk-bindir=/usr/local/jdk1.8.0_66/bin --with-jdk-headers=/usr/local/jdk1.8.0_66/include JAVA_HOME=/usr/local/jdk1.8.0_66 LDFLAGS=-m64 -mt -Wl,-z -Wl,noexecstack CC=cc CXX=CC FC=f95 CFLAGS=-m64 -mt CXXFLAGS=-m64 -library=stlport4 FCFLAGS=-m64 CPP=cpp CXXCPP=cpp --enable-mpi-cxx --enable-cxx-exceptions --enable-mpi-java --enable-heterogeneous --enable-mpi-thread-multiple --with-hwloc=internal --without-verbs --with-wrapper-cflags=-m64 -mt --with-wrapper-cxxflags=-m64 -library=stlport4 --with-wrapper-fcflags=-m64 --with-wrapper-ldflags=-mt --enable-debug ## --------- ## ## Platform. ## ## --------- ## hostname = loki uname -m = x86_64 uname -r = 3.12.55-52.42-default uname -s = Linux uname -v = #1 SMP Thu Mar 3 10:35:46 UTC 2016 (4354e1d) /usr/bin/uname -p = x86_64 /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: /usr/local/eclipse-4.5.1 PATH: /usr/local/netbeans-8.1/bin PATH: /usr/local/jdk1.8.0_66/bin PATH: /usr/local/jdk1.8.0_66/db/bin PATH: /usr/local/intel_xe_2016/compilers_and_libraries_2016.3.210/linux/bin/intel64 PATH: /usr/local/intel_xe_2016/compilers_and_libraries_2016.3.210/linux/mpi/intel64/bin PATH: /usr/local/intel_xe_2016/debugger_2016/gdb/intel64_mic/bin PATH: /usr/local/intel_xe_2016/compilers_and_libraries_2016.3.210/linux/bin/ia32 PATH: /usr/local/intel_xe_2016/debugger_2016/gdb/intel64_mic/bin PATH: /opt/solstudio12.5b/bin PATH: /usr/local/gcc-6.1.0/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin PATH: /usr/local/hwloc-1.11.1/bin PATH: /root/Linux/x86_64/bin PATH: . ## ----------- ## ## Core tests. ## ## ----------- ## configure:5534: checking build system type configure:5548: result: x86_64-pc-linux-gnu configure:5568: checking host system type configure:5581: result: x86_64-pc-linux-gnu configure:5601: checking target system type configure:5614: result: x86_64-pc-linux-gnu configure:5740: checking for gcc configure:5767: result: cc configure:5996: checking for C compiler version configure:6005: cc --version >&5 cc: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise usage: cc [ options ] files. Use 'cc -flags' for details configure:6016: $? = 1 configure:6005: cc -v >&5 usage: cc [ options ] files. Use 'cc -flags' for details configure:6016: $? = 1 configure:6005: cc -V >&5 cc: Studio 12.5 Sun C 5.14 Linux_i386 Beta 2015/11/17 configure:6016: $? = 0 configure:6005: cc -qversion >&5 cc: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise usage: cc [ options ] files. Use 'cc -flags' for details configure:6016: $? = 1 configure:6036: checking whether the C compiler works configure:6058: cc -m64 -mt -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:6062: $? = 0 configure:6110: result: yes configure:6113: checking for C compiler default output file name configure:6115: result: a.out configure:6121: checking for suffix of executables configure:6128: cc -o conftest -m64 -mt -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:6132: $? = 0 configure:6154: result: configure:6176: checking whether we are cross compiling configure:6184: cc -o conftest -m64 -mt -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 18: warning: statement not reached configure:6188: $? = 0 configure:6195: ./conftest configure:6199: $? = 0 configure:6214: result: no configure:6219: checking for suffix of object files configure:6241: cc -c -m64 -mt conftest.c >&5 configure:6245: $? = 0 configure:6266: result: o configure:6270: checking whether we are using the GNU C compiler configure:6289: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 15: undefined symbol: choke "conftest.c", line 15: syntax error before or at: me cc: acomp failed for conftest.c configure:6289: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-linux-gnu" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:6298: result: no configure:6307: checking whether cc accepts -g configure:6327: cc -c -g conftest.c >&5 configure:6327: $? = 0 configure:6368: result: yes configure:6385: checking for cc option to accept ISO C89 configure:6448: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 57: warning: statement not reached configure:6448: $? = 0 configure:6461: result: none needed configure:6487: checking how to run the C preprocessor configure:6557: result: cpp configure:6577: cpp conftest.c configure:6577: $? = 0 configure:6591: cpp conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:6591: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-linux-gnu" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6620: checking for grep that handles long lines and -e configure:6678: result: /bin/grep configure:6683: checking for egrep configure:6745: result: /bin/grep -E configure:6750: checking for ANSI C header files configure:6770: cc -c -m64 -mt conftest.c >&5 configure:6770: $? = 0 configure:6843: cc -o conftest -m64 -mt -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:6843: $? = 0 configure:6843: ./conftest configure:6843: $? = 0 configure:6854: result: yes configure:6867: checking for sys/types.h configure:6867: cc -c -m64 -mt conftest.c >&5 configure:6867: $? = 0 configure:6867: result: yes configure:6867: checking for sys/stat.h configure:6867: cc -c -m64 -mt conftest.c >&5 configure:6867: $? = 0 configure:6867: result: yes configure:6867: checking for stdlib.h configure:6867: cc -c -m64 -mt conftest.c >&5 configure:6867: $? = 0 configure:6867: result: yes configure:6867: checking for string.h configure:6867: cc -c -m64 -mt conftest.c >&5 configure:6867: $? = 0 configure:6867: result: yes configure:6867: checking for memory.h configure:6867: cc -c -m64 -mt conftest.c >&5 configure:6867: $? = 0 configure:6867: result: yes configure:6867: checking for strings.h configure:6867: cc -c -m64 -mt conftest.c >&5 configure:6867: $? = 0 configure:6867: result: yes configure:6867: checking for inttypes.h configure:6867: cc -c -m64 -mt conftest.c >&5 configure:6867: $? = 0 configure:6867: result: yes configure:6867: checking for stdint.h configure:6867: cc -c -m64 -mt conftest.c >&5 configure:6867: $? = 0 configure:6867: result: yes configure:6867: checking for unistd.h configure:6867: cc -c -m64 -mt conftest.c >&5 configure:6867: $? = 0 configure:6867: result: yes configure:6880: checking minix/config.h usability configure:6880: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 53: cannot find include file: <minix/config.h> cc: acomp failed for conftest.c configure:6880: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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:6880: result: no configure:6880: checking minix/config.h presence configure:6880: cpp conftest.c conftest.c:20:26: fatal error: minix/config.h: No such file or directory #include <minix/config.h> ^ compilation terminated. configure:6880: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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:6880: result: no configure:6880: checking for minix/config.h configure:6880: result: no configure:6901: checking whether it is safe to define __EXTENSIONS__ configure:6919: cc -c -m64 -mt conftest.c >&5 configure:6919: $? = 0 configure:6926: result: yes configure:6987: checking for a BSD-compatible install configure:7055: result: /usr/bin/install -c configure:7066: checking whether build environment is sane configure:7121: result: yes configure:7272: checking for a thread-safe mkdir -p configure:7311: result: /bin/mkdir -p configure:7318: checking for gawk configure:7334: found /bin/gawk configure:7345: result: gawk configure:7356: checking whether make sets $(MAKE) configure:7378: result: yes configure:7408: checking for style of include used by make configure:7436: result: GNU configure:7513: checking how to create a ustar tar archive configure:7526: tar --version tar (GNU tar) 1.27.1 Copyright (C) 2013 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:7529: $? = 0 configure:7569: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:7572: $? = 0 configure:7576: tar -xf - <conftest.tar configure:7579: $? = 0 configure:7592: result: gnutar configure:7600: checking dependency style of cc configure:7711: result: none configure:7743: checking whether make supports nested variables configure:7760: result: yes configure:7808: checking for repo version configure:7837: result: v1.10.2-176-g9d45e07 configure:7851: checking Open MPI version configure:7853: result: 1.10.3rc1 configure:7855: checking Open MPI release date configure:7857: result: Unreleased developer copy configure:7859: checking Open MPI repository version configure:7861: result: v1.10.2-176-g9d45e07 configure:7936: checking for repo version configure:7965: result: v1.10.2-176-g9d45e07 configure:7979: checking Open MPI Run-Time Environment version configure:7981: result: 1.10.3rc1 configure:7983: checking Open MPI Run-Time Environment release date configure:7985: result: Unreleased developer copy configure:7987: checking Open MPI Run-Time Environment repository version configure:7989: result: v1.10.2-176-g9d45e07 configure:8064: checking for repo version configure:8093: result: v1.10.2-176-g9d45e07 configure:8107: checking Open SHMEM version configure:8109: result: 1.10.3rc1 configure:8111: checking Open SHMEM release date configure:8113: result: Unreleased developer copy configure:8115: checking Open SHMEM repository version configure:8117: result: v1.10.2-176-g9d45e07 configure:8192: checking for repo version configure:8221: result: v1.10.2-176-g9d45e07 configure:8235: checking Open Portable Access Layer version configure:8237: result: 1.10.3rc1 configure:8239: checking Open Portable Access Layer release date configure:8241: result: Unreleased developer copy configure:8243: checking Open Portable Access Layer repository version configure:8245: result: v1.10.2-176-g9d45e07 configure:8325: checking for bootstrap Autoconf version configure:8328: result: 2.69 configure:8330: checking for bootstrap Automake version configure:8332: result: 1.12 configure:8334: checking for boostrap Libtool version configure:8337: result: 2.4.2 configure:8360: builddir: /export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07-Linux.x86_64.64_cc configure:8362: srcdir: /export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07 configure:8365: Detected VPATH build configure:8600: checking if want to run code coverage configure:8625: result: no configure:8635: checking if want to compile with branch probabilities configure:8647: result: no configure:8657: checking if want to debug memory usage configure:8669: result: no configure:8689: checking if want to profile memory usage configure:8701: result: no configure:8721: checking if want developer-level compiler pickyness configure:8733: result: no configure:8748: checking if want developer-level debugging code configure:8756: result: yes configure:8790: checking if want to install project-internal header files configure:8803: result: no configure:8821: checking if want pretty-print stacktrace configure:8833: result: yes configure:8848: checking if want pty support configure:8860: result: yes configure:8875: checking if want weak symbol support configure:8883: result: yes configure:8897: checking if want dlopen support configure:8912: result: yes configure:8921: checking if want heterogeneous support configure:8929: result: yes configure:9064: checking if want IPv6 support configure:9076: result: no configure:9090: checking if want package/brand string configure:9106: result: Open MPI root@loki Distribution configure:9112: checking if want ident string configure:9138: result: 1.10.3rc1 configure:9145: checking if want to use an alternative checksum algo for messages configure:9158: result: no configure:9174: checking maximum length of processor name configure:9205: result: 256 configure:9219: checking maximum length of error string configure:9250: result: 256 configure:9264: checking maximum length of object name configure:9295: result: 64 configure:9309: checking maximum length of info key configure:9340: result: 36 configure:9354: checking maximum length of info val configure:9385: result: 256 configure:9399: checking maximum length of port name configure:9430: result: 1024 configure:9444: checking maximum length of datarep string configure:9475: result: 128 configure:9501: checking if want getpwuid support configure:9513: result: yes configure:9526: checking __NetBSD__ configure:9542: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 79: warning: old-style declaration or incorrect type for: error "conftest.c", line 79: syntax error before or at: : "conftest.c", line 79: warning: old-style declaration or incorrect type for: this "conftest.c", line 79: warning: old-style declaration or incorrect type for: isnt "conftest.c", line 79: warning: old-style declaration or incorrect type for: __NetBSD__ cc: acomp failed for conftest.c configure:9542: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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 | /* end confdefs.h. */ | #ifndef __NetBSD__ | error: this isnt __NetBSD__ | #endif | | int | main () | { | | ; | return 0; | } configure:9548: result: no configure:9552: checking __FreeBSD__ configure:9568: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 79: warning: old-style declaration or incorrect type for: error "conftest.c", line 79: syntax error before or at: : "conftest.c", line 79: warning: old-style declaration or incorrect type for: this "conftest.c", line 79: warning: old-style declaration or incorrect type for: isnt "conftest.c", line 79: warning: old-style declaration or incorrect type for: __FreeBSD__ cc: acomp failed for conftest.c configure:9568: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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 | /* end confdefs.h. */ | #ifndef __FreeBSD__ | error: this isnt __FreeBSD__ | #endif | | int | main () | { | | ; | return 0; | } configure:9574: result: no configure:9578: checking __OpenBSD__ configure:9594: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 79: warning: old-style declaration or incorrect type for: error "conftest.c", line 79: syntax error before or at: : "conftest.c", line 79: warning: old-style declaration or incorrect type for: this "conftest.c", line 79: warning: old-style declaration or incorrect type for: isnt "conftest.c", line 79: warning: old-style declaration or incorrect type for: __OpenBSD__ cc: acomp failed for conftest.c configure:9594: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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 | /* end confdefs.h. */ | #ifndef __OpenBSD__ | error: this isnt __OpenBSD__ | #endif | | int | main () | { | | ; | return 0; | } configure:9600: result: no configure:9604: checking __DragonFly__ configure:9620: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 79: warning: old-style declaration or incorrect type for: error "conftest.c", line 79: syntax error before or at: : "conftest.c", line 79: warning: old-style declaration or incorrect type for: this "conftest.c", line 79: warning: old-style declaration or incorrect type for: isnt "conftest.c", line 79: warning: old-style declaration or incorrect type for: __DragonFly__ cc: acomp failed for conftest.c configure:9620: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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 | /* end confdefs.h. */ | #ifndef __DragonFly__ | error: this isnt __DragonFly__ | #endif | | int | main () | { | | ; | return 0; | } configure:9626: result: no configure:9630: checking __386BSD__ configure:9646: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 79: warning: old-style declaration or incorrect type for: error "conftest.c", line 79: syntax error before or at: : "conftest.c", line 79: warning: old-style declaration or incorrect type for: this "conftest.c", line 79: warning: old-style declaration or incorrect type for: isnt "conftest.c", line 79: warning: old-style declaration or incorrect type for: __386BSD__ cc: acomp failed for conftest.c configure:9646: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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 | /* end confdefs.h. */ | #ifndef __386BSD__ | error: this isnt __386BSD__ | #endif | | int | main () | { | | ; | return 0; | } configure:9652: result: no configure:9656: checking __bsdi__ configure:9672: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 79: warning: old-style declaration or incorrect type for: error "conftest.c", line 79: syntax error before or at: : "conftest.c", line 79: warning: old-style declaration or incorrect type for: this "conftest.c", line 79: warning: old-style declaration or incorrect type for: isnt "conftest.c", line 79: warning: old-style declaration or incorrect type for: __bsdi__ cc: acomp failed for conftest.c configure:9672: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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 | /* end confdefs.h. */ | #ifndef __bsdi__ | error: this isnt __bsdi__ | #endif | | int | main () | { | | ; | return 0; | } configure:9678: result: no configure:9682: checking __APPLE__ configure:9698: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 79: warning: old-style declaration or incorrect type for: error "conftest.c", line 79: syntax error before or at: : "conftest.c", line 79: warning: old-style declaration or incorrect type for: this "conftest.c", line 79: warning: old-style declaration or incorrect type for: isnt "conftest.c", line 79: warning: old-style declaration or incorrect type for: __APPLE__ cc: acomp failed for conftest.c configure:9698: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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 | /* end confdefs.h. */ | #ifndef __APPLE__ | error: this isnt __APPLE__ | #endif | | int | main () | { | | ; | return 0; | } configure:9704: result: no configure:9708: checking __linux__ configure:9724: cc -c -m64 -mt conftest.c >&5 configure:9724: $? = 0 configure:9730: result: yes configure:9734: checking __sun__ configure:9750: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 79: warning: old-style declaration or incorrect type for: error "conftest.c", line 79: syntax error before or at: : "conftest.c", line 79: warning: old-style declaration or incorrect type for: this "conftest.c", line 79: warning: old-style declaration or incorrect type for: isnt "conftest.c", line 79: warning: old-style declaration or incorrect type for: __sun__ cc: acomp failed for conftest.c configure:9750: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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 | /* end confdefs.h. */ | #ifndef __sun__ | error: this isnt __sun__ | #endif | | int | main () | { | | ; | return 0; | } configure:9756: result: no configure:9761: checking __sun configure:9777: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 79: warning: old-style declaration or incorrect type for: error "conftest.c", line 79: syntax error before or at: : "conftest.c", line 79: warning: old-style declaration or incorrect type for: this "conftest.c", line 79: warning: old-style declaration or incorrect type for: isnt "conftest.c", line 79: warning: old-style declaration or incorrect type for: __sun cc: acomp failed for conftest.c configure:9777: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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 | /* end confdefs.h. */ | #ifndef __sun | error: this isnt __sun | #endif | | int | main () | { | | ; | return 0; | } configure:9783: result: no configure:9805: checking netdb.h usability configure:9805: cc -c -m64 -mt conftest.c >&5 configure:9805: $? = 0 configure:9805: result: yes configure:9805: checking netdb.h presence configure:9805: cpp conftest.c configure:9805: $? = 0 configure:9805: result: yes configure:9805: checking for netdb.h configure:9805: result: yes configure:9805: checking netinet/in.h usability configure:9805: cc -c -m64 -mt conftest.c >&5 configure:9805: $? = 0 configure:9805: result: yes configure:9805: checking netinet/in.h presence configure:9805: cpp conftest.c configure:9805: $? = 0 configure:9805: result: yes configure:9805: checking for netinet/in.h configure:9805: result: yes configure:9805: checking netinet/tcp.h usability configure:9805: cc -c -m64 -mt conftest.c >&5 configure:9805: $? = 0 configure:9805: result: yes configure:9805: checking netinet/tcp.h presence configure:9805: cpp conftest.c configure:9805: $? = 0 configure:9805: result: yes configure:9805: checking for netinet/tcp.h configure:9805: result: yes configure:9815: checking for struct sockaddr_in configure:9815: cc -c -m64 -mt conftest.c >&5 configure:9815: $? = 0 configure:9815: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 122: syntax error before or at: ) cc: acomp failed for conftest.c configure:9815: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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:9815: result: yes configure:9842: checking if --with-cuda is set configure:9856: result: not set (--with-cuda=) configure:9963: checking for struct CUipcMemHandle_st.reserved configure:9963: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 83: cannot find include file: </cuda.h> "conftest.c", line 88: incomplete struct/union/enum CUipcMemHandle_st: ac_aggr "conftest.c", line 89: undefined struct/union member: reserved cc: acomp failed for conftest.c configure:9963: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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:9963: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 83: cannot find include file: </cuda.h> "conftest.c", line 88: incomplete struct/union/enum CUipcMemHandle_st: ac_aggr "conftest.c", line 89: undefined struct/union member: reserved cc: acomp failed for conftest.c configure:9963: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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:9963: result: no configure:10022: checking whether CU_POINTER_ATTRIBUTE_SYNC_MEMOPS is declared configure:10022: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 83: cannot find include file: </cuda.h> "conftest.c", line 92: undefined symbol: CU_POINTER_ATTRIBUTE_SYNC_MEMOPS cc: acomp failed for conftest.c configure:10022: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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:10022: result: no configure:10048: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 83: cannot find include file: </cuda.h> "conftest.c", line 89: #error: "CUDA_VERSION is less than 6000" cc: acomp failed for conftest.c configure:10048: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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:10058: checking whether cuPointerGetAttributes is declared configure:10058: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 83: cannot find include file: </cuda.h> "conftest.c", line 92: undefined symbol: cuPointerGetAttributes cc: acomp failed for conftest.c configure:10058: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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:10058: result: no configure:10068: checking if have cuda support configure:10077: result: no configure:10161: checking if want full RTE support configure:10180: result: yes configure:10202: checking if want orterun "--prefix" behavior to be enabled by default configure:10222: result: no configure:10238: checking if want sensors configure:10250: result: no configure:10260: checking if want orte static ports configure:10272: result: yes configure:10294: checking if want compile-time warnings inside of mpi.h configure:10302: result: yes configure:10320: checking if want sparse process groups configure:10332: result: no configure:10347: checking if want peruse support configure:10359: result: no configure:10380: checking if want Fortran MPI bindings configure:10391: result: yes (all/default) configure:10463: checking if want PMPI configure:10471: result: yes configure:10488: checking if want C++ bindings configure:10496: result: yes configure:10505: checking if want MPI::SEEK_SET support configure:10513: result: yes configure:10532: checking if want run-time MPI parameter checking configure:10556: result: runtime configure:10584: checking which 'use mpi_f08' implementation to use configure:10606: result: regular (no subarray support) configure:10631: checking if want oshmem configure:10658: result: yes configure:10670: checking if want SGI/Quadrics compatibility mode configure:10678: result: yes configure:10697: checking if want OSHMEM API parameter checking configure:10711: result: never configure:10744: checking for on_exit configure:10744: cc -o conftest -m64 -mt -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 138: warning: statement not reached configure:10744: $? = 0 configure:10744: result: yes configure:10763: checking if want pshmem configure:10766: result: yes configure:10788: checking if want to build OSHMEM fortran bindings configure:10809: result: yes configure:11041: checking if want wrapper compiler rpath support configure:11051: result: yes configure:11186: checking for gcc configure:11213: result: cc configure:11442: checking for C compiler version configure:11451: cc --version >&5 cc: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise usage: cc [ options ] files. Use 'cc -flags' for details configure:11462: $? = 1 configure:11451: cc -v >&5 usage: cc [ options ] files. Use 'cc -flags' for details configure:11462: $? = 1 configure:11451: cc -V >&5 cc: Studio 12.5 Sun C 5.14 Linux_i386 Beta 2015/11/17 configure:11462: $? = 0 configure:11451: cc -qversion >&5 cc: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise usage: cc [ options ] files. Use 'cc -flags' for details configure:11462: $? = 1 configure:11466: checking whether we are using the GNU C compiler configure:11494: result: no configure:11503: checking whether cc accepts -g configure:11564: result: yes configure:11581: checking for cc option to accept ISO C89 configure:11657: result: none needed configure:11789: checking whether cc understands -c and -o together configure:11817: cc -c conftest.c -o conftest2.o >&5 configure:11821: $? = 0 configure:11827: cc -c conftest.c -o conftest2.o >&5 configure:11831: $? = 0 configure:11886: result: yes configure:11926: checking for cc option to accept ISO C99 configure:12075: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 238: warning: statement not reached configure:12075: $? = 0 configure:12088: result: none needed configure:12114: checking for the C compiler vendor configure:12143: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" cc: acomp failed for conftest.c configure:12143: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #if !( defined(__INTEL_COMPILER) || defined(__ICC) ) | #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" | choke me | #endif configure:12160: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "condition defined(__FUJITSU) not met" cc: acomp failed for conftest.c configure:12160: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #if !( defined(__FUJITSU) ) | #error "condition defined(__FUJITSU) not met" | choke me | #endif configure:12177: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "symbol __GNUC__ not defined" cc: acomp failed for conftest.c configure:12177: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #ifndef __GNUC__ | #error "symbol __GNUC__ not defined" | choke me | #endif configure:12219: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "symbol __TURBOC__ not defined" cc: acomp failed for conftest.c configure:12219: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #ifndef __TURBOC__ | #error "symbol __TURBOC__ not defined" | choke me | #endif configure:12236: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "symbol __BORLANDC__ not defined" cc: acomp failed for conftest.c configure:12236: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #ifndef __BORLANDC__ | #error "symbol __BORLANDC__ not defined" | choke me | #endif configure:12253: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "symbol __COMO__ not defined" cc: acomp failed for conftest.c configure:12253: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #ifndef __COMO__ | #error "symbol __COMO__ not defined" | choke me | #endif configure:12270: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "condition defined(__DECC) || defined(VAXC) || defined(__VAXC) not met" cc: acomp failed for conftest.c configure:12270: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #if !( defined(__DECC) || defined(VAXC) || defined(__VAXC) ) | #error "condition defined(__DECC) || defined(VAXC) || defined(__VAXC) not met" | choke me | #endif configure:12282: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "condition defined(__osf__) && defined(__LANGUAGE_C__) not met" cc: acomp failed for conftest.c configure:12282: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #if !( defined(__osf__) && defined(__LANGUAGE_C__) ) | #error "condition defined(__osf__) && defined(__LANGUAGE_C__) not met" | choke me | #endif configure:12294: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "symbol __DECCXX not defined" cc: acomp failed for conftest.c configure:12294: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #ifndef __DECCXX | #error "symbol __DECCXX not defined" | choke me | #endif configure:12315: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "symbol _CRAYC not defined" cc: acomp failed for conftest.c configure:12315: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #ifndef _CRAYC | #error "symbol _CRAYC not defined" | choke me | #endif configure:12332: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "symbol __DCC__ not defined" cc: acomp failed for conftest.c configure:12332: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #ifndef __DCC__ | #error "symbol __DCC__ not defined" | choke me | #endif configure:12349: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "condition defined(__DMC__) || defined(__SC__) || defined(__ZTC__) not met" cc: acomp failed for conftest.c configure:12349: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #if !( defined(__DMC__) || defined(__SC__) || defined(__ZTC__) ) | #error "condition defined(__DMC__) || defined(__SC__) || defined(__ZTC__) not met" | choke me | #endif configure:12366: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "condition defined(__HP_cc) || defined(__HP_aCC) not met" cc: acomp failed for conftest.c configure:12366: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #if !( defined(__HP_cc) || defined(__HP_aCC) ) | #error "condition defined(__HP_cc) || defined(__HP_aCC) not met" | choke me | #endif configure:12383: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met" cc: acomp failed for conftest.c configure:12383: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #if !( defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) ) | #error "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met" | choke me | #endif configure:12395: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "condition defined(_AIX) && !defined(__GNUC__) not met" cc: acomp failed for conftest.c configure:12395: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #if !( defined(_AIX) && !defined(__GNUC__) ) | #error "condition defined(_AIX) && !defined(__GNUC__) not met" | choke me | #endif configure:12414: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "symbol __KCC not defined" cc: acomp failed for conftest.c configure:12414: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #ifndef __KCC | #error "symbol __KCC not defined" | choke me | #endif configure:12431: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "symbol __LCC__ not defined" cc: acomp failed for conftest.c configure:12431: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #ifndef __LCC__ | #error "symbol __LCC__ not defined" | choke me | #endif configure:12448: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "symbol __HIGHC__ not defined" cc: acomp failed for conftest.c configure:12448: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #ifndef __HIGHC__ | #error "symbol __HIGHC__ not defined" | choke me | #endif configure:12465: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "symbol __MWERKS__ not defined" cc: acomp failed for conftest.c configure:12465: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #ifndef __MWERKS__ | #error "symbol __MWERKS__ not defined" | choke me | #endif configure:12482: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "condition defined(sgi) || defined(__sgi) not met" cc: acomp failed for conftest.c configure:12482: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #if !( defined(sgi) || defined(__sgi) ) | #error "condition defined(sgi) || defined(__sgi) not met" | choke me | #endif configure:12499: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "condition defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS) not met" cc: acomp failed for conftest.c configure:12499: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #if !( defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS) ) | #error "condition defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS) not met" | choke me | #endif configure:12524: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "condition defined(_MSC_VER) || defined(__MSC_VER) not met" cc: acomp failed for conftest.c configure:12524: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #if !( defined(_MSC_VER) || defined(__MSC_VER) ) | #error "condition defined(_MSC_VER) || defined(__MSC_VER) not met" | choke me | #endif configure:12547: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "symbol __CC_NORCROFT not defined" cc: acomp failed for conftest.c configure:12547: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #ifndef __CC_NORCROFT | #error "symbol __CC_NORCROFT not defined" | choke me | #endif configure:12564: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "symbol __POCC__ not defined" cc: acomp failed for conftest.c configure:12564: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #ifndef __POCC__ | #error "symbol __POCC__ not defined" | choke me | #endif configure:12581: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "symbol __PGI not defined" cc: acomp failed for conftest.c configure:12581: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #ifndef __PGI | #error "symbol __PGI not defined" | choke me | #endif configure:12598: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 106: #error: "condition defined(SASC) || defined(__SASC) || defined(__SASC__) not met" cc: acomp failed for conftest.c configure:12598: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | /* end confdefs.h. */ | | #if !( defined(SASC) || defined(__SASC) || defined(__SASC__) ) | #error "condition defined(SASC) || defined(__SASC) || defined(__SASC__) not met" | choke me | #endif configure:12615: cc -c -m64 -mt conftest.c >&5 "conftest.c", line 104: warning: empty translation unit configure:12615: $? = 0 configure:12699: result: sun configure:12707: checking for ANSI C header files configure:12811: result: yes configure:13331: WARNING: -g has been added to CFLAGS (--enable-debug) configure:13824: checking if cc supports __builtin_expect configure:13841: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:13841: $? = 0 configure:13849: result: yes configure:13863: checking if cc supports __builtin_prefetch configure:13880: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 112: warning: implicit function declaration: __builtin_prefetch conftest.o: In function `main': /export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07-Linux.x86_64.64_cc//conftest.c:112: undefined reference to `__builtin_prefetch' configure:13880: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | /* end confdefs.h. */ | | int | main () | { | int ptr; | __builtin_prefetch(&ptr,0,0); | ; | return 0; | } configure:13888: result: no configure:13902: checking if cc supports __builtin_clz configure:13919: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 113: warning: implicit function declaration: __builtin_clz conftest.o: In function `main': /export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07-Linux.x86_64.64_cc//conftest.c:113: undefined reference to `__builtin_clz' configure:13919: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | /* end confdefs.h. */ | | int | main () | { | int value = 0xffff; /* we know we have 16 bits set */ | if ((8*sizeof(int)-16) != __builtin_clz(value)) return 0; | ; | return 0; | } configure:13927: result: no configure:14005: checking for C optimization flags configure:14052: result: -m64 -mt -g configure:14071: checking for Interix environment configure:14086: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 114: #error: Normal Unix environment cc: acomp failed for conftest.c configure:14086: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | /* end confdefs.h. */ | | int | main () | { | #if !defined(__INTERIX) | #error Normal Unix environment | #endif | ; | return 0; | } configure:14092: result: no configure:14126: checking for C ident string support configure:14154: cc -m64 -mt -g -c conftest.c -o conftest.o configure:14161: $? = 0 configure:15079: result: #pragma ident configure:15089: checking for int8_t configure:15089: cc -c -m64 -mt -g conftest.c >&5 configure:15089: $? = 0 configure:15089: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 149: syntax error before or at: ) cc: acomp failed for conftest.c configure:15089: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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:15089: result: yes configure:15099: checking for uint8_t configure:15099: cc -c -m64 -mt -g conftest.c >&5 configure:15099: $? = 0 configure:15099: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 150: syntax error before or at: ) cc: acomp failed for conftest.c configure:15099: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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:15099: result: yes configure:15109: checking for int16_t configure:15109: cc -c -m64 -mt -g conftest.c >&5 configure:15109: $? = 0 configure:15109: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 151: syntax error before or at: ) cc: acomp failed for conftest.c configure:15109: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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:15109: result: yes configure:15119: checking for uint16_t configure:15119: cc -c -m64 -mt -g conftest.c >&5 configure:15119: $? = 0 configure:15119: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 152: syntax error before or at: ) cc: acomp failed for conftest.c configure:15119: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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:15119: result: yes configure:15129: checking for int32_t configure:15129: cc -c -m64 -mt -g conftest.c >&5 configure:15129: $? = 0 configure:15129: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 153: syntax error before or at: ) cc: acomp failed for conftest.c configure:15129: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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:15129: result: yes configure:15139: checking for uint32_t configure:15139: cc -c -m64 -mt -g conftest.c >&5 configure:15139: $? = 0 configure:15139: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 154: syntax error before or at: ) cc: acomp failed for conftest.c configure:15139: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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:15139: result: yes configure:15149: checking for int64_t configure:15149: cc -c -m64 -mt -g conftest.c >&5 configure:15149: $? = 0 configure:15149: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 155: syntax error before or at: ) cc: acomp failed for conftest.c configure:15149: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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:15149: result: yes configure:15159: checking for uint64_t configure:15159: cc -c -m64 -mt -g conftest.c >&5 configure:15159: $? = 0 configure:15159: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 156: syntax error before or at: ) cc: acomp failed for conftest.c configure:15159: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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:15159: result: yes configure:15169: checking for int128_t configure:15169: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 157: undefined symbol: int128_t cc: acomp failed for conftest.c configure:15169: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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:15169: result: no configure:15179: checking for uint128_t configure:15179: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 157: undefined symbol: uint128_t cc: acomp failed for conftest.c configure:15179: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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 (uint128_t)) | return 0; | ; | return 0; | } configure:15179: result: no configure:15189: checking for long long configure:15189: cc -c -m64 -mt -g conftest.c >&5 configure:15189: $? = 0 configure:15189: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 157: syntax error before or at: ) cc: acomp failed for conftest.c configure:15189: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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 ((long long))) | return 0; | ; | return 0; | } configure:15189: result: yes configure:15200: checking for __float128 configure:15200: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 158: undefined symbol: __float128 cc: acomp failed for conftest.c configure:15200: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_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:15200: result: no configure:15210: checking for long double configure:15210: cc -c -m64 -mt -g conftest.c >&5 configure:15210: $? = 0 configure:15210: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 158: syntax error before or at: ) cc: acomp failed for conftest.c configure:15210: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((long double))) | return 0; | ; | return 0; | } configure:15210: result: yes configure:15224: checking complex.h usability configure:15224: cc -c -m64 -mt -g conftest.c >&5 configure:15224: $? = 0 configure:15224: result: yes configure:15224: checking complex.h presence configure:15224: cpp conftest.c configure:15224: $? = 0 configure:15224: result: yes configure:15224: checking for complex.h configure:15224: result: yes configure:15234: checking for float _Complex configure:15234: cc -c -m64 -mt -g conftest.c >&5 configure:15234: $? = 0 configure:15234: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 160: syntax error before or at: ) cc: acomp failed for conftest.c configure:15234: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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:15234: result: yes configure:15244: checking for double _Complex configure:15244: cc -c -m64 -mt -g conftest.c >&5 configure:15244: $? = 0 configure:15244: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 161: syntax error before or at: ) cc: acomp failed for conftest.c configure:15244: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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:15244: result: yes configure:15254: checking for long double _Complex configure:15254: cc -c -m64 -mt -g conftest.c >&5 configure:15254: $? = 0 configure:15254: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 162: syntax error before or at: ) cc: acomp failed for conftest.c configure:15254: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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:15254: result: yes configure:15265: checking for intptr_t configure:15265: cc -c -m64 -mt -g conftest.c >&5 configure:15265: $? = 0 configure:15265: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 163: syntax error before or at: ) cc: acomp failed for conftest.c configure:15265: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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:15265: result: yes configure:15275: checking for uintptr_t configure:15275: cc -c -m64 -mt -g conftest.c >&5 configure:15275: $? = 0 configure:15275: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 164: syntax error before or at: ) cc: acomp failed for conftest.c configure:15275: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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:15275: result: yes configure:15285: checking for mode_t configure:15285: cc -c -m64 -mt -g conftest.c >&5 configure:15285: $? = 0 configure:15285: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 165: syntax error before or at: ) cc: acomp failed for conftest.c configure:15285: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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:15285: result: yes configure:15295: checking for ssize_t configure:15295: cc -c -m64 -mt -g conftest.c >&5 configure:15295: $? = 0 configure:15295: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 166: syntax error before or at: ) cc: acomp failed for conftest.c configure:15295: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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:15295: result: yes configure:15305: checking for ptrdiff_t configure:15305: cc -c -m64 -mt -g conftest.c >&5 configure:15305: $? = 0 configure:15305: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 167: syntax error before or at: ) cc: acomp failed for conftest.c configure:15305: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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:15305: result: yes configure:15324: checking size of char configure:15329: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 195: warning: statement not reached configure:15329: $? = 0 configure:15329: ./conftest configure:15329: $? = 0 configure:15343: result: 1 configure:15357: checking size of short configure:15362: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 196: warning: statement not reached configure:15362: $? = 0 configure:15362: ./conftest configure:15362: $? = 0 configure:15376: result: 2 configure:15390: checking size of int configure:15395: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 197: warning: statement not reached configure:15395: $? = 0 configure:15395: ./conftest configure:15395: $? = 0 configure:15409: result: 4 configure:15423: checking size of long configure:15428: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 198: warning: statement not reached configure:15428: $? = 0 configure:15428: ./conftest configure:15428: $? = 0 configure:15442: result: 8 configure:15457: checking size of long long configure:15462: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 199: warning: statement not reached configure:15462: $? = 0 configure:15462: ./conftest configure:15462: $? = 0 configure:15476: result: 8 configure:15491: checking size of float configure:15496: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 200: warning: statement not reached configure:15496: $? = 0 configure:15496: ./conftest configure:15496: $? = 0 configure:15510: result: 4 configure:15524: checking size of double configure:15529: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 201: warning: statement not reached configure:15529: $? = 0 configure:15529: ./conftest configure:15529: $? = 0 configure:15543: result: 8 configure:15558: checking size of long double configure:15563: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 202: warning: statement not reached configure:15563: $? = 0 configure:15563: ./conftest configure:15563: $? = 0 configure:15577: result: 16 configure:15630: checking size of float _Complex configure:15635: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 203: warning: statement not reached configure:15635: $? = 0 configure:15635: ./conftest configure:15635: $? = 0 configure:15649: result: 8 configure:15665: checking size of double _Complex configure:15670: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 204: warning: statement not reached configure:15670: $? = 0 configure:15670: ./conftest configure:15670: $? = 0 configure:15684: result: 16 configure:15700: checking size of long double _Complex configure:15705: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 205: warning: statement not reached configure:15705: $? = 0 configure:15705: ./conftest configure:15705: $? = 0 configure:15719: result: 32 configure:15735: checking size of void * configure:15740: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 206: warning: statement not reached configure:15740: $? = 0 configure:15740: ./conftest configure:15740: $? = 0 configure:15754: result: 8 configure:15768: checking size of size_t configure:15773: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 207: warning: statement not reached configure:15773: $? = 0 configure:15773: ./conftest configure:15773: $? = 0 configure:15787: result: 8 configure:15802: checking size of ssize_t configure:15807: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 208: warning: statement not reached configure:15807: $? = 0 configure:15807: ./conftest configure:15807: $? = 0 configure:15821: result: 8 configure:15837: checking size of ptrdiff_t configure:15842: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 209: warning: statement not reached configure:15842: $? = 0 configure:15842: ./conftest configure:15842: $? = 0 configure:15856: result: 8 configure:15871: checking size of wchar_t configure:15876: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 210: warning: statement not reached configure:15876: $? = 0 configure:15876: ./conftest configure:15876: $? = 0 configure:15890: result: 4 configure:15907: checking alignment of _Bool configure:15952: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:15952: $? = 0 configure:15952: ./conftest configure:15952: $? = 0 configure:15966: result: 1 configure:15978: checking alignment of int8_t configure:16023: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:16023: $? = 0 configure:16023: ./conftest configure:16023: $? = 0 configure:16037: result: 1 configure:16049: checking alignment of int16_t configure:16094: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:16094: $? = 0 configure:16094: ./conftest configure:16094: $? = 0 configure:16108: result: 2 configure:16120: checking alignment of int32_t configure:16165: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:16165: $? = 0 configure:16165: ./conftest configure:16165: $? = 0 configure:16179: result: 4 configure:16191: checking alignment of int64_t configure:16236: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:16236: $? = 0 configure:16236: ./conftest configure:16236: $? = 0 configure:16250: result: 8 configure:16335: checking alignment of char configure:16380: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:16380: $? = 0 configure:16380: ./conftest configure:16380: $? = 0 configure:16394: result: 1 configure:16406: checking alignment of short configure:16451: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:16451: $? = 0 configure:16451: ./conftest configure:16451: $? = 0 configure:16465: result: 2 configure:16477: checking alignment of wchar_t configure:16522: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:16522: $? = 0 configure:16522: ./conftest configure:16522: $? = 0 configure:16536: result: 4 configure:16548: checking alignment of int configure:16593: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:16593: $? = 0 configure:16593: ./conftest configure:16593: $? = 0 configure:16607: result: 4 configure:16619: checking alignment of long configure:16664: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:16664: $? = 0 configure:16664: ./conftest configure:16664: $? = 0 configure:16678: result: 8 configure:16691: checking alignment of long long configure:16736: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:16736: $? = 0 configure:16736: ./conftest configure:16736: $? = 0 configure:16750: result: 8 configure:16763: checking alignment of float configure:16808: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:16808: $? = 0 configure:16808: ./conftest configure:16808: $? = 0 configure:16822: result: 4 configure:16834: checking alignment of double configure:16879: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:16879: $? = 0 configure:16879: ./conftest configure:16879: $? = 0 configure:16893: result: 8 configure:16906: checking alignment of long double configure:16951: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:16951: $? = 0 configure:16951: ./conftest configure:16951: $? = 0 configure:16965: result: 16 configure:17056: checking alignment of float _Complex configure:17101: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:17101: $? = 0 configure:17101: ./conftest configure:17101: $? = 0 configure:17115: result: 4 configure:17129: checking alignment of double _Complex configure:17174: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:17174: $? = 0 configure:17174: ./conftest configure:17174: $? = 0 configure:17188: result: 8 configure:17202: checking alignment of long double _Complex configure:17247: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:17247: $? = 0 configure:17247: ./conftest configure:17247: $? = 0 configure:17261: result: 16 configure:17275: checking alignment of void * configure:17320: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:17320: $? = 0 configure:17320: ./conftest configure:17320: $? = 0 configure:17334: result: 8 configure:17346: checking alignment of size_t configure:17391: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 configure:17391: $? = 0 configure:17391: ./conftest configure:17391: $? = 0 configure:17405: result: 8 configure:17459: checking for C bool type configure:17473: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 204: undefined symbol: bool "conftest.c", line 204: syntax error before or at: bar "conftest.c", line 204: undefined symbol: bar "conftest.c", line 204: undefined symbol: foo cc: acomp failed for conftest.c configure:17473: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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 | /* end confdefs.h. */ | | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | bool bar, foo = true; bar = foo; | ; | return 0; | } configure:17484: result: no configure:17490: checking size of _Bool configure:17495: cc -o conftest -m64 -mt -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.c >&5 "conftest.c", line 231: warning: statement not reached configure:17495: $? = 0 configure:17495: ./conftest configure:17495: $? = 0 configure:17509: result: 1 configure:17546: checking for weak symbol support configure:17577: cc -m64 -mt -g -c conftest_weak.c configure:17584: $? = 0 configure:17594: cc -m64 -mt -g conftest.c conftest_weak.o -o conftest -m64 -mt -Wl,-z -Wl,noexecstack configure:17601: $? = 0 configure:17627: result: yes configure:17637: checking for weak symbol support configure:17674: cc -m64 -mt -g -c conftest_weak.c configure:17681: $? = 0 configure:17691: cc -m64 -mt -g conftest.c conftest_weak.o -o conftest -m64 -mt -Wl,-z -Wl,noexecstack configure:17698: $? = 0 configure:17724: result: yes configure:17852: checking for functional offsetof macro configure:17865: cc -c -m64 -mt -g conftest.c >&5 configure:17865: $? = 0 configure:17900: result: yes configure:17983: checking if pshmem will be enabled configure:17992: result: yes (weak symbols supported) configure:18205: checking for C++ compiler version configure:18214: CC --version >&5 CC: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise usage: CC [ options ] files. Use 'CC -flags' for details configure:18225: $? = 1 configure:18214: CC -v >&5 ### CC: Note: NLSPATH = /usr/local/intel_xe_2016/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64/locale/%l_%t/%N:/usr/local/intel_xe_2016/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64/locale/%l_%t/%N:/usr/local/intel_xe_2016/debugger_2016/gdb/intel64_mic/share/locale/%l_%t/%N:/usr/local/intel_xe_2016/debugger_2016//gdb/intel64/share/locale/%l_%t/%N:/usr/local/intel_xe_2016/compilers_and_libraries_2016.3.210/linux/compiler/lib/ia32/locale/%l_%t/%N:/usr/local/intel_xe_2016/compilers_and_libraries_2016.3.210/linux/mkl/lib/ia32/locale/%l_%t/%N:/usr/local/intel_xe_2016/debugger_2016/gdb/intel64_mic/share/locale/%l_%t/%N:/usr/local/intel_xe_2016/debugger_2016//gdb/intel64/share/locale/%l_%t/%N:/opt/sun/SolarisStudio12.5Beta-linux-x86-bin/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/sun/SolarisStudio12.5Beta-linux-x86-bin/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat ### command line files and options (expanded): ### -v usage: CC [ options ] files. Use 'CC -flags' for details configure:18225: $? = 1 configure:18214: CC -V >&5 CC: Studio 12.5 Sun C++ 5.14 Linux_i386 Beta 2015/11/17 configure:18225: $? = 0 configure:18214: CC -qversion >&5 CC: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise usage: CC [ options ] files. Use 'CC -flags' for details configure:18225: $? = 1 configure:18229: checking whether we are using the GNU C++ compiler configure:18248: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:18248: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:18257: result: no configure:18266: checking whether CC accepts -g configure:18286: CC -c -g conftest.cpp >&5 configure:18286: $? = 0 configure:18327: result: yes configure:18352: checking dependency style of CC configure:18463: result: none configure:18483: checking how to run the C++ preprocessor configure:18549: result: cpp configure:18569: cpp conftest.cpp configure:18569: $? = 0 configure:18583: cpp conftest.cpp conftest.cpp:171:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:18583: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:18800: checking for the C++ compiler vendor configure:18829: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:18829: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #if !( defined(__INTEL_COMPILER) || defined(__ICC) ) | #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" | choke me | #endif configure:18846: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:18846: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #if !( defined(__FUJITSU) ) | #error "condition defined(__FUJITSU) not met" | choke me | #endif configure:18863: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:18863: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __GNUC__ | #error "symbol __GNUC__ not defined" | choke me | #endif configure:18905: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:18905: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __TURBOC__ | #error "symbol __TURBOC__ not defined" | choke me | #endif configure:18922: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:18922: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __BORLANDC__ | #error "symbol __BORLANDC__ not defined" | choke me | #endif configure:18939: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:18939: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __COMO__ | #error "symbol __COMO__ not defined" | choke me | #endif configure:18956: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:18956: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #if !( defined(__DECC) || defined(VAXC) || defined(__VAXC) ) | #error "condition defined(__DECC) || defined(VAXC) || defined(__VAXC) not met" | choke me | #endif configure:18968: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:18968: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #if !( defined(__osf__) && defined(__LANGUAGE_C__) ) | #error "condition defined(__osf__) && defined(__LANGUAGE_C__) not met" | choke me | #endif configure:18980: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:18980: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __DECCXX | #error "symbol __DECCXX not defined" | choke me | #endif configure:19001: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19001: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef _CRAYC | #error "symbol _CRAYC not defined" | choke me | #endif configure:19018: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19018: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __DCC__ | #error "symbol __DCC__ not defined" | choke me | #endif configure:19035: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19035: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #if !( defined(__DMC__) || defined(__SC__) || defined(__ZTC__) ) | #error "condition defined(__DMC__) || defined(__SC__) || defined(__ZTC__) not met" | choke me | #endif configure:19052: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19052: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #if !( defined(__HP_cc) || defined(__HP_aCC) ) | #error "condition defined(__HP_cc) || defined(__HP_aCC) not met" | choke me | #endif configure:19069: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19069: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #if !( defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) ) | #error "condition defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__) not met" | choke me | #endif configure:19081: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19081: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #if !( defined(_AIX) && !defined(__GNUC__) ) | #error "condition defined(_AIX) && !defined(__GNUC__) not met" | choke me | #endif configure:19100: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19100: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __KCC | #error "symbol __KCC not defined" | choke me | #endif configure:19117: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19117: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __LCC__ | #error "symbol __LCC__ not defined" | choke me | #endif configure:19134: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19134: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __HIGHC__ | #error "symbol __HIGHC__ not defined" | choke me | #endif configure:19151: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19151: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __MWERKS__ | #error "symbol __MWERKS__ not defined" | choke me | #endif configure:19168: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19168: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #if !( defined(sgi) || defined(__sgi) ) | #error "condition defined(sgi) || defined(__sgi) not met" | choke me | #endif configure:19185: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19185: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #if !( defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS) ) | #error "condition defined(__MRC__) || defined(MPW_C) || defined(MPW_CPLUS) not met" | choke me | #endif configure:19210: cc -c -m64 -mt -g conftest.c >&5 "conftest.c", line 174: #error: "condition defined(_MSC_VER) || defined(__MSC_VER) not met" cc: acomp failed for conftest.c configure:19210: $? = 2 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #if !( defined(_MSC_VER) || defined(__MSC_VER) ) | #error "condition defined(_MSC_VER) || defined(__MSC_VER) not met" | choke me | #endif configure:19233: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19233: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __CC_NORCROFT | #error "symbol __CC_NORCROFT not defined" | choke me | #endif configure:19250: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19250: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __POCC__ | #error "symbol __POCC__ not defined" | choke me | #endif configure:19267: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19267: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __PGI | #error "symbol __PGI not defined" | choke me | #endif configure:19284: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19284: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #if !( defined(SASC) || defined(__SASC) || defined(__SASC__) ) | #error "condition defined(SASC) || defined(__SASC) || defined(__SASC__) not met" | choke me | #endif configure:19301: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19301: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #if !( defined(__SUNPRO_C) || defined(__SUNPRO_CC) ) | #error "condition defined(__SUNPRO_C) || defined(__SUNPRO_CC) not met" | choke me | #endif configure:19318: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19318: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __TenDRA__ | #error "symbol __TenDRA__ not defined" | choke me | #endif configure:19335: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19335: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __TINYC__ | #error "symbol __TINYC__ not defined" | choke me | #endif configure:19352: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19352: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __USLC__ | #error "symbol __USLC__ not defined" | choke me | #endif configure:19369: CC -c -m64 -library=stlport4 conftest.cpp >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19369: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #ifndef __WATCOMC__ | #error "symbol __WATCOMC__ not defined" | choke me | #endif configure:19385: result: unknown configure:19579: WARNING: -g has been added to CXXFLAGS (--enable-debug) configure:19904: checking if C and C++ are link compatible configure:19929: cc -c -m64 -mt -g conftest_c.c configure:19936: $? = 0 configure:19967: CC -o conftest -m64 -library=stlport4 -g -m64 -mt -Wl,-z -Wl,noexecstack conftest.cpp conftest_c.o >&5 CC: -library=stlport4 cannot be used with -std=c++03. To use this library you need to switch to -std=sun03 configure:19967: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" | #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define PACKAGE_URL "" | #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 10 | #define OMPI_RELEASE_VERSION 3 | #define OMPI_GREEK_VERSION "rc1" | #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" | #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OMPI_VERSION "3" | #define OMPI_RELEASE_DATE "Unreleased developer copy" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 10 | #define ORTE_RELEASE_VERSION 3 | #define ORTE_GREEK_VERSION "rc1" | #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" | #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define ORTE_VERSION "3" | #define ORTE_RELEASE_DATE "Unreleased developer copy" | #define OSHMEM_MAJOR_VERSION 1 | #define OSHMEM_MINOR_VERSION 10 | #define OSHMEM_RELEASE_VERSION 3 | #define OSHMEM_GREEK_VERSION "rc1" | #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" | #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OSHMEM_VERSION "3" | #define OSHMEM_RELEASE_DATE "Unreleased developer copy" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 10 | #define OPAL_RELEASE_VERSION 3 | #define OPAL_GREEK_VERSION "rc1" | #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" | #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" | #define OPAL_VERSION "3" | #define OPAL_RELEASE_DATE "Unreleased developer copy" | #define OPAL_ENABLE_MEM_DEBUG 0 | #define OPAL_ENABLE_MEM_PROFILE 0 | #define OPAL_ENABLE_DEBUG 1 | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OPAL_ENABLE_PTY_SUPPORT 1 | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_FT 0 | #define OPAL_ENABLE_FT_CR 0 | #define OPAL_WANT_HOME_CONFIG_FILES 1 | #define OPAL_ENABLE_IPV6 0 | #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" | #define OPAL_IDENT_STRING "1.10.3rc1" | #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_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_DISABLE_FULL_SUPPORT 0 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define ORTE_ENABLE_SENSORS 0 | #define ORTE_ENABLE_STATIC_PORTS 1 | #define OMPI_WANT_MPI_INTERFACE_WARNING 1 | #define OMPI_GROUP_SPARSE 0 | #define OMPI_WANT_PERUSE 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_PARAM_CHECK 1 | #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 | #define OMPI_ENABLE_PROGRESS_THREADS 0 | #define OSHMEM_SPEC_COMPAT 1 | #define OSHMEM_PARAM_CHECK 0 | #define HAVE_ON_EXIT 1 | #define OPAL_CC "cc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 | #define OPAL_C_HAVE_BUILTIN_CLZ 0 | #define OPAL_CC_USE_PRAGMA_IDENT 1 | #define OPAL_CC_USE_IDENT 0 | #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 | #define SIZEOF__BOOL 1 | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OPAL_HAVE_WEAK_SYMBOLS 1 | #define OPAL_CXX "CC" | /* end confdefs.h. */ | | #if defined(c_plusplus) || defined(__cplusplus) | extern "C" int testfunc(int); | #else | extern int testfunc(int); | #endif | | int | main () | { | return testfunc(0); | ; | return 0; | } configure:19993: result: no configure:20010: error: C and C++ compilers are not link compatible. Can not continue. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=no ac_cv_cxx_compiler_gnu=no ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-m64 -mt' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set=set ac_cv_env_CPP_value=cpp ac_cv_env_CXXCPP_set=set ac_cv_env_CXXCPP_value=cpp ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-m64 -library=stlport4' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=CC ac_cv_env_FCFLAGS_set=set ac_cv_env_FCFLAGS_value=-m64 ac_cv_env_FC_set=set ac_cv_env_FC_value=f95 ac_cv_env_HWLOC_KERRIGHED_CFLAGS_set= ac_cv_env_HWLOC_KERRIGHED_CFLAGS_value= ac_cv_env_HWLOC_KERRIGHED_LIBS_set= ac_cv_env_HWLOC_KERRIGHED_LIBS_value= ac_cv_env_HWLOC_LIBXML2_CFLAGS_set= ac_cv_env_HWLOC_LIBXML2_CFLAGS_value= ac_cv_env_HWLOC_LIBXML2_LIBS_set= ac_cv_env_HWLOC_LIBXML2_LIBS_value= ac_cv_env_HWLOC_MS_LIB_set= ac_cv_env_HWLOC_MS_LIB_value= ac_cv_env_HWLOC_PCIACCESS_CFLAGS_set= ac_cv_env_HWLOC_PCIACCESS_CFLAGS_value= ac_cv_env_HWLOC_PCIACCESS_LIBS_set= ac_cv_env_HWLOC_PCIACCESS_LIBS_value= ac_cv_env_HWLOC_PCIUTILS_CFLAGS_set= ac_cv_env_HWLOC_PCIUTILS_CFLAGS_value= ac_cv_env_HWLOC_PCIUTILS_LIBS_set= ac_cv_env_HWLOC_PCIUTILS_LIBS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-m64 -mt -Wl,-z -Wl,noexecstack' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_on_exit=yes ac_cv_have_decl_CU_POINTER_ATTRIBUTE_SYNC_MEMOPS=no ac_cv_have_decl_cuPointerGetAttributes=no ac_cv_header_complex_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_netinet_tcp_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-pc-linux-gnu ac_cv_member_struct_CUipcMemHandle_st_reserved=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP=cpp ac_cv_prog_CXXCPP=cpp ac_cv_prog_ac_ct_CC=cc ac_cv_prog_cc_c89= ac_cv_prog_cc_c99= ac_cv_prog_cc_cc_c_o=yes ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_sizeof__Bool=1 ac_cv_sizeof_char=1 ac_cv_sizeof_double=8 ac_cv_sizeof_double__Complex=16 ac_cv_sizeof_float=4 ac_cv_sizeof_float__Complex=8 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_double=16 ac_cv_sizeof_long_double__Complex=32 ac_cv_sizeof_long_long=8 ac_cv_sizeof_ptrdiff_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_size_t=8 ac_cv_sizeof_ssize_t=8 ac_cv_sizeof_void_p=8 ac_cv_sizeof_wchar_t=4 ac_cv_target=x86_64-pc-linux-gnu ac_cv_type___float128=no ac_cv_type_double__Complex=yes ac_cv_type_float__Complex=yes ac_cv_type_int128_t=no ac_cv_type_int16_t=yes ac_cv_type_int32_t=yes ac_cv_type_int64_t=yes ac_cv_type_int8_t=yes ac_cv_type_intptr_t=yes ac_cv_type_long_double=yes ac_cv_type_long_double__Complex=yes ac_cv_type_long_long=yes ac_cv_type_mode_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_ssize_t=yes ac_cv_type_struct_sockaddr_in=yes ac_cv_type_uint128_t=no ac_cv_type_uint16_t=yes ac_cv_type_uint32_t=yes ac_cv_type_uint64_t=yes ac_cv_type_uint8_t=yes ac_cv_type_uintptr_t=yes am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes am_cv_prog_tar_ustar=gnutar ompi_cv_c_align__Bool=1 ompi_cv_c_align_char=1 ompi_cv_c_align_double=8 ompi_cv_c_align_double__Complex=8 ompi_cv_c_align_float=4 ompi_cv_c_align_float__Complex=4 ompi_cv_c_align_int16_t=2 ompi_cv_c_align_int32_t=4 ompi_cv_c_align_int64_t=8 ompi_cv_c_align_int8_t=1 ompi_cv_c_align_int=4 ompi_cv_c_align_long=8 ompi_cv_c_align_long_double=16 ompi_cv_c_align_long_double__Complex=16 ompi_cv_c_align_long_long=8 ompi_cv_c_align_short=2 ompi_cv_c_align_size_t=8 ompi_cv_c_align_void_p=8 ompi_cv_c_align_wchar_t=4 ompi_cv_c_compiler_vendor=sun ompi_cv_c_link_Cpp=no ompi_cv_c_macro_weak_symbols=yes ompi_cv_c_weak_symbols=yes ompi_cv_cc_supports___builtin_clz=no ompi_cv_cc_supports___builtin_expect=yes ompi_cv_cc_supports___builtin_prefetch=no ompi_cv_cxx_compiler_vendor=unknown ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07/config/missing --run aclocal-1.12' AMCA_PARAM_SETS_DIR='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='' AS='' AUTOCONF='${SHELL} /export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07/config/missing --run autoconf' AUTOHEADER='${SHELL} /export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07/config/missing --run autoheader' AUTOMAKE='${SHELL} /export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07/config/missing --run automake-1.12' AWK='gawk' BASH='/bin/sh' BUILD_FORTRAN_SIZEOF_FALSE='' BUILD_FORTRAN_SIZEOF_TRUE='' BUILD_MPI_BINDINGS_LAYER_FALSE='' BUILD_MPI_BINDINGS_LAYER_TRUE='#' BUILD_MPI_CXX_BINDINGS_FALSE='' BUILD_MPI_CXX_BINDINGS_TRUE='' BUILD_MPI_FORTRAN_MPIFH_BINDINGS_LAYER_FALSE='' BUILD_MPI_FORTRAN_MPIFH_BINDINGS_LAYER_TRUE='' BUILD_PMPI_BINDINGS_LAYER_FALSE='#' BUILD_PMPI_BINDINGS_LAYER_TRUE='' BUILD_PMPI_FORTRAN_MPIFH_BINDINGS_LAYER_FALSE='' BUILD_PMPI_FORTRAN_MPIFH_BINDINGS_LAYER_TRUE='' CASE_SENSITIVE_FS_FALSE='' CASE_SENSITIVE_FS_TRUE='' CC='cc' CCAS='' CCASDEPMODE='' CCASFLAGS='' CCDEPMODE='depmode=none' CFLAGS='-m64 -mt -g' CFLAGS_WITHOUT_OPTFLAGS='' CLEANFILES='*~ .\#*' COMPILE_PROFILING_SEPARATELY_FALSE='' COMPILE_PROFILING_SEPARATELY_TRUE='#' CONFIGURE_DEPENDENCIES='$(top_srcdir)/VERSION' CPP='cpp' CPPFLAGS='' CXX='CC' CXXCPP='cpp' CXXCPPFLAGS='' CXXDEPMODE='depmode=none' CXXFLAGS='-m64 -library=stlport4 -g' CYGPATH_W='echo' DEBUGGER_CFLAGS='' DEFS='' DEPDIR='.deps' DLLTOOL='' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FC='f95' FCFLAGS='-m64' FCFLAGS_f90='' FCFLAGS_f='' FFLAGS='' FGREP='' GREP='/bin/grep' HWLOC_BUILD_DOXYGEN_FALSE='' HWLOC_BUILD_DOXYGEN_TRUE='' HWLOC_BUILD_README_FALSE='' HWLOC_BUILD_README_TRUE='' HWLOC_BUILD_STANDALONE_FALSE='' HWLOC_BUILD_STANDALONE_TRUE='' HWLOC_CFLAGS='' HWLOC_CPPFLAGS='' HWLOC_CUDA_BUILD_STATIC_FALSE='' HWLOC_CUDA_BUILD_STATIC_TRUE='' HWLOC_CUDA_LIBS='' HWLOC_EMBEDDED_CFLAGS='' HWLOC_EMBEDDED_CPPFLAGS='' HWLOC_EMBEDDED_LDADD='' HWLOC_EMBEDDED_LIBS='' HWLOC_GL_BUILD_STATIC_FALSE='' HWLOC_GL_BUILD_STATIC_TRUE='' HWLOC_GL_LIBS='' HWLOC_HAVE_AIX_FALSE='' HWLOC_HAVE_AIX_TRUE='' HWLOC_HAVE_BGQ_FALSE='' HWLOC_HAVE_BGQ_TRUE='' HWLOC_HAVE_BUNZIPP_FALSE='' HWLOC_HAVE_BUNZIPP_TRUE='' HWLOC_HAVE_CAIRO_FALSE='' HWLOC_HAVE_CAIRO_TRUE='' HWLOC_HAVE_CUDART_FALSE='' HWLOC_HAVE_CUDART_TRUE='' HWLOC_HAVE_CUDA_FALSE='' HWLOC_HAVE_CUDA_TRUE='' HWLOC_HAVE_CXX_FALSE='' HWLOC_HAVE_CXX_TRUE='' HWLOC_HAVE_DARWIN_FALSE='' HWLOC_HAVE_DARWIN_TRUE='' HWLOC_HAVE_FREEBSD_FALSE='' HWLOC_HAVE_FREEBSD_TRUE='' HWLOC_HAVE_GCC_FALSE='' HWLOC_HAVE_GCC_TRUE='' HWLOC_HAVE_GL_FALSE='' HWLOC_HAVE_GL_TRUE='' HWLOC_HAVE_HPUX_FALSE='' HWLOC_HAVE_HPUX_TRUE='' HWLOC_HAVE_IRIX_FALSE='' HWLOC_HAVE_IRIX_TRUE='' HWLOC_HAVE_LIBIBVERBS_FALSE='' HWLOC_HAVE_LIBIBVERBS_TRUE='' HWLOC_HAVE_LIBXML2='' HWLOC_HAVE_LIBXML2_FALSE='' HWLOC_HAVE_LIBXML2_TRUE='' HWLOC_HAVE_LINUX_FALSE='' HWLOC_HAVE_LINUX_LIBNUMA_FALSE='' HWLOC_HAVE_LINUX_LIBNUMA_TRUE='' HWLOC_HAVE_LINUX_TRUE='' HWLOC_HAVE_MBIND_FALSE='' HWLOC_HAVE_MBIND_TRUE='' HWLOC_HAVE_MINGW32_FALSE='' HWLOC_HAVE_MINGW32_TRUE='' HWLOC_HAVE_MS_LIB_FALSE='' HWLOC_HAVE_MS_LIB_TRUE='' HWLOC_HAVE_MYRIEXPRESS_FALSE='' HWLOC_HAVE_MYRIEXPRESS_TRUE='' HWLOC_HAVE_NETBSD_FALSE='' HWLOC_HAVE_NETBSD_TRUE='' HWLOC_HAVE_NVML='' HWLOC_HAVE_NVML_FALSE='' HWLOC_HAVE_NVML_TRUE='' HWLOC_HAVE_OPENAT_FALSE='' HWLOC_HAVE_OPENAT_TRUE='' HWLOC_HAVE_OPENCL='' HWLOC_HAVE_OPENCL_FALSE='' HWLOC_HAVE_OPENCL_TRUE='' HWLOC_HAVE_OSF_FALSE='' HWLOC_HAVE_OSF_TRUE='' HWLOC_HAVE_PCI_FALSE='' HWLOC_HAVE_PCI_TRUE='' HWLOC_HAVE_PLUGINS_FALSE='' HWLOC_HAVE_PLUGINS_TRUE='' HWLOC_HAVE_PTHREAD_FALSE='' HWLOC_HAVE_PTHREAD_TRUE='' HWLOC_HAVE_SCHED_SETAFFINITY_FALSE='' HWLOC_HAVE_SCHED_SETAFFINITY_TRUE='' HWLOC_HAVE_SET_MEMPOLICY_FALSE='' HWLOC_HAVE_SET_MEMPOLICY_TRUE='' HWLOC_HAVE_SOLARIS_FALSE='' HWLOC_HAVE_SOLARIS_TRUE='' HWLOC_HAVE_WINDOWS_FALSE='' HWLOC_HAVE_WINDOWS_TRUE='' HWLOC_HAVE_X86_32_FALSE='' HWLOC_HAVE_X86_32_TRUE='' HWLOC_HAVE_X86_64_FALSE='' HWLOC_HAVE_X86_64_TRUE='' HWLOC_HAVE_X86_CPUID_FALSE='' HWLOC_HAVE_X86_CPUID_TRUE='' HWLOC_INSTALL_DOXYGEN_FALSE='' HWLOC_INSTALL_DOXYGEN_TRUE='' HWLOC_KERRIGHED_CFLAGS='' HWLOC_KERRIGHED_LIBS='' HWLOC_LDFLAGS='' HWLOC_LIBS='' HWLOC_LIBS_PRIVATE='' HWLOC_LIBXML2_CFLAGS='' HWLOC_LIBXML2_LIBS='' HWLOC_LINUX_LIBNUMA_LIBS='' HWLOC_MS_LIB='' HWLOC_MS_LIB_ARCH='' HWLOC_NVML_BUILD_STATIC_FALSE='' HWLOC_NVML_BUILD_STATIC_TRUE='' HWLOC_NVML_LIBS='' HWLOC_OPENCL_BUILD_STATIC_FALSE='' HWLOC_OPENCL_BUILD_STATIC_TRUE='' HWLOC_OPENCL_LIBS='' HWLOC_PCIACCESS_CFLAGS='' HWLOC_PCIACCESS_LIBS='' HWLOC_PCIUTILS_CFLAGS='' HWLOC_PCIUTILS_LIBS='' HWLOC_PCI_BUILD_STATIC_FALSE='' HWLOC_PCI_BUILD_STATIC_TRUE='' HWLOC_PLUGINS_DIR='' HWLOC_PLUGINS_PATH='' HWLOC_REQUIRES='' HWLOC_X11_LIBS='' HWLOC_XML_LIBXML_BUILD_STATIC_FALSE='' HWLOC_XML_LIBXML_BUILD_STATIC_TRUE='' HWLOC_top_builddir='' HWLOC_top_srcdir='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' JAR='' JAVAC='' JAVAH='' LD='' LDFLAGS='-m64 -mt -Wl,-z -Wl,noexecstack' LEX='' LEXLIB='' LEX_OUTPUT_ROOT='' LIBOBJS='' LIBS='' LIBTOOL='' LIPO='' LN_S='' LTLIBOBJS='' MAKEINFO='${SHELL} /export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07/config/missing --run makeinfo' MANIFEST_TOOL='' MCA_BUILD_ompi_allocator_basic_DSO_FALSE='' MCA_BUILD_ompi_allocator_basic_DSO_TRUE='' MCA_BUILD_ompi_allocator_bucket_DSO_FALSE='' MCA_BUILD_ompi_allocator_bucket_DSO_TRUE='' MCA_BUILD_ompi_bcol_basesmuma_DSO_FALSE='' MCA_BUILD_ompi_bcol_basesmuma_DSO_TRUE='' MCA_BUILD_ompi_bcol_ptpcoll_DSO_FALSE='' MCA_BUILD_ompi_bcol_ptpcoll_DSO_TRUE='' MCA_BUILD_ompi_bml_r2_DSO_FALSE='' MCA_BUILD_ompi_bml_r2_DSO_TRUE='' MCA_BUILD_ompi_btl_openib_DSO_FALSE='' MCA_BUILD_ompi_btl_openib_DSO_TRUE='' MCA_BUILD_ompi_btl_portals4_DSO_FALSE='' MCA_BUILD_ompi_btl_portals4_DSO_TRUE='' MCA_BUILD_ompi_btl_scif_DSO_FALSE='' MCA_BUILD_ompi_btl_scif_DSO_TRUE='' MCA_BUILD_ompi_btl_self_DSO_FALSE='' MCA_BUILD_ompi_btl_self_DSO_TRUE='' MCA_BUILD_ompi_btl_sm_DSO_FALSE='' MCA_BUILD_ompi_btl_sm_DSO_TRUE='' MCA_BUILD_ompi_btl_smcuda_DSO_FALSE='' MCA_BUILD_ompi_btl_smcuda_DSO_TRUE='' MCA_BUILD_ompi_btl_tcp_DSO_FALSE='' MCA_BUILD_ompi_btl_tcp_DSO_TRUE='' MCA_BUILD_ompi_btl_ugni_DSO_FALSE='' MCA_BUILD_ompi_btl_ugni_DSO_TRUE='' MCA_BUILD_ompi_btl_usnic_DSO_FALSE='' MCA_BUILD_ompi_btl_usnic_DSO_TRUE='' MCA_BUILD_ompi_btl_vader_DSO_FALSE='' MCA_BUILD_ompi_btl_vader_DSO_TRUE='' MCA_BUILD_ompi_coll_basic_DSO_FALSE='' MCA_BUILD_ompi_coll_basic_DSO_TRUE='' MCA_BUILD_ompi_coll_cuda_DSO_FALSE='' MCA_BUILD_ompi_coll_cuda_DSO_TRUE='' MCA_BUILD_ompi_coll_fca_DSO_FALSE='' MCA_BUILD_ompi_coll_fca_DSO_TRUE='' MCA_BUILD_ompi_coll_hcoll_DSO_FALSE='' MCA_BUILD_ompi_coll_hcoll_DSO_TRUE='' MCA_BUILD_ompi_coll_hierarch_DSO_FALSE='' MCA_BUILD_ompi_coll_hierarch_DSO_TRUE='' MCA_BUILD_ompi_coll_inter_DSO_FALSE='' MCA_BUILD_ompi_coll_inter_DSO_TRUE='' MCA_BUILD_ompi_coll_libnbc_DSO_FALSE='' MCA_BUILD_ompi_coll_libnbc_DSO_TRUE='' MCA_BUILD_ompi_coll_ml_DSO_FALSE='' MCA_BUILD_ompi_coll_ml_DSO_TRUE='' MCA_BUILD_ompi_coll_portals4_DSO_FALSE='' MCA_BUILD_ompi_coll_portals4_DSO_TRUE='' MCA_BUILD_ompi_coll_self_DSO_FALSE='' MCA_BUILD_ompi_coll_self_DSO_TRUE='' MCA_BUILD_ompi_coll_sm_DSO_FALSE='' MCA_BUILD_ompi_coll_sm_DSO_TRUE='' MCA_BUILD_ompi_coll_tuned_DSO_FALSE='' MCA_BUILD_ompi_coll_tuned_DSO_TRUE='' MCA_BUILD_ompi_common_cuda_DSO_FALSE='' MCA_BUILD_ompi_common_cuda_DSO_TRUE='' MCA_BUILD_ompi_common_sm_DSO_FALSE='' MCA_BUILD_ompi_common_sm_DSO_TRUE='' MCA_BUILD_ompi_common_ugni_DSO_FALSE='' MCA_BUILD_ompi_common_ugni_DSO_TRUE='' MCA_BUILD_ompi_common_verbs_DSO_FALSE='' MCA_BUILD_ompi_common_verbs_DSO_TRUE='' MCA_BUILD_ompi_common_verbs_usnic_DSO_FALSE='' MCA_BUILD_ompi_common_verbs_usnic_DSO_TRUE='' MCA_BUILD_ompi_crcp_bkmrk_DSO_FALSE='' MCA_BUILD_ompi_crcp_bkmrk_DSO_TRUE='' MCA_BUILD_ompi_dpm_orte_DSO_FALSE='' MCA_BUILD_ompi_dpm_orte_DSO_TRUE='' MCA_BUILD_ompi_fbtl_posix_DSO_FALSE='' MCA_BUILD_ompi_fbtl_posix_DSO_TRUE='' MCA_BUILD_ompi_fbtl_pvfs2_DSO_FALSE='' MCA_BUILD_ompi_fbtl_pvfs2_DSO_TRUE='' MCA_BUILD_ompi_fcoll_dynamic_DSO_FALSE='' MCA_BUILD_ompi_fcoll_dynamic_DSO_TRUE='' MCA_BUILD_ompi_fcoll_individual_DSO_FALSE='' MCA_BUILD_ompi_fcoll_individual_DSO_TRUE='' MCA_BUILD_ompi_fcoll_static_DSO_FALSE='' MCA_BUILD_ompi_fcoll_static_DSO_TRUE='' MCA_BUILD_ompi_fcoll_two_phase_DSO_FALSE='' MCA_BUILD_ompi_fcoll_two_phase_DSO_TRUE='' MCA_BUILD_ompi_fcoll_ylib_DSO_FALSE='' MCA_BUILD_ompi_fcoll_ylib_DSO_TRUE='' MCA_BUILD_ompi_fs_pvfs2_DSO_FALSE='' MCA_BUILD_ompi_fs_pvfs2_DSO_TRUE='' MCA_BUILD_ompi_fs_ufs_DSO_FALSE='' MCA_BUILD_ompi_fs_ufs_DSO_TRUE='' MCA_BUILD_ompi_io_ompio_DSO_FALSE='' MCA_BUILD_ompi_io_ompio_DSO_TRUE='' MCA_BUILD_ompi_io_romio_DSO_FALSE='' MCA_BUILD_ompi_io_romio_DSO_TRUE='' MCA_BUILD_ompi_mpool_gpusm_DSO_FALSE='' MCA_BUILD_ompi_mpool_gpusm_DSO_TRUE='' MCA_BUILD_ompi_mpool_grdma_DSO_FALSE='' MCA_BUILD_ompi_mpool_grdma_DSO_TRUE='' MCA_BUILD_ompi_mpool_rgpusm_DSO_FALSE='' MCA_BUILD_ompi_mpool_rgpusm_DSO_TRUE='' MCA_BUILD_ompi_mpool_sm_DSO_FALSE='' MCA_BUILD_ompi_mpool_sm_DSO_TRUE='' MCA_BUILD_ompi_mpool_udreg_DSO_FALSE='' MCA_BUILD_ompi_mpool_udreg_DSO_TRUE='' MCA_BUILD_ompi_mtl_mxm_DSO_FALSE='' MCA_BUILD_ompi_mtl_mxm_DSO_TRUE='' MCA_BUILD_ompi_mtl_ofi_DSO_FALSE='' MCA_BUILD_ompi_mtl_ofi_DSO_TRUE='' MCA_BUILD_ompi_mtl_portals4_DSO_FALSE='' MCA_BUILD_ompi_mtl_portals4_DSO_TRUE='' MCA_BUILD_ompi_mtl_psm2_DSO_FALSE='' MCA_BUILD_ompi_mtl_psm2_DSO_TRUE='' MCA_BUILD_ompi_mtl_psm_DSO_FALSE='' MCA_BUILD_ompi_mtl_psm_DSO_TRUE='' MCA_BUILD_ompi_osc_portals4_DSO_FALSE='' MCA_BUILD_ompi_osc_portals4_DSO_TRUE='' MCA_BUILD_ompi_osc_pt2pt_DSO_FALSE='' MCA_BUILD_ompi_osc_pt2pt_DSO_TRUE='' MCA_BUILD_ompi_osc_sm_DSO_FALSE='' MCA_BUILD_ompi_osc_sm_DSO_TRUE='' MCA_BUILD_ompi_pml_bfo_DSO_FALSE='' MCA_BUILD_ompi_pml_bfo_DSO_TRUE='' MCA_BUILD_ompi_pml_cm_DSO_FALSE='' MCA_BUILD_ompi_pml_cm_DSO_TRUE='' MCA_BUILD_ompi_pml_crcpw_DSO_FALSE='' MCA_BUILD_ompi_pml_crcpw_DSO_TRUE='' MCA_BUILD_ompi_pml_ob1_DSO_FALSE='' MCA_BUILD_ompi_pml_ob1_DSO_TRUE='' MCA_BUILD_ompi_pml_ucx_DSO_FALSE='' MCA_BUILD_ompi_pml_ucx_DSO_TRUE='' MCA_BUILD_ompi_pml_v_DSO_FALSE='' MCA_BUILD_ompi_pml_v_DSO_TRUE='' MCA_BUILD_ompi_pml_yalla_DSO_FALSE='' MCA_BUILD_ompi_pml_yalla_DSO_TRUE='' MCA_BUILD_ompi_pubsub_orte_DSO_FALSE='' MCA_BUILD_ompi_pubsub_orte_DSO_TRUE='' MCA_BUILD_ompi_pubsub_pmi_DSO_FALSE='' MCA_BUILD_ompi_pubsub_pmi_DSO_TRUE='' MCA_BUILD_ompi_rcache_vma_DSO_FALSE='' MCA_BUILD_ompi_rcache_vma_DSO_TRUE='' MCA_BUILD_ompi_rte_orte_DSO_FALSE='' MCA_BUILD_ompi_rte_orte_DSO_TRUE='' MCA_BUILD_ompi_sbgp_basesmsocket_DSO_FALSE='' MCA_BUILD_ompi_sbgp_basesmsocket_DSO_TRUE='' MCA_BUILD_ompi_sbgp_basesmuma_DSO_FALSE='' MCA_BUILD_ompi_sbgp_basesmuma_DSO_TRUE='' MCA_BUILD_ompi_sbgp_p2p_DSO_FALSE='' MCA_BUILD_ompi_sbgp_p2p_DSO_TRUE='' MCA_BUILD_ompi_sharedfp_individual_DSO_FALSE='' MCA_BUILD_ompi_sharedfp_individual_DSO_TRUE='' MCA_BUILD_ompi_sharedfp_lockedfile_DSO_FALSE='' MCA_BUILD_ompi_sharedfp_lockedfile_DSO_TRUE='' MCA_BUILD_ompi_sharedfp_sm_DSO_FALSE='' MCA_BUILD_ompi_sharedfp_sm_DSO_TRUE='' MCA_BUILD_ompi_topo_basic_DSO_FALSE='' MCA_BUILD_ompi_topo_basic_DSO_TRUE='' MCA_BUILD_ompi_vprotocol_pessimist_DSO_FALSE='' MCA_BUILD_ompi_vprotocol_pessimist_DSO_TRUE='' MCA_BUILD_opal_backtrace_execinfo_DSO_FALSE='' MCA_BUILD_opal_backtrace_execinfo_DSO_TRUE='' MCA_BUILD_opal_backtrace_none_DSO_FALSE='' MCA_BUILD_opal_backtrace_none_DSO_TRUE='' MCA_BUILD_opal_backtrace_printstack_DSO_FALSE='' MCA_BUILD_opal_backtrace_printstack_DSO_TRUE='' MCA_BUILD_opal_common_pmi_DSO_FALSE='' MCA_BUILD_opal_common_pmi_DSO_TRUE='' MCA_BUILD_opal_compress_bzip_DSO_FALSE='' MCA_BUILD_opal_compress_bzip_DSO_TRUE='' MCA_BUILD_opal_compress_gzip_DSO_FALSE='' MCA_BUILD_opal_compress_gzip_DSO_TRUE='' MCA_BUILD_opal_crs_blcr_DSO_FALSE='' MCA_BUILD_opal_crs_blcr_DSO_TRUE='' MCA_BUILD_opal_crs_dmtcp_DSO_FALSE='' MCA_BUILD_opal_crs_dmtcp_DSO_TRUE='' MCA_BUILD_opal_crs_none_DSO_FALSE='' MCA_BUILD_opal_crs_none_DSO_TRUE='' MCA_BUILD_opal_crs_self_DSO_FALSE='' MCA_BUILD_opal_crs_self_DSO_TRUE='' MCA_BUILD_opal_db_hash_DSO_FALSE='' MCA_BUILD_opal_db_hash_DSO_TRUE='' MCA_BUILD_opal_db_pmi_DSO_FALSE='' MCA_BUILD_opal_db_pmi_DSO_TRUE='' MCA_BUILD_opal_db_print_DSO_FALSE='' MCA_BUILD_opal_db_print_DSO_TRUE='' MCA_BUILD_opal_db_sqlite_DSO_FALSE='' MCA_BUILD_opal_db_sqlite_DSO_TRUE='' MCA_BUILD_opal_dl_dlopen_DSO_FALSE='' MCA_BUILD_opal_dl_dlopen_DSO_TRUE='' MCA_BUILD_opal_dl_libltdl_DSO_FALSE='' MCA_BUILD_opal_dl_libltdl_DSO_TRUE='' MCA_BUILD_opal_event_external_DSO_FALSE='' MCA_BUILD_opal_event_external_DSO_TRUE='' MCA_BUILD_opal_event_libevent2021_DSO_FALSE='' MCA_BUILD_opal_event_libevent2021_DSO_TRUE='' MCA_BUILD_opal_hwloc_external_DSO_FALSE='' MCA_BUILD_opal_hwloc_external_DSO_TRUE='' MCA_BUILD_opal_hwloc_hwloc191_DSO_FALSE='' MCA_BUILD_opal_hwloc_hwloc191_DSO_TRUE='' MCA_BUILD_opal_if_bsdx_ipv4_DSO_FALSE='' MCA_BUILD_opal_if_bsdx_ipv4_DSO_TRUE='' MCA_BUILD_opal_if_bsdx_ipv6_DSO_FALSE='' MCA_BUILD_opal_if_bsdx_ipv6_DSO_TRUE='' MCA_BUILD_opal_if_linux_ipv6_DSO_FALSE='' MCA_BUILD_opal_if_linux_ipv6_DSO_TRUE='' MCA_BUILD_opal_if_posix_ipv4_DSO_FALSE='' MCA_BUILD_opal_if_posix_ipv4_DSO_TRUE='' MCA_BUILD_opal_if_solaris_ipv6_DSO_FALSE='' MCA_BUILD_opal_if_solaris_ipv6_DSO_TRUE='' MCA_BUILD_opal_installdirs_config_DSO_FALSE='' MCA_BUILD_opal_installdirs_config_DSO_TRUE='' MCA_BUILD_opal_installdirs_env_DSO_FALSE='' MCA_BUILD_opal_installdirs_env_DSO_TRUE='' MCA_BUILD_opal_memchecker_valgrind_DSO_FALSE='' MCA_BUILD_opal_memchecker_valgrind_DSO_TRUE='' MCA_BUILD_opal_memory_linux_DSO_FALSE='' MCA_BUILD_opal_memory_linux_DSO_TRUE='' MCA_BUILD_opal_memory_malloc_solaris_DSO_FALSE='' MCA_BUILD_opal_memory_malloc_solaris_DSO_TRUE='' MCA_BUILD_opal_pstat_linux_DSO_FALSE='' MCA_BUILD_opal_pstat_linux_DSO_TRUE='' MCA_BUILD_opal_pstat_test_DSO_FALSE='' MCA_BUILD_opal_pstat_test_DSO_TRUE='' MCA_BUILD_opal_sec_basic_DSO_FALSE='' MCA_BUILD_opal_sec_basic_DSO_TRUE='' MCA_BUILD_opal_sec_keystone_DSO_FALSE='' MCA_BUILD_opal_sec_keystone_DSO_TRUE='' MCA_BUILD_opal_shmem_mmap_DSO_FALSE='' MCA_BUILD_opal_shmem_mmap_DSO_TRUE='' MCA_BUILD_opal_shmem_posix_DSO_FALSE='' MCA_BUILD_opal_shmem_posix_DSO_TRUE='' MCA_BUILD_opal_shmem_sysv_DSO_FALSE='' MCA_BUILD_opal_shmem_sysv_DSO_TRUE='' MCA_BUILD_opal_timer_aix_DSO_FALSE='' MCA_BUILD_opal_timer_aix_DSO_TRUE='' MCA_BUILD_opal_timer_altix_DSO_FALSE='' MCA_BUILD_opal_timer_altix_DSO_TRUE='' MCA_BUILD_opal_timer_catamount_DSO_FALSE='' MCA_BUILD_opal_timer_catamount_DSO_TRUE='' MCA_BUILD_opal_timer_darwin_DSO_FALSE='' MCA_BUILD_opal_timer_darwin_DSO_TRUE='' MCA_BUILD_opal_timer_linux_DSO_FALSE='' MCA_BUILD_opal_timer_linux_DSO_TRUE='' MCA_BUILD_opal_timer_solaris_DSO_FALSE='' MCA_BUILD_opal_timer_solaris_DSO_TRUE='' MCA_BUILD_orte_dfs_app_DSO_FALSE='' MCA_BUILD_orte_dfs_app_DSO_TRUE='' MCA_BUILD_orte_dfs_orted_DSO_FALSE='' MCA_BUILD_orte_dfs_orted_DSO_TRUE='' MCA_BUILD_orte_dfs_test_DSO_FALSE='' MCA_BUILD_orte_dfs_test_DSO_TRUE='' MCA_BUILD_orte_errmgr_default_app_DSO_FALSE='' MCA_BUILD_orte_errmgr_default_app_DSO_TRUE='' MCA_BUILD_orte_errmgr_default_hnp_DSO_FALSE='' MCA_BUILD_orte_errmgr_default_hnp_DSO_TRUE='' MCA_BUILD_orte_errmgr_default_orted_DSO_FALSE='' MCA_BUILD_orte_errmgr_default_orted_DSO_TRUE='' MCA_BUILD_orte_errmgr_default_tool_DSO_FALSE='' MCA_BUILD_orte_errmgr_default_tool_DSO_TRUE='' MCA_BUILD_orte_ess_alps_DSO_FALSE='' MCA_BUILD_orte_ess_alps_DSO_TRUE='' MCA_BUILD_orte_ess_env_DSO_FALSE='' MCA_BUILD_orte_ess_env_DSO_TRUE='' MCA_BUILD_orte_ess_hnp_DSO_FALSE='' MCA_BUILD_orte_ess_hnp_DSO_TRUE='' MCA_BUILD_orte_ess_lsf_DSO_FALSE='' MCA_BUILD_orte_ess_lsf_DSO_TRUE='' MCA_BUILD_orte_ess_pmi_DSO_FALSE='' MCA_BUILD_orte_ess_pmi_DSO_TRUE='' MCA_BUILD_orte_ess_singleton_DSO_FALSE='' MCA_BUILD_orte_ess_singleton_DSO_TRUE='' MCA_BUILD_orte_ess_slurm_DSO_FALSE='' MCA_BUILD_orte_ess_slurm_DSO_TRUE='' MCA_BUILD_orte_ess_tm_DSO_FALSE='' MCA_BUILD_orte_ess_tm_DSO_TRUE='' MCA_BUILD_orte_ess_tool_DSO_FALSE='' MCA_BUILD_orte_ess_tool_DSO_TRUE='' MCA_BUILD_orte_filem_raw_DSO_FALSE='' MCA_BUILD_orte_filem_raw_DSO_TRUE='' MCA_BUILD_orte_grpcomm_bad_DSO_FALSE='' MCA_BUILD_orte_grpcomm_bad_DSO_TRUE='' MCA_BUILD_orte_grpcomm_pmi_DSO_FALSE='' MCA_BUILD_orte_grpcomm_pmi_DSO_TRUE='' MCA_BUILD_orte_iof_hnp_DSO_FALSE='' MCA_BUILD_orte_iof_hnp_DSO_TRUE='' MCA_BUILD_orte_iof_mr_hnp_DSO_FALSE='' MCA_BUILD_orte_iof_mr_hnp_DSO_TRUE='' MCA_BUILD_orte_iof_mr_orted_DSO_FALSE='' MCA_BUILD_orte_iof_mr_orted_DSO_TRUE='' MCA_BUILD_orte_iof_orted_DSO_FALSE='' MCA_BUILD_orte_iof_orted_DSO_TRUE='' MCA_BUILD_orte_iof_tool_DSO_FALSE='' MCA_BUILD_orte_iof_tool_DSO_TRUE='' MCA_BUILD_orte_odls_default_DSO_FALSE='' MCA_BUILD_orte_odls_default_DSO_TRUE='' MCA_BUILD_orte_oob_tcp_DSO_FALSE='' MCA_BUILD_orte_oob_tcp_DSO_TRUE='' MCA_BUILD_orte_plm_alps_DSO_FALSE='' MCA_BUILD_orte_plm_alps_DSO_TRUE='' MCA_BUILD_orte_plm_isolated_DSO_FALSE='' MCA_BUILD_orte_plm_isolated_DSO_TRUE='' MCA_BUILD_orte_plm_lsf_DSO_FALSE='' MCA_BUILD_orte_plm_lsf_DSO_TRUE='' MCA_BUILD_orte_plm_rsh_DSO_FALSE='' MCA_BUILD_orte_plm_rsh_DSO_TRUE='' MCA_BUILD_orte_plm_slurm_DSO_FALSE='' MCA_BUILD_orte_plm_slurm_DSO_TRUE='' MCA_BUILD_orte_plm_tm_DSO_FALSE='' MCA_BUILD_orte_plm_tm_DSO_TRUE='' MCA_BUILD_orte_ras_alps_DSO_FALSE='' MCA_BUILD_orte_ras_alps_DSO_TRUE='' MCA_BUILD_orte_ras_gridengine_DSO_FALSE='' MCA_BUILD_orte_ras_gridengine_DSO_TRUE='' MCA_BUILD_orte_ras_loadleveler_DSO_FALSE='' MCA_BUILD_orte_ras_loadleveler_DSO_TRUE='' MCA_BUILD_orte_ras_lsf_DSO_FALSE='' MCA_BUILD_orte_ras_lsf_DSO_TRUE='' MCA_BUILD_orte_ras_simulator_DSO_FALSE='' MCA_BUILD_orte_ras_simulator_DSO_TRUE='' MCA_BUILD_orte_ras_slurm_DSO_FALSE='' MCA_BUILD_orte_ras_slurm_DSO_TRUE='' MCA_BUILD_orte_ras_tm_DSO_FALSE='' MCA_BUILD_orte_ras_tm_DSO_TRUE='' MCA_BUILD_orte_rmaps_mindist_DSO_FALSE='' MCA_BUILD_orte_rmaps_mindist_DSO_TRUE='' MCA_BUILD_orte_rmaps_ppr_DSO_FALSE='' MCA_BUILD_orte_rmaps_ppr_DSO_TRUE='' MCA_BUILD_orte_rmaps_rank_file_DSO_FALSE='' MCA_BUILD_orte_rmaps_rank_file_DSO_TRUE='' MCA_BUILD_orte_rmaps_resilient_DSO_FALSE='' MCA_BUILD_orte_rmaps_resilient_DSO_TRUE='' MCA_BUILD_orte_rmaps_round_robin_DSO_FALSE='' MCA_BUILD_orte_rmaps_round_robin_DSO_TRUE='' MCA_BUILD_orte_rmaps_seq_DSO_FALSE='' MCA_BUILD_orte_rmaps_seq_DSO_TRUE='' MCA_BUILD_orte_rmaps_staged_DSO_FALSE='' MCA_BUILD_orte_rmaps_staged_DSO_TRUE='' MCA_BUILD_orte_rml_ftrm_DSO_FALSE='' MCA_BUILD_orte_rml_ftrm_DSO_TRUE='' MCA_BUILD_orte_rml_oob_DSO_FALSE='' MCA_BUILD_orte_rml_oob_DSO_TRUE='' MCA_BUILD_orte_routed_binomial_DSO_FALSE='' MCA_BUILD_orte_routed_binomial_DSO_TRUE='' MCA_BUILD_orte_routed_debruijn_DSO_FALSE='' MCA_BUILD_orte_routed_debruijn_DSO_TRUE='' MCA_BUILD_orte_routed_direct_DSO_FALSE='' MCA_BUILD_orte_routed_direct_DSO_TRUE='' MCA_BUILD_orte_routed_radix_DSO_FALSE='' MCA_BUILD_orte_routed_radix_DSO_TRUE='' MCA_BUILD_orte_sensor_file_DSO_FALSE='' MCA_BUILD_orte_sensor_file_DSO_TRUE='' MCA_BUILD_orte_sensor_ft_tester_DSO_FALSE='' MCA_BUILD_orte_sensor_ft_tester_DSO_TRUE='' MCA_BUILD_orte_sensor_heartbeat_DSO_FALSE='' MCA_BUILD_orte_sensor_heartbeat_DSO_TRUE='' MCA_BUILD_orte_sensor_resusage_DSO_FALSE='' MCA_BUILD_orte_sensor_resusage_DSO_TRUE='' MCA_BUILD_orte_snapc_full_DSO_FALSE='' MCA_BUILD_orte_snapc_full_DSO_TRUE='' MCA_BUILD_orte_sstore_central_DSO_FALSE='' MCA_BUILD_orte_sstore_central_DSO_TRUE='' MCA_BUILD_orte_sstore_stage_DSO_FALSE='' MCA_BUILD_orte_sstore_stage_DSO_TRUE='' MCA_BUILD_orte_state_app_DSO_FALSE='' MCA_BUILD_orte_state_app_DSO_TRUE='' MCA_BUILD_orte_state_dvm_DSO_FALSE='' MCA_BUILD_orte_state_dvm_DSO_TRUE='' MCA_BUILD_orte_state_hnp_DSO_FALSE='' MCA_BUILD_orte_state_hnp_DSO_TRUE='' MCA_BUILD_orte_state_novm_DSO_FALSE='' MCA_BUILD_orte_state_novm_DSO_TRUE='' MCA_BUILD_orte_state_orted_DSO_FALSE='' MCA_BUILD_orte_state_orted_DSO_TRUE='' MCA_BUILD_orte_state_staged_hnp_DSO_FALSE='' MCA_BUILD_orte_state_staged_hnp_DSO_TRUE='' MCA_BUILD_orte_state_staged_orted_DSO_FALSE='' MCA_BUILD_orte_state_staged_orted_DSO_TRUE='' MCA_BUILD_orte_state_tool_DSO_FALSE='' MCA_BUILD_orte_state_tool_DSO_TRUE='' MCA_BUILD_oshmem_atomic_basic_DSO_FALSE='' MCA_BUILD_oshmem_atomic_basic_DSO_TRUE='' MCA_BUILD_oshmem_atomic_mxm_DSO_FALSE='' MCA_BUILD_oshmem_atomic_mxm_DSO_TRUE='' MCA_BUILD_oshmem_atomic_ucx_DSO_FALSE='' MCA_BUILD_oshmem_atomic_ucx_DSO_TRUE='' MCA_BUILD_oshmem_memheap_buddy_DSO_FALSE='' MCA_BUILD_oshmem_memheap_buddy_DSO_TRUE='' MCA_BUILD_oshmem_memheap_ptmalloc_DSO_FALSE='' MCA_BUILD_oshmem_memheap_ptmalloc_DSO_TRUE='' MCA_BUILD_oshmem_scoll_basic_DSO_FALSE='' MCA_BUILD_oshmem_scoll_basic_DSO_TRUE='' MCA_BUILD_oshmem_scoll_fca_DSO_FALSE='' MCA_BUILD_oshmem_scoll_fca_DSO_TRUE='' MCA_BUILD_oshmem_scoll_mpi_DSO_FALSE='' MCA_BUILD_oshmem_scoll_mpi_DSO_TRUE='' MCA_BUILD_oshmem_spml_ikrit_DSO_FALSE='' MCA_BUILD_oshmem_spml_ikrit_DSO_TRUE='' MCA_BUILD_oshmem_spml_ucx_DSO_FALSE='' MCA_BUILD_oshmem_spml_ucx_DSO_TRUE='' MCA_BUILD_oshmem_spml_yoda_DSO_FALSE='' MCA_BUILD_oshmem_spml_yoda_DSO_TRUE='' MCA_BUILD_oshmem_sshmem_mmap_DSO_FALSE='' MCA_BUILD_oshmem_sshmem_mmap_DSO_TRUE='' MCA_BUILD_oshmem_sshmem_sysv_DSO_FALSE='' MCA_BUILD_oshmem_sshmem_sysv_DSO_TRUE='' MCA_BUILD_oshmem_sshmem_verbs_DSO_FALSE='' MCA_BUILD_oshmem_sshmem_verbs_DSO_TRUE='' MCA_PROJECT_SUBDIRS='' MCA_btl_openib_enable_failover_FALSE='' MCA_btl_openib_enable_failover_TRUE='' MCA_btl_openib_have_dynamic_sl_FALSE='' MCA_btl_openib_have_dynamic_sl_TRUE='' MCA_btl_openib_have_rdmacm_FALSE='' MCA_btl_openib_have_rdmacm_TRUE='' MCA_btl_openib_have_udcm_FALSE='' MCA_btl_openib_have_udcm_TRUE='' MCA_btl_openib_have_xrc_FALSE='' MCA_btl_openib_have_xrc_TRUE='' MCA_io_romio_SHOULD_BUILD_FALSE='' MCA_io_romio_SHOULD_BUILD_TRUE='' MCA_ompi_FRAMEWORKS='' MCA_ompi_FRAMEWORKS_SUBDIRS='' MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS='' MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS='' MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS='' MCA_ompi_FRAMEWORK_LIBS='' MCA_ompi_allocator_ALL_COMPONENTS='' MCA_ompi_allocator_ALL_SUBDIRS='' MCA_ompi_allocator_DSO_COMPONENTS='' MCA_ompi_allocator_DSO_SUBDIRS='' MCA_ompi_allocator_STATIC_COMPONENTS='' MCA_ompi_allocator_STATIC_LTLIBS='' MCA_ompi_allocator_STATIC_SUBDIRS='' MCA_ompi_bcol_ALL_COMPONENTS='' MCA_ompi_bcol_ALL_SUBDIRS='' MCA_ompi_bcol_DSO_COMPONENTS='' MCA_ompi_bcol_DSO_SUBDIRS='' MCA_ompi_bcol_STATIC_COMPONENTS='' MCA_ompi_bcol_STATIC_LTLIBS='' MCA_ompi_bcol_STATIC_SUBDIRS='' MCA_ompi_bml_ALL_COMPONENTS='' MCA_ompi_bml_ALL_SUBDIRS='' MCA_ompi_bml_DSO_COMPONENTS='' MCA_ompi_bml_DSO_SUBDIRS='' MCA_ompi_bml_STATIC_COMPONENTS='' MCA_ompi_bml_STATIC_LTLIBS='' MCA_ompi_bml_STATIC_SUBDIRS='' MCA_ompi_btl_ALL_COMPONENTS='' MCA_ompi_btl_ALL_SUBDIRS='' MCA_ompi_btl_DSO_COMPONENTS='' MCA_ompi_btl_DSO_SUBDIRS='' MCA_ompi_btl_STATIC_COMPONENTS='' MCA_ompi_btl_STATIC_LTLIBS='' MCA_ompi_btl_STATIC_SUBDIRS='' MCA_ompi_coll_ALL_COMPONENTS='' MCA_ompi_coll_ALL_SUBDIRS='' MCA_ompi_coll_DSO_COMPONENTS='' MCA_ompi_coll_DSO_SUBDIRS='' MCA_ompi_coll_STATIC_COMPONENTS='' MCA_ompi_coll_STATIC_LTLIBS='' MCA_ompi_coll_STATIC_SUBDIRS='' MCA_ompi_common_ALL_COMPONENTS='' MCA_ompi_common_ALL_SUBDIRS='' MCA_ompi_common_DSO_COMPONENTS='' MCA_ompi_common_DSO_SUBDIRS='' MCA_ompi_common_STATIC_COMPONENTS='' MCA_ompi_common_STATIC_LTLIBS='' MCA_ompi_common_STATIC_SUBDIRS='' MCA_ompi_crcp_ALL_COMPONENTS='' MCA_ompi_crcp_ALL_SUBDIRS='' MCA_ompi_crcp_DSO_COMPONENTS='' MCA_ompi_crcp_DSO_SUBDIRS='' MCA_ompi_crcp_STATIC_COMPONENTS='' MCA_ompi_crcp_STATIC_LTLIBS='' MCA_ompi_crcp_STATIC_SUBDIRS='' MCA_ompi_dpm_ALL_COMPONENTS='' MCA_ompi_dpm_ALL_SUBDIRS='' MCA_ompi_dpm_DSO_COMPONENTS='' MCA_ompi_dpm_DSO_SUBDIRS='' MCA_ompi_dpm_STATIC_COMPONENTS='' MCA_ompi_dpm_STATIC_LTLIBS='' MCA_ompi_dpm_STATIC_SUBDIRS='' MCA_ompi_fbtl_ALL_COMPONENTS='' MCA_ompi_fbtl_ALL_SUBDIRS='' MCA_ompi_fbtl_DSO_COMPONENTS='' MCA_ompi_fbtl_DSO_SUBDIRS='' MCA_ompi_fbtl_STATIC_COMPONENTS='' MCA_ompi_fbtl_STATIC_LTLIBS='' MCA_ompi_fbtl_STATIC_SUBDIRS='' MCA_ompi_fcoll_ALL_COMPONENTS='' MCA_ompi_fcoll_ALL_SUBDIRS='' MCA_ompi_fcoll_DSO_COMPONENTS='' MCA_ompi_fcoll_DSO_SUBDIRS='' MCA_ompi_fcoll_STATIC_COMPONENTS='' MCA_ompi_fcoll_STATIC_LTLIBS='' MCA_ompi_fcoll_STATIC_SUBDIRS='' MCA_ompi_fs_ALL_COMPONENTS='' MCA_ompi_fs_ALL_SUBDIRS='' MCA_ompi_fs_DSO_COMPONENTS='' MCA_ompi_fs_DSO_SUBDIRS='' MCA_ompi_fs_STATIC_COMPONENTS='' MCA_ompi_fs_STATIC_LTLIBS='' MCA_ompi_fs_STATIC_SUBDIRS='' MCA_ompi_io_ALL_COMPONENTS='' MCA_ompi_io_ALL_SUBDIRS='' MCA_ompi_io_DSO_COMPONENTS='' MCA_ompi_io_DSO_SUBDIRS='' MCA_ompi_io_STATIC_COMPONENTS='' MCA_ompi_io_STATIC_LTLIBS='' MCA_ompi_io_STATIC_SUBDIRS='' MCA_ompi_mpool_ALL_COMPONENTS='' MCA_ompi_mpool_ALL_SUBDIRS='' MCA_ompi_mpool_DSO_COMPONENTS='' MCA_ompi_mpool_DSO_SUBDIRS='' MCA_ompi_mpool_STATIC_COMPONENTS='' MCA_ompi_mpool_STATIC_LTLIBS='' MCA_ompi_mpool_STATIC_SUBDIRS='' MCA_ompi_mtl_ALL_COMPONENTS='' MCA_ompi_mtl_ALL_SUBDIRS='' MCA_ompi_mtl_DIRECT_CALL_HEADER='' MCA_ompi_mtl_DSO_COMPONENTS='' MCA_ompi_mtl_DSO_SUBDIRS='' MCA_ompi_mtl_STATIC_COMPONENTS='' MCA_ompi_mtl_STATIC_LTLIBS='' MCA_ompi_mtl_STATIC_SUBDIRS='' MCA_ompi_op_ALL_COMPONENTS='' MCA_ompi_op_ALL_SUBDIRS='' MCA_ompi_op_DSO_COMPONENTS='' MCA_ompi_op_DSO_SUBDIRS='' MCA_ompi_op_STATIC_COMPONENTS='' MCA_ompi_op_STATIC_LTLIBS='' MCA_ompi_op_STATIC_SUBDIRS='' MCA_ompi_osc_ALL_COMPONENTS='' MCA_ompi_osc_ALL_SUBDIRS='' MCA_ompi_osc_DSO_COMPONENTS='' MCA_ompi_osc_DSO_SUBDIRS='' MCA_ompi_osc_STATIC_COMPONENTS='' MCA_ompi_osc_STATIC_LTLIBS='' MCA_ompi_osc_STATIC_SUBDIRS='' MCA_ompi_pml_ALL_COMPONENTS='' MCA_ompi_pml_ALL_SUBDIRS='' MCA_ompi_pml_DIRECT_CALL_HEADER='' MCA_ompi_pml_DSO_COMPONENTS='' MCA_ompi_pml_DSO_SUBDIRS='' MCA_ompi_pml_STATIC_COMPONENTS='' MCA_ompi_pml_STATIC_LTLIBS='' MCA_ompi_pml_STATIC_SUBDIRS='' MCA_ompi_pubsub_ALL_COMPONENTS='' MCA_ompi_pubsub_ALL_SUBDIRS='' MCA_ompi_pubsub_DSO_COMPONENTS='' MCA_ompi_pubsub_DSO_SUBDIRS='' MCA_ompi_pubsub_STATIC_COMPONENTS='' MCA_ompi_pubsub_STATIC_LTLIBS='' MCA_ompi_pubsub_STATIC_SUBDIRS='' MCA_ompi_rcache_ALL_COMPONENTS='' MCA_ompi_rcache_ALL_SUBDIRS='' MCA_ompi_rcache_DSO_COMPONENTS='' MCA_ompi_rcache_DSO_SUBDIRS='' MCA_ompi_rcache_STATIC_COMPONENTS='' MCA_ompi_rcache_STATIC_LTLIBS='' MCA_ompi_rcache_STATIC_SUBDIRS='' MCA_ompi_rte_ALL_COMPONENTS='' MCA_ompi_rte_ALL_SUBDIRS='' MCA_ompi_rte_DSO_COMPONENTS='' MCA_ompi_rte_DSO_SUBDIRS='' MCA_ompi_rte_STATIC_COMPONENTS='' MCA_ompi_rte_STATIC_LTLIBS='' MCA_ompi_rte_STATIC_SUBDIRS='' MCA_ompi_sbgp_ALL_COMPONENTS='' MCA_ompi_sbgp_ALL_SUBDIRS='' MCA_ompi_sbgp_DSO_COMPONENTS='' MCA_ompi_sbgp_DSO_SUBDIRS='' MCA_ompi_sbgp_STATIC_COMPONENTS='' MCA_ompi_sbgp_STATIC_LTLIBS='' MCA_ompi_sbgp_STATIC_SUBDIRS='' MCA_ompi_sharedfp_ALL_COMPONENTS='' MCA_ompi_sharedfp_ALL_SUBDIRS='' MCA_ompi_sharedfp_DSO_COMPONENTS='' MCA_ompi_sharedfp_DSO_SUBDIRS='' MCA_ompi_sharedfp_STATIC_COMPONENTS='' MCA_ompi_sharedfp_STATIC_LTLIBS='' MCA_ompi_sharedfp_STATIC_SUBDIRS='' MCA_ompi_topo_ALL_COMPONENTS='' MCA_ompi_topo_ALL_SUBDIRS='' MCA_ompi_topo_DSO_COMPONENTS='' MCA_ompi_topo_DSO_SUBDIRS='' MCA_ompi_topo_STATIC_COMPONENTS='' MCA_ompi_topo_STATIC_LTLIBS='' MCA_ompi_topo_STATIC_SUBDIRS='' MCA_ompi_vprotocol_ALL_COMPONENTS='' MCA_ompi_vprotocol_ALL_SUBDIRS='' MCA_ompi_vprotocol_DSO_COMPONENTS='' MCA_ompi_vprotocol_DSO_SUBDIRS='' MCA_ompi_vprotocol_STATIC_COMPONENTS='' MCA_ompi_vprotocol_STATIC_LTLIBS='' MCA_ompi_vprotocol_STATIC_SUBDIRS='' MCA_opal_FRAMEWORKS='' MCA_opal_FRAMEWORKS_SUBDIRS='' MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS='' MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS='' MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS='' MCA_opal_FRAMEWORK_LIBS='' MCA_opal_backtrace_ALL_COMPONENTS='' MCA_opal_backtrace_ALL_SUBDIRS='' MCA_opal_backtrace_DSO_COMPONENTS='' MCA_opal_backtrace_DSO_SUBDIRS='' MCA_opal_backtrace_STATIC_COMPONENTS='' MCA_opal_backtrace_STATIC_LTLIBS='' MCA_opal_backtrace_STATIC_SUBDIRS='' MCA_opal_common_ALL_COMPONENTS='' MCA_opal_common_ALL_SUBDIRS='' MCA_opal_common_DSO_COMPONENTS='' MCA_opal_common_DSO_SUBDIRS='' MCA_opal_common_STATIC_COMPONENTS='' MCA_opal_common_STATIC_LTLIBS='' MCA_opal_common_STATIC_SUBDIRS='' MCA_opal_compress_ALL_COMPONENTS='' MCA_opal_compress_ALL_SUBDIRS='' MCA_opal_compress_DSO_COMPONENTS='' MCA_opal_compress_DSO_SUBDIRS='' MCA_opal_compress_STATIC_COMPONENTS='' MCA_opal_compress_STATIC_LTLIBS='' MCA_opal_compress_STATIC_SUBDIRS='' MCA_opal_crs_ALL_COMPONENTS='' MCA_opal_crs_ALL_SUBDIRS='' MCA_opal_crs_DSO_COMPONENTS='' MCA_opal_crs_DSO_SUBDIRS='' MCA_opal_crs_STATIC_COMPONENTS='' MCA_opal_crs_STATIC_LTLIBS='' MCA_opal_crs_STATIC_SUBDIRS='' MCA_opal_db_ALL_COMPONENTS='' MCA_opal_db_ALL_SUBDIRS='' MCA_opal_db_DSO_COMPONENTS='' MCA_opal_db_DSO_SUBDIRS='' MCA_opal_db_STATIC_COMPONENTS='' MCA_opal_db_STATIC_LTLIBS='' MCA_opal_db_STATIC_SUBDIRS='' MCA_opal_dl_ALL_COMPONENTS='' MCA_opal_dl_ALL_SUBDIRS='' MCA_opal_dl_DSO_COMPONENTS='' MCA_opal_dl_DSO_SUBDIRS='' MCA_opal_dl_STATIC_COMPONENTS='' MCA_opal_dl_STATIC_LTLIBS='' MCA_opal_dl_STATIC_SUBDIRS='' MCA_opal_event_ALL_COMPONENTS='' MCA_opal_event_ALL_SUBDIRS='' MCA_opal_event_DSO_COMPONENTS='' MCA_opal_event_DSO_SUBDIRS='' MCA_opal_event_STATIC_COMPONENTS='' MCA_opal_event_STATIC_LTLIBS='' MCA_opal_event_STATIC_SUBDIRS='' MCA_opal_hwloc_ALL_COMPONENTS='' MCA_opal_hwloc_ALL_SUBDIRS='' MCA_opal_hwloc_DSO_COMPONENTS='' MCA_opal_hwloc_DSO_SUBDIRS='' MCA_opal_hwloc_STATIC_COMPONENTS='' MCA_opal_hwloc_STATIC_LTLIBS='' MCA_opal_hwloc_STATIC_SUBDIRS='' MCA_opal_if_ALL_COMPONENTS='' MCA_opal_if_ALL_SUBDIRS='' MCA_opal_if_DSO_COMPONENTS='' MCA_opal_if_DSO_SUBDIRS='' MCA_opal_if_STATIC_COMPONENTS='' MCA_opal_if_STATIC_LTLIBS='' MCA_opal_if_STATIC_SUBDIRS='' MCA_opal_installdirs_ALL_COMPONENTS='' MCA_opal_installdirs_ALL_SUBDIRS='' MCA_opal_installdirs_DSO_COMPONENTS='' MCA_opal_installdirs_DSO_SUBDIRS='' MCA_opal_installdirs_STATIC_COMPONENTS='' MCA_opal_installdirs_STATIC_LTLIBS='' MCA_opal_installdirs_STATIC_SUBDIRS='' MCA_opal_memchecker_ALL_COMPONENTS='' MCA_opal_memchecker_ALL_SUBDIRS='' MCA_opal_memchecker_DSO_COMPONENTS='' MCA_opal_memchecker_DSO_SUBDIRS='' MCA_opal_memchecker_STATIC_COMPONENTS='' MCA_opal_memchecker_STATIC_LTLIBS='' MCA_opal_memchecker_STATIC_SUBDIRS='' MCA_opal_memcpy_ALL_COMPONENTS='' MCA_opal_memcpy_ALL_SUBDIRS='' MCA_opal_memcpy_DSO_COMPONENTS='' MCA_opal_memcpy_DSO_SUBDIRS='' MCA_opal_memcpy_STATIC_COMPONENTS='' MCA_opal_memcpy_STATIC_LTLIBS='' MCA_opal_memcpy_STATIC_SUBDIRS='' MCA_opal_memory_ALL_COMPONENTS='' MCA_opal_memory_ALL_SUBDIRS='' MCA_opal_memory_DSO_COMPONENTS='' MCA_opal_memory_DSO_SUBDIRS='' MCA_opal_memory_STATIC_COMPONENTS='' MCA_opal_memory_STATIC_LTLIBS='' MCA_opal_memory_STATIC_SUBDIRS='' MCA_opal_pstat_ALL_COMPONENTS='' MCA_opal_pstat_ALL_SUBDIRS='' MCA_opal_pstat_DSO_COMPONENTS='' MCA_opal_pstat_DSO_SUBDIRS='' MCA_opal_pstat_STATIC_COMPONENTS='' MCA_opal_pstat_STATIC_LTLIBS='' MCA_opal_pstat_STATIC_SUBDIRS='' MCA_opal_sec_ALL_COMPONENTS='' MCA_opal_sec_ALL_SUBDIRS='' MCA_opal_sec_DSO_COMPONENTS='' MCA_opal_sec_DSO_SUBDIRS='' MCA_opal_sec_STATIC_COMPONENTS='' MCA_opal_sec_STATIC_LTLIBS='' MCA_opal_sec_STATIC_SUBDIRS='' MCA_opal_shmem_ALL_COMPONENTS='' MCA_opal_shmem_ALL_SUBDIRS='' MCA_opal_shmem_DSO_COMPONENTS='' MCA_opal_shmem_DSO_SUBDIRS='' MCA_opal_shmem_STATIC_COMPONENTS='' MCA_opal_shmem_STATIC_LTLIBS='' MCA_opal_shmem_STATIC_SUBDIRS='' MCA_opal_timer_ALL_COMPONENTS='' MCA_opal_timer_ALL_SUBDIRS='' MCA_opal_timer_DSO_COMPONENTS='' MCA_opal_timer_DSO_SUBDIRS='' MCA_opal_timer_STATIC_COMPONENTS='' MCA_opal_timer_STATIC_LTLIBS='' MCA_opal_timer_STATIC_SUBDIRS='' MCA_orte_FRAMEWORKS='' MCA_orte_FRAMEWORKS_SUBDIRS='' MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS='' MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS='' MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS='' MCA_orte_FRAMEWORK_LIBS='' MCA_orte_dfs_ALL_COMPONENTS='' MCA_orte_dfs_ALL_SUBDIRS='' MCA_orte_dfs_DSO_COMPONENTS='' MCA_orte_dfs_DSO_SUBDIRS='' MCA_orte_dfs_STATIC_COMPONENTS='' MCA_orte_dfs_STATIC_LTLIBS='' MCA_orte_dfs_STATIC_SUBDIRS='' MCA_orte_errmgr_ALL_COMPONENTS='' MCA_orte_errmgr_ALL_SUBDIRS='' MCA_orte_errmgr_DSO_COMPONENTS='' MCA_orte_errmgr_DSO_SUBDIRS='' MCA_orte_errmgr_STATIC_COMPONENTS='' MCA_orte_errmgr_STATIC_LTLIBS='' MCA_orte_errmgr_STATIC_SUBDIRS='' MCA_orte_ess_ALL_COMPONENTS='' MCA_orte_ess_ALL_SUBDIRS='' MCA_orte_ess_DSO_COMPONENTS='' MCA_orte_ess_DSO_SUBDIRS='' MCA_orte_ess_STATIC_COMPONENTS='' MCA_orte_ess_STATIC_LTLIBS='' MCA_orte_ess_STATIC_SUBDIRS='' MCA_orte_filem_ALL_COMPONENTS='' MCA_orte_filem_ALL_SUBDIRS='' MCA_orte_filem_DSO_COMPONENTS='' MCA_orte_filem_DSO_SUBDIRS='' MCA_orte_filem_STATIC_COMPONENTS='' MCA_orte_filem_STATIC_LTLIBS='' MCA_orte_filem_STATIC_SUBDIRS='' MCA_orte_grpcomm_ALL_COMPONENTS='' MCA_orte_grpcomm_ALL_SUBDIRS='' MCA_orte_grpcomm_DSO_COMPONENTS='' MCA_orte_grpcomm_DSO_SUBDIRS='' MCA_orte_grpcomm_STATIC_COMPONENTS='' MCA_orte_grpcomm_STATIC_LTLIBS='' MCA_orte_grpcomm_STATIC_SUBDIRS='' MCA_orte_iof_ALL_COMPONENTS='' MCA_orte_iof_ALL_SUBDIRS='' MCA_orte_iof_DSO_COMPONENTS='' MCA_orte_iof_DSO_SUBDIRS='' MCA_orte_iof_STATIC_COMPONENTS='' MCA_orte_iof_STATIC_LTLIBS='' MCA_orte_iof_STATIC_SUBDIRS='' MCA_orte_odls_ALL_COMPONENTS='' MCA_orte_odls_ALL_SUBDIRS='' MCA_orte_odls_DSO_COMPONENTS='' MCA_orte_odls_DSO_SUBDIRS='' MCA_orte_odls_STATIC_COMPONENTS='' MCA_orte_odls_STATIC_LTLIBS='' MCA_orte_odls_STATIC_SUBDIRS='' MCA_orte_oob_ALL_COMPONENTS='' MCA_orte_oob_ALL_SUBDIRS='' MCA_orte_oob_DSO_COMPONENTS='' MCA_orte_oob_DSO_SUBDIRS='' MCA_orte_oob_STATIC_COMPONENTS='' MCA_orte_oob_STATIC_LTLIBS='' MCA_orte_oob_STATIC_SUBDIRS='' MCA_orte_plm_ALL_COMPONENTS='' MCA_orte_plm_ALL_SUBDIRS='' MCA_orte_plm_DSO_COMPONENTS='' MCA_orte_plm_DSO_SUBDIRS='' MCA_orte_plm_STATIC_COMPONENTS='' MCA_orte_plm_STATIC_LTLIBS='' MCA_orte_plm_STATIC_SUBDIRS='' MCA_orte_ras_ALL_COMPONENTS='' MCA_orte_ras_ALL_SUBDIRS='' MCA_orte_ras_DSO_COMPONENTS='' MCA_orte_ras_DSO_SUBDIRS='' MCA_orte_ras_STATIC_COMPONENTS='' MCA_orte_ras_STATIC_LTLIBS='' MCA_orte_ras_STATIC_SUBDIRS='' MCA_orte_rmaps_ALL_COMPONENTS='' MCA_orte_rmaps_ALL_SUBDIRS='' MCA_orte_rmaps_DSO_COMPONENTS='' MCA_orte_rmaps_DSO_SUBDIRS='' MCA_orte_rmaps_STATIC_COMPONENTS='' MCA_orte_rmaps_STATIC_LTLIBS='' MCA_orte_rmaps_STATIC_SUBDIRS='' MCA_orte_rml_ALL_COMPONENTS='' MCA_orte_rml_ALL_SUBDIRS='' MCA_orte_rml_DSO_COMPONENTS='' MCA_orte_rml_DSO_SUBDIRS='' MCA_orte_rml_STATIC_COMPONENTS='' MCA_orte_rml_STATIC_LTLIBS='' MCA_orte_rml_STATIC_SUBDIRS='' MCA_orte_routed_ALL_COMPONENTS='' MCA_orte_routed_ALL_SUBDIRS='' MCA_orte_routed_DSO_COMPONENTS='' MCA_orte_routed_DSO_SUBDIRS='' MCA_orte_routed_STATIC_COMPONENTS='' MCA_orte_routed_STATIC_LTLIBS='' MCA_orte_routed_STATIC_SUBDIRS='' MCA_orte_sensor_ALL_COMPONENTS='' MCA_orte_sensor_ALL_SUBDIRS='' MCA_orte_sensor_DSO_COMPONENTS='' MCA_orte_sensor_DSO_SUBDIRS='' MCA_orte_sensor_STATIC_COMPONENTS='' MCA_orte_sensor_STATIC_LTLIBS='' MCA_orte_sensor_STATIC_SUBDIRS='' MCA_orte_snapc_ALL_COMPONENTS='' MCA_orte_snapc_ALL_SUBDIRS='' MCA_orte_snapc_DSO_COMPONENTS='' MCA_orte_snapc_DSO_SUBDIRS='' MCA_orte_snapc_STATIC_COMPONENTS='' MCA_orte_snapc_STATIC_LTLIBS='' MCA_orte_snapc_STATIC_SUBDIRS='' MCA_orte_sstore_ALL_COMPONENTS='' MCA_orte_sstore_ALL_SUBDIRS='' MCA_orte_sstore_DSO_COMPONENTS='' MCA_orte_sstore_DSO_SUBDIRS='' MCA_orte_sstore_STATIC_COMPONENTS='' MCA_orte_sstore_STATIC_LTLIBS='' MCA_orte_sstore_STATIC_SUBDIRS='' MCA_orte_state_ALL_COMPONENTS='' MCA_orte_state_ALL_SUBDIRS='' MCA_orte_state_DSO_COMPONENTS='' MCA_orte_state_DSO_SUBDIRS='' MCA_orte_state_STATIC_COMPONENTS='' MCA_orte_state_STATIC_LTLIBS='' MCA_orte_state_STATIC_SUBDIRS='' MCA_oshmem_FRAMEWORKS='' MCA_oshmem_FRAMEWORKS_SUBDIRS='' MCA_oshmem_FRAMEWORK_COMPONENT_ALL_SUBDIRS='' MCA_oshmem_FRAMEWORK_COMPONENT_DSO_SUBDIRS='' MCA_oshmem_FRAMEWORK_COMPONENT_STATIC_SUBDIRS='' MCA_oshmem_FRAMEWORK_LIBS='' MCA_oshmem_atomic_ALL_COMPONENTS='' MCA_oshmem_atomic_ALL_SUBDIRS='' MCA_oshmem_atomic_DSO_COMPONENTS='' MCA_oshmem_atomic_DSO_SUBDIRS='' MCA_oshmem_atomic_STATIC_COMPONENTS='' MCA_oshmem_atomic_STATIC_LTLIBS='' MCA_oshmem_atomic_STATIC_SUBDIRS='' MCA_oshmem_memheap_ALL_COMPONENTS='' MCA_oshmem_memheap_ALL_SUBDIRS='' MCA_oshmem_memheap_DIRECT_CALL_HEADER='' MCA_oshmem_memheap_DSO_COMPONENTS='' MCA_oshmem_memheap_DSO_SUBDIRS='' MCA_oshmem_memheap_STATIC_COMPONENTS='' MCA_oshmem_memheap_STATIC_LTLIBS='' MCA_oshmem_memheap_STATIC_SUBDIRS='' MCA_oshmem_scoll_ALL_COMPONENTS='' MCA_oshmem_scoll_ALL_SUBDIRS='' MCA_oshmem_scoll_DSO_COMPONENTS='' MCA_oshmem_scoll_DSO_SUBDIRS='' MCA_oshmem_scoll_STATIC_COMPONENTS='' MCA_oshmem_scoll_STATIC_LTLIBS='' MCA_oshmem_scoll_STATIC_SUBDIRS='' MCA_oshmem_spml_ALL_COMPONENTS='' MCA_oshmem_spml_ALL_SUBDIRS='' MCA_oshmem_spml_DIRECT_CALL_HEADER='' MCA_oshmem_spml_DSO_COMPONENTS='' MCA_oshmem_spml_DSO_SUBDIRS='' MCA_oshmem_spml_STATIC_COMPONENTS='' MCA_oshmem_spml_STATIC_LTLIBS='' MCA_oshmem_spml_STATIC_SUBDIRS='' MCA_oshmem_sshmem_ALL_COMPONENTS='' MCA_oshmem_sshmem_ALL_SUBDIRS='' MCA_oshmem_sshmem_DSO_COMPONENTS='' MCA_oshmem_sshmem_DSO_SUBDIRS='' MCA_oshmem_sshmem_STATIC_COMPONENTS='' MCA_oshmem_sshmem_STATIC_LTLIBS='' MCA_oshmem_sshmem_STATIC_SUBDIRS='' MEMORY_LINUX_PTMALLOC2_FALSE='' MEMORY_LINUX_PTMALLOC2_TRUE='' MEMORY_LINUX_UMMUNOTIFY_FALSE='' MEMORY_LINUX_UMMUNOTIFY_TRUE='' MKDIR_P='/bin/mkdir -p' MPIF_H_PMPI_W_FUNCS=', PMPI_WTICK, PMPI_WTIME' NM='' NMEDIT='' OBJDUMP='' OBJEXT='o' OMPI_ALIGNMENT_FORTRAN_CHARACTER='' OMPI_ALIGNMENT_FORTRAN_COMPLEX16='' OMPI_ALIGNMENT_FORTRAN_COMPLEX32='' OMPI_ALIGNMENT_FORTRAN_COMPLEX4='' OMPI_ALIGNMENT_FORTRAN_COMPLEX8='' OMPI_ALIGNMENT_FORTRAN_COMPLEX='' OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX='' OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION='' OMPI_ALIGNMENT_FORTRAN_INTEGER16='' OMPI_ALIGNMENT_FORTRAN_INTEGER1='' OMPI_ALIGNMENT_FORTRAN_INTEGER2='' OMPI_ALIGNMENT_FORTRAN_INTEGER4='' OMPI_ALIGNMENT_FORTRAN_INTEGER8='' OMPI_ALIGNMENT_FORTRAN_INTEGER='' OMPI_ALIGNMENT_FORTRAN_LOGICAL1='' OMPI_ALIGNMENT_FORTRAN_LOGICAL2='' OMPI_ALIGNMENT_FORTRAN_LOGICAL4='' OMPI_ALIGNMENT_FORTRAN_LOGICAL8='' OMPI_ALIGNMENT_FORTRAN_LOGICAL='' OMPI_ALIGNMENT_FORTRAN_REAL16='' OMPI_ALIGNMENT_FORTRAN_REAL2='' OMPI_ALIGNMENT_FORTRAN_REAL4='' OMPI_ALIGNMENT_FORTRAN_REAL8='' OMPI_ALIGNMENT_FORTRAN_REAL='' OMPI_ASM_FILE='' OMPI_AS_GLOBAL='' OMPI_AS_LABEL_SUFFIX='' OMPI_BTL_PORTALS4_FLOW_CONTROL_FALSE='' OMPI_BTL_PORTALS4_FLOW_CONTROL_TRUE='' OMPI_BTL_USNIC_BUILD_UNIT_TESTS_FALSE='' OMPI_BTL_USNIC_BUILD_UNIT_TESTS_TRUE='' OMPI_BUILD_FORTRAN_DUMMY_MPI_MODULE_LIBRARY_FALSE='' OMPI_BUILD_FORTRAN_DUMMY_MPI_MODULE_LIBRARY_TRUE='' OMPI_BUILD_FORTRAN_MPIFH_BINDINGS_FALSE='' OMPI_BUILD_FORTRAN_MPIFH_BINDINGS_TRUE='' OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS_FALSE='' OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS_TRUE='' OMPI_BUILD_FORTRAN_USEMPIF08_EXT_FALSE='' OMPI_BUILD_FORTRAN_USEMPIF08_EXT_TRUE='' OMPI_BUILD_FORTRAN_USEMPI_BINDINGS_FALSE='' OMPI_BUILD_FORTRAN_USEMPI_BINDINGS_TRUE='' OMPI_BUILD_FORTRAN_USEMPI_EXT_FALSE='' OMPI_BUILD_FORTRAN_USEMPI_EXT_TRUE='' OMPI_BUILD_FORTRAN_USEMPI_IGNORE_TKR_BINDINGS_FALSE='' OMPI_BUILD_FORTRAN_USEMPI_IGNORE_TKR_BINDINGS_TRUE='' OMPI_BUILD_FORTRAN_USEMPI_OR_USEMPIF08_EXT_FALSE='' OMPI_BUILD_FORTRAN_USEMPI_OR_USEMPIF08_EXT_TRUE='' OMPI_BUILD_FORTRAN_USEMPI_TKR_BINDINGS_FALSE='' OMPI_BUILD_FORTRAN_USEMPI_TKR_BINDINGS_TRUE='' OMPI_CONTRIB_DIST_SUBDIRS='' OMPI_CONTRIB_SUBDIRS='' OMPI_CXX_ABSOLUTE='' OMPI_F08_SUFFIX='' OMPI_FC='' OMPI_FC_ABSOLUTE='' OMPI_FC_MODULE_FLAG='' OMPI_FORTRAN_BUILD_SIZEOF='' OMPI_FORTRAN_CKINDS='' OMPI_FORTRAN_EXTRA_SHARED_LIBRARY_FLAGS='' OMPI_FORTRAN_F08_PREDECL='' OMPI_FORTRAN_F08_TYPE='' OMPI_FORTRAN_HAVE_ABSTRACT='' OMPI_FORTRAN_HAVE_ASYNCHRONOUS='' OMPI_FORTRAN_HAVE_BIND_C='' OMPI_FORTRAN_HAVE_C_FUNLOC='' OMPI_FORTRAN_HAVE_INTERFACE='' OMPI_FORTRAN_HAVE_ISO_C_BINDING='' OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV='' OMPI_FORTRAN_HAVE_PRIVATE='' OMPI_FORTRAN_HAVE_PROCEDURE='' OMPI_FORTRAN_HAVE_PROTECTED='' OMPI_FORTRAN_HAVE_STORAGE_SIZE='' OMPI_FORTRAN_HAVE_USE_ONLY='' OMPI_FORTRAN_IGNORE_TKR_PREDECL='' OMPI_FORTRAN_IGNORE_TKR_TYPE='' OMPI_FORTRAN_IKINDS='' OMPI_FORTRAN_MAX_ARRAY_RANK='' OMPI_FORTRAN_NEED_WRAPPER_ROUTINES='' OMPI_FORTRAN_RKINDS='' OMPI_FORTRAN_STATUS_SIZE='' OMPI_FORTRAN_SUBARRAYS_SUPPORTED='' OMPI_FORTRAN_USEMPIF08_DIR='' OMPI_FORTRAN_USEMPIF08_LIB='' OMPI_FORTRAN_USEMPI_DIR='' OMPI_FORTRAN_USEMPI_LIB='' OMPI_F_SUFFIX='' OMPI_GREEK_VERSION='rc1' OMPI_HAVE_FORTRAN_CHARACTER='' OMPI_HAVE_FORTRAN_COMPLEX16='' OMPI_HAVE_FORTRAN_COMPLEX32='' OMPI_HAVE_FORTRAN_COMPLEX4='' OMPI_HAVE_FORTRAN_COMPLEX8='' OMPI_HAVE_FORTRAN_COMPLEX='' OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX='' OMPI_HAVE_FORTRAN_DOUBLE_PRECISION='' OMPI_HAVE_FORTRAN_INTEGER16='' OMPI_HAVE_FORTRAN_INTEGER1='' OMPI_HAVE_FORTRAN_INTEGER2='' OMPI_HAVE_FORTRAN_INTEGER4='' OMPI_HAVE_FORTRAN_INTEGER8='' OMPI_HAVE_FORTRAN_INTEGER='' OMPI_HAVE_FORTRAN_LOGICAL1='' OMPI_HAVE_FORTRAN_LOGICAL2='' OMPI_HAVE_FORTRAN_LOGICAL4='' OMPI_HAVE_FORTRAN_LOGICAL8='' OMPI_HAVE_FORTRAN_LOGICAL='' OMPI_HAVE_FORTRAN_REAL16='' OMPI_HAVE_FORTRAN_REAL2='' OMPI_HAVE_FORTRAN_REAL4='' OMPI_HAVE_FORTRAN_REAL8='' OMPI_HAVE_FORTRAN_REAL='' OMPI_INSTALL_BINARIES_FALSE='#' OMPI_INSTALL_BINARIES_TRUE='' OMPI_KIND_FORTRAN_CHARACTER='' OMPI_KIND_FORTRAN_COMPLEX16='' OMPI_KIND_FORTRAN_COMPLEX32='' OMPI_KIND_FORTRAN_COMPLEX4='' OMPI_KIND_FORTRAN_COMPLEX8='' OMPI_KIND_FORTRAN_COMPLEX='' OMPI_KIND_FORTRAN_DOUBLE_COMPLEX='' OMPI_KIND_FORTRAN_DOUBLE_PRECISION='' OMPI_KIND_FORTRAN_INTEGER16='' OMPI_KIND_FORTRAN_INTEGER1='' OMPI_KIND_FORTRAN_INTEGER2='' OMPI_KIND_FORTRAN_INTEGER4='' OMPI_KIND_FORTRAN_INTEGER8='' OMPI_KIND_FORTRAN_INTEGER='' OMPI_KIND_FORTRAN_LOGICAL1='' OMPI_KIND_FORTRAN_LOGICAL2='' OMPI_KIND_FORTRAN_LOGICAL4='' OMPI_KIND_FORTRAN_LOGICAL8='' OMPI_KIND_FORTRAN_LOGICAL='' OMPI_KIND_FORTRAN_REAL16='' OMPI_KIND_FORTRAN_REAL2='' OMPI_KIND_FORTRAN_REAL4='' OMPI_KIND_FORTRAN_REAL8='' OMPI_KIND_FORTRAN_REAL='' OMPI_LIBMPI_EXTRA_LDFLAGS='' OMPI_LIBMPI_EXTRA_LIBS='' OMPI_MAJOR_VERSION='1' OMPI_MINOR_VERSION='10' OMPI_MPIEXT_ALL_SUBDIRS='' OMPI_MPIEXT_C_DIRS='' OMPI_MPIEXT_C_LIBS='' OMPI_MPIEXT_MPIFH_DIRS='' OMPI_MPIEXT_MPIFH_LIBS='' OMPI_MPIEXT_USEMPIF08_DIRS='' OMPI_MPIEXT_USEMPIF08_LIBS='' OMPI_MPIEXT_USEMPI_DIRS='' OMPI_MPIEXT_USEMPI_LIBS='' OMPI_MPIF_IO_CONSTANTS_INCLUDE='' OMPI_MPIF_IO_HANDLES_INCLUDE='' OMPI_MPI_ADDRESS_KIND='' OMPI_MPI_BIND_PREFIX='' OMPI_MPI_COUNT_KIND='' OMPI_MPI_INTEGER_KIND='' OMPI_MPI_OFFSET_KIND='' OMPI_MPI_PREFIX='' OMPI_MTL_PORTALS4_FLOW_CONTROL_FALSE='' OMPI_MTL_PORTALS4_FLOW_CONTROL_TRUE='' OMPI_NEED_WINDOWS_REPLACEMENTS_FALSE='' OMPI_NEED_WINDOWS_REPLACEMENTS_TRUE='#' OMPI_PKG_CONFIG_LDFLAGS='' OMPI_PROVIDE_MPI_FILE_INTERFACE='' OMPI_PROVIDE_MPI_FILE_INTERFACE_FALSE='' OMPI_PROVIDE_MPI_FILE_INTERFACE_TRUE='' OMPI_RELEASE_DATE='Unreleased developer copy' OMPI_RELEASE_VERSION='3' OMPI_REPO_REV='v1.10.2-176-g9d45e07' OMPI_RTE_ORTE_FALSE='' OMPI_RTE_ORTE_TRUE='' OMPI_SIZEOF_FORTRAN_CHARACTER='' OMPI_SIZEOF_FORTRAN_COMPLEX16='' OMPI_SIZEOF_FORTRAN_COMPLEX32='' OMPI_SIZEOF_FORTRAN_COMPLEX4='' OMPI_SIZEOF_FORTRAN_COMPLEX8='' OMPI_SIZEOF_FORTRAN_COMPLEX='' OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX='' OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION='' OMPI_SIZEOF_FORTRAN_INTEGER16='' OMPI_SIZEOF_FORTRAN_INTEGER1='' OMPI_SIZEOF_FORTRAN_INTEGER2='' OMPI_SIZEOF_FORTRAN_INTEGER4='' OMPI_SIZEOF_FORTRAN_INTEGER8='' OMPI_SIZEOF_FORTRAN_INTEGER='' OMPI_SIZEOF_FORTRAN_LOGICAL1='' OMPI_SIZEOF_FORTRAN_LOGICAL2='' OMPI_SIZEOF_FORTRAN_LOGICAL4='' OMPI_SIZEOF_FORTRAN_LOGICAL8='' OMPI_SIZEOF_FORTRAN_LOGICAL='' OMPI_SIZEOF_FORTRAN_REAL16='' OMPI_SIZEOF_FORTRAN_REAL2='' OMPI_SIZEOF_FORTRAN_REAL4='' OMPI_SIZEOF_FORTRAN_REAL8='' OMPI_SIZEOF_FORTRAN_REAL='' OMPI_TARBALL_VERSION='v1.10.2-176-g9d45e07' OMPI_TOP_BUILDDIR='/export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07-Linux.x86_64.64_cc' OMPI_TOP_SRCDIR='/export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07' OMPI_VERSION='1.10.3rc1' OMPI_WANT_JAVA_BINDINGS_FALSE='' OMPI_WANT_JAVA_BINDINGS_TRUE='' OMPI_WANT_MEMCHECKER_FALSE='' OMPI_WANT_MEMCHECKER_TRUE='' OMPI_WRAPPER_CXX_LIB='' OMPI_WRAPPER_CXX_REQUIRED_FILE='' OMPI_WRAPPER_EXTRA_CFLAGS='' OMPI_WRAPPER_EXTRA_CFLAGS_PREFIX='' OMPI_WRAPPER_EXTRA_CPPFLAGS='' OMPI_WRAPPER_EXTRA_CXXFLAGS='' OMPI_WRAPPER_EXTRA_CXXFLAGS_PREFIX='' OMPI_WRAPPER_EXTRA_FCFLAGS='' OMPI_WRAPPER_EXTRA_FCFLAGS_PREFIX='' OMPI_WRAPPER_EXTRA_INCLUDES='' OMPI_WRAPPER_EXTRA_LDFLAGS='' OMPI_WRAPPER_EXTRA_LIBS='' OMPI_WRAPPER_FORTRAN_REQUIRED_FILE='' OMPI_WRAPPER_INCLUDEDIR='' OMPI_WRAPPER_LIBDIR='' OPAL_ASM_GSYM='' OPAL_ASM_LSYM='' OPAL_ASM_SUPPORT_64BIT='' OPAL_ASM_TEXT='' OPAL_ASM_TYPE='' OPAL_ASSEMBLY_ARCH='' OPAL_ASSEMBLY_BUILTIN='' OPAL_ASSEMBLY_FORMAT='' OPAL_CC_ABSOLUTE='/opt/solstudio12.5b/bin/cc' OPAL_CONFIGURE_DATE='Sat May 7 11:22:01 CEST 2016' OPAL_CONFIGURE_HOST='loki' OPAL_CONFIGURE_USER='root' OPAL_CXX_ABSOLUTE='/opt/solstudio12.5b/bin/CC' OPAL_DEFAULT_MCA_PARAM_CONF='openmpi-mca-params.conf' OPAL_DESTRUCTOR_USE_FINI_FALSE='' OPAL_DESTRUCTOR_USE_FINI_TRUE='' OPAL_DYN_LIB_PREFIX='' OPAL_DYN_LIB_SUFFIX='' OPAL_EVENT_HAVE_THREAD_SUPPORT_FALSE='' OPAL_EVENT_HAVE_THREAD_SUPPORT_TRUE='' OPAL_GREEK_VERSION='rc1' OPAL_HAVE_ASM_FILE_FALSE='' OPAL_HAVE_ASM_FILE_TRUE='' OPAL_HAVE_HWLOC_FALSE='' OPAL_HAVE_HWLOC_TRUE='' OPAL_HAVE_JAVA_SUPPORT_FALSE='' OPAL_HAVE_JAVA_SUPPORT_TRUE='' OPAL_HAVE_POSIX_THREADS_FALSE='' OPAL_HAVE_POSIX_THREADS_TRUE='' OPAL_JDK_CPPFLAGS='' OPAL_MAJOR_VERSION='1' OPAL_MAX_DATAREP_STRING='128' OPAL_MAX_ERROR_STRING='256' OPAL_MAX_INFO_KEY='36' OPAL_MAX_INFO_VAL='256' OPAL_MAX_OBJECT_NAME='64' OPAL_MAX_PORT_NAME='1024' OPAL_MAX_PROCESSOR_NAME='256' OPAL_MINOR_VERSION='10' OPAL_PARAM_FROM_PLATFORM='' OPAL_PKG_CONFIG_LDFLAGS='' OPAL_RELEASE_DATE='Unreleased developer copy' OPAL_RELEASE_VERSION='3' OPAL_REPO_REV='v1.10.2-176-g9d45e07' OPAL_TARBALL_VERSION='v1.10.2-176-g9d45e07' OPAL_VERSION='1.10.3rc1' OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_FALSE='' OPAL_WANT_SCRIPT_WRAPPER_COMPILERS_TRUE='#' OPAL_WRAPPER_EXTRA_CFLAGS='' OPAL_WRAPPER_EXTRA_CFLAGS_PREFIX='' OPAL_WRAPPER_EXTRA_CPPFLAGS='' OPAL_WRAPPER_EXTRA_CXXFLAGS='' OPAL_WRAPPER_EXTRA_CXXFLAGS_PREFIX='' OPAL_WRAPPER_EXTRA_INCLUDES='' OPAL_WRAPPER_EXTRA_LDFLAGS='' OPAL_WRAPPER_EXTRA_LIBS='' OPAL_cuda_gdr_support_FALSE='' OPAL_cuda_gdr_support_TRUE='#' OPAL_cuda_get_attributes_FALSE='' OPAL_cuda_get_attributes_TRUE='#' OPAL_cuda_support_41_FALSE='' OPAL_cuda_support_41_TRUE='#' OPAL_cuda_support_FALSE='' OPAL_cuda_support_TRUE='#' OPAL_cuda_sync_memops_FALSE='' OPAL_cuda_sync_memops_TRUE='#' ORTE_DISABLE_FULL_SUPPORT_FALSE='' ORTE_DISABLE_FULL_SUPPORT_TRUE='#' ORTE_GREEK_VERSION='rc1' ORTE_MAJOR_VERSION='1' ORTE_MINOR_VERSION='10' ORTE_PKG_CONFIG_LDFLAGS='' ORTE_RELEASE_DATE='Unreleased developer copy' ORTE_RELEASE_VERSION='3' ORTE_REPO_REV='v1.10.2-176-g9d45e07' ORTE_TARBALL_VERSION='v1.10.2-176-g9d45e07' ORTE_VERSION='1.10.3rc1' ORTE_WRAPPER_EXTRA_CFLAGS='' ORTE_WRAPPER_EXTRA_CFLAGS_PREFIX='' ORTE_WRAPPER_EXTRA_CPPFLAGS='' ORTE_WRAPPER_EXTRA_INCLUDES='' ORTE_WRAPPER_EXTRA_LDFLAGS='' ORTE_WRAPPER_EXTRA_LIBS='' ORTE_WRAPPER_INCLUDEDIR='' ORTE_WRAPPER_LIBDIR='' OSHMEM_BUILD_FORTRAN_BINDINGS_FALSE='' OSHMEM_BUILD_FORTRAN_BINDINGS_TRUE='' OSHMEM_GREEK_VERSION='rc1' OSHMEM_LIBSHMEM_EXTRA_LDFLAGS='' OSHMEM_LIBSHMEM_EXTRA_LIBS='' OSHMEM_MAJOR_VERSION='1' OSHMEM_MINOR_VERSION='10' OSHMEM_PROFILING_FALSE='#' OSHMEM_PROFILING_TRUE='' OSHMEM_RELEASE_DATE='Unreleased developer copy' OSHMEM_RELEASE_VERSION='3' OSHMEM_REPO_REV='v1.10.2-176-g9d45e07' OSHMEM_TARBALL_VERSION='v1.10.2-176-g9d45e07' OSHMEM_VERSION='1.10.3rc1' OTOOL64='' OTOOL='' PACKAGE='openmpi' PACKAGE_BUGREPORT='http://www.open-mpi.org/community/help/' PACKAGE_NAME='Open MPI' PACKAGE_STRING='Open MPI v1.10.2-176-g9d45e07' PACKAGE_TARNAME='openmpi' PACKAGE_URL='' PACKAGE_VERSION='v1.10.2-176-g9d45e07' PATH_SEPARATOR=':' PERL='' PKG_CONFIG='' PROJECT_OMPI_FALSE='#' PROJECT_OMPI_TRUE='' PROJECT_ORTE_FALSE='#' PROJECT_ORTE_TRUE='' PROJECT_OSHMEM_FALSE='#' PROJECT_OSHMEM_TRUE='' QRSH='' RANLIB='' SED='' SET_MAKE='' SHELL='/bin/sh' STRIP='' VERSION='v1.10.2-176-g9d45e07' WANT_FT_CR_FALSE='' WANT_FT_CR_TRUE='#' WANT_FT_FALSE='' WANT_FT_THREAD_FALSE='' WANT_FT_THREAD_TRUE='' WANT_FT_TRUE='#' WANT_INSTALL_HEADERS_FALSE='' WANT_INSTALL_HEADERS_TRUE='#' WANT_PERUSE_FALSE='' WANT_PERUSE_TRUE='#' WANT_PMI2_SUPPORT_FALSE='' WANT_PMI2_SUPPORT_TRUE='' WANT_PMI_SUPPORT_FALSE='' WANT_PMI_SUPPORT_TRUE='' WRAPPER_CC='cc' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_AR='' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_DUMPBIN='' ac_ct_FC='' ac_prefix_program='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCCAS_FALSE='' am__fastdepCCAS_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' atomic_mxm_CFLAGS='' atomic_mxm_CPPFLAGS='' atomic_mxm_LDFLAGS='' atomic_mxm_LIBS='' atomic_ucx_CFLAGS='' atomic_ucx_CPPFLAGS='' atomic_ucx_LDFLAGS='' atomic_ucx_LIBS='' bindir='${exec_prefix}/bin' btl_openib_CFLAGS='' btl_openib_CPPFLAGS='' btl_openib_LDFLAGS='' btl_openib_LIBS='' btl_portals4_CPPFLAGS='' btl_portals4_LDFLAGS='' btl_portals4_LIBS='' btl_scif_CPPFLAGS='' btl_scif_LDFLAGS='' btl_scif_LIBS='' btl_sm_CPPFLAGS='' btl_ugni_CPPFLAGS='' btl_ugni_LDFLAGS='' btl_ugni_LIBS='' btl_vader_CFLAGS='' btl_vader_CPPFLAGS='' btl_vader_LDFLAGS='' btl_vader_LIBS='' build='x86_64-pc-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' coll_fca_CFLAGS='' coll_fca_CPPFLAGS='' coll_fca_HOME='' coll_fca_LDFLAGS='' coll_fca_LIBS='' coll_hcoll_CFLAGS='' coll_hcoll_CPPFLAGS='' coll_hcoll_LDFLAGS='' coll_hcoll_LIBS='' coll_portals4_CPPFLAGS='' coll_portals4_LDFLAGS='' coll_portals4_LIBS='' common_cuda_CPPFLAGS='' common_pmi_CPPFLAGS='' common_pmi_LDFLAGS='' common_pmi_LIBS='' common_ugni_CPPFLAGS='' common_ugni_LDFLAGS='' common_ugni_LIBS='' common_verbs_CFLAGS='' common_verbs_CPPFLAGS='' common_verbs_LDFLAGS='' common_verbs_LIBS='' common_verbs_usnic_CPPFLAGS='' common_verbs_usnic_LDFLAGS='' common_verbs_usnic_LIBS='' datadir='${datarootdir}' datarootdir='${prefix}/share' db_pmi_CPPFLAGS='' db_pmi_LDFLAGS='' db_pmi_LIBS='' db_sqlite_CPPFLAGS='' db_sqlite_LDFLAGS='' db_sqlite_LIBS='' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' ess_lsf_CPPFLAGS='' ess_lsf_LDFLAGS='' ess_lsf_LIBS='' ess_pmi_CPPFLAGS='' ess_pmi_LDFLAGS='' ess_pmi_LIBS='' ess_slurm_CPPFLAGS='' ess_slurm_LDFLAGS='' ess_slurm_LIBS='' ess_tm_CPPFLAGS='' ess_tm_LDFLAGS='' ess_tm_LIBS='' exec_prefix='NONE' fbtl_pvfs2_CPPFLAGS='' fbtl_pvfs2_LDFLAGS='' fbtl_pvfs2_LIBS='' fs_pvfs2_CPPFLAGS='' fs_pvfs2_LDFLAGS='' fs_pvfs2_LIBS='' grpcomm_pmi_CPPFLAGS='' grpcomm_pmi_LDFLAGS='' grpcomm_pmi_LIBS='' host='x86_64-pc-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07/config/install-sh' libdir='/usr/local/openmpi-1.10.3_64_cc/lib64' libexecdir='${exec_prefix}/libexec' libmca_common_cuda_so_version='1:8:0' libmca_common_mx_so_version='' libmca_common_ofacm_so_version='' libmca_common_sm_so_version='4:4:0' libmca_common_ugni_so_version='2:1:2' libmca_common_verbs_so_version='7:0:0' libmca_opal_common_hwloc_so_version='' libmca_opal_common_libfabric_so_version='1:0:0' libmca_opal_common_pmi_so_version='7:0:0' libmpi_cxx_so_version='2:3:1' libmpi_java_so_version='3:0:2' libmpi_mpifh_so_version='12:1:0' libmpi_so_version='12:3:0' libmpi_usempi_ignore_tkr_so_version='7:0:1' libmpi_usempi_tkr_so_version='6:0:1' libmpi_usempif08_so_version='12:1:1' libopen_pal_so_version='13:2:0' libopen_rte_so_version='12:3:0' liboshmem_so_version='9:1:1' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' memory_linux_LIBS='' memory_malloc_solaris_LIBS='' mkdir_p='$(MKDIR_P)' mpool_udreg_CPPFLAGS='' mpool_udreg_LDFLAGS='' mpool_udreg_LIBS='' mtl_mxm_CFLAGS='' mtl_mxm_CPPFLAGS='' mtl_mxm_LDFLAGS='' mtl_mxm_LIBS='' mtl_portals4_CPPFLAGS='' mtl_portals4_LDFLAGS='' mtl_portals4_LIBS='' mtl_psm2_CFLAGS='' mtl_psm2_CPPFLAGS='' mtl_psm2_LDFLAGS='' mtl_psm2_LIBS='' mtl_psm_CFLAGS='' mtl_psm_CPPFLAGS='' mtl_psm_LDFLAGS='' mtl_psm_LIBS='' oldincludedir='/usr/include' ompi_btl_usnic_CPPFLAGS='' ompi_btl_usnic_LDFLAGS='' ompi_btl_usnic_LIBS='' ompi_mtl_ofi_CPPFLAGS='' ompi_mtl_ofi_LDFLAGS='' ompi_mtl_ofi_LIBS='' ompidatadir='' ompiincludedir='' ompilibdir='' opal_datatype_cuda_CPPFLAGS='' opal_dl_dlopen_LIBS='' opal_dl_libltdl_CPPFLAGS='' opal_dl_libltdl_LDFLAGS='' opal_dl_libltdl_LIBS='' opal_event_external_CPPFLAGS='' opal_event_external_LDFLAGS='' opal_event_external_LIBS='' opal_hwloc_external_LDFLAGS='' opal_hwloc_external_LIBS='' opal_hwloc_hwloc191_CFLAGS='' opal_hwloc_hwloc191_CPPFLAGS='' opal_hwloc_hwloc191_LDFLAGS='' opal_hwloc_hwloc191_LIBS='' opal_memchecker_valgrind_CPPFLAGS='' osc_portals4_CPPFLAGS='' osc_portals4_LDFLAGS='' osc_portals4_LIBS='' oshmem_verbs_CFLAGS='' oshmem_verbs_CPPFLAGS='' oshmem_verbs_LDFLAGS='' oshmem_verbs_LIBS='' pdfdir='${docdir}' plm_lsf_CPPFLAGS='' plm_lsf_LDFLAGS='' plm_lsf_LIBS='' plm_slurm_CPPFLAGS='' plm_slurm_LDFLAGS='' plm_slurm_LIBS='' plm_tm_CPPFLAGS='' plm_tm_LDFLAGS='' plm_tm_LIBS='' pml_ucx_CPPFLAGS='' pml_ucx_LDFLAGS='' pml_ucx_LIBS='' pml_yalla_CPPFLAGS='' pml_yalla_LDFLAGS='' pml_yalla_LIBS='' prefix='/usr/local/openmpi-1.10.3_64_cc' program_transform_name='s,x,x,' psdir='${docdir}' pubsub_pmi_CPPFLAGS='' pubsub_pmi_LDFLAGS='' pubsub_pmi_LIBS='' ras_alps_CPPFLAGS='' ras_loadleveler_CPPFLAGS='' ras_loadleveler_LDFLAGS='' ras_loadleveler_LIBS='' ras_lsf_CPPFLAGS='' ras_lsf_LDFLAGS='' ras_lsf_LIBS='' ras_slurm_CPPFLAGS='' ras_slurm_LDFLAGS='' ras_slurm_LIBS='' ras_tm_CPPFLAGS='' ras_tm_LDFLAGS='' ras_tm_LIBS='' sbindir='${exec_prefix}/sbin' scoll_fca_CFLAGS='' scoll_fca_CPPFLAGS='' scoll_fca_HOME='' scoll_fca_LDFLAGS='' scoll_fca_LIBS='' sec_keystone_CPPFLAGS='' sec_keystone_LDFLAGS='' sec_keystone_LIBS='' sharedstatedir='${prefix}/com' spml_ikrit_CFLAGS='' spml_ikrit_CPPFLAGS='' spml_ikrit_LDFLAGS='' spml_ikrit_LIBS='' spml_ucx_CFLAGS='' spml_ucx_CPPFLAGS='' spml_ucx_LDFLAGS='' spml_ucx_LIBS='' sysconfdir='${prefix}/etc' target='x86_64-pc-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='pc' timer_aix_LIBS='' top_ompi_builddir='/export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07-Linux.x86_64.64_cc' top_ompi_srcdir='/export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "Open MPI" #define PACKAGE_TARNAME "openmpi" #define PACKAGE_VERSION "v1.10.2-176-g9d45e07" #define PACKAGE_STRING "Open MPI v1.10.2-176-g9d45e07" #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" #define PACKAGE_URL "" #define OPAL_ARCH "x86_64-pc-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 OMPI_MAJOR_VERSION 1 #define OMPI_MINOR_VERSION 10 #define OMPI_RELEASE_VERSION 3 #define OMPI_GREEK_VERSION "rc1" #define OMPI_REPO_REV "v1.10.2-176-g9d45e07" #define OMPI_TARBALL_VERSION "v1.10.2-176-g9d45e07" #define OMPI_VERSION "3" #define OMPI_RELEASE_DATE "Unreleased developer copy" #define ORTE_MAJOR_VERSION 1 #define ORTE_MINOR_VERSION 10 #define ORTE_RELEASE_VERSION 3 #define ORTE_GREEK_VERSION "rc1" #define ORTE_REPO_REV "v1.10.2-176-g9d45e07" #define ORTE_TARBALL_VERSION "v1.10.2-176-g9d45e07" #define ORTE_VERSION "3" #define ORTE_RELEASE_DATE "Unreleased developer copy" #define OSHMEM_MAJOR_VERSION 1 #define OSHMEM_MINOR_VERSION 10 #define OSHMEM_RELEASE_VERSION 3 #define OSHMEM_GREEK_VERSION "rc1" #define OSHMEM_REPO_REV "v1.10.2-176-g9d45e07" #define OSHMEM_TARBALL_VERSION "v1.10.2-176-g9d45e07" #define OSHMEM_VERSION "3" #define OSHMEM_RELEASE_DATE "Unreleased developer copy" #define OPAL_MAJOR_VERSION 1 #define OPAL_MINOR_VERSION 10 #define OPAL_RELEASE_VERSION 3 #define OPAL_GREEK_VERSION "rc1" #define OPAL_REPO_REV "v1.10.2-176-g9d45e07" #define OPAL_TARBALL_VERSION "v1.10.2-176-g9d45e07" #define OPAL_VERSION "3" #define OPAL_RELEASE_DATE "Unreleased developer copy" #define OPAL_ENABLE_MEM_DEBUG 0 #define OPAL_ENABLE_MEM_PROFILE 0 #define OPAL_ENABLE_DEBUG 1 #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 #define OPAL_ENABLE_PTY_SUPPORT 1 #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 1 #define OPAL_ENABLE_FT 0 #define OPAL_ENABLE_FT_CR 0 #define OPAL_WANT_HOME_CONFIG_FILES 1 #define OPAL_ENABLE_IPV6 0 #define OPAL_PACKAGE_STRING "Open MPI root@loki Distribution" #define OPAL_IDENT_STRING "1.10.3rc1" #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_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_DISABLE_FULL_SUPPORT 0 #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 #define ORTE_ENABLE_SENSORS 0 #define ORTE_ENABLE_STATIC_PORTS 1 #define OMPI_WANT_MPI_INTERFACE_WARNING 1 #define OMPI_GROUP_SPARSE 0 #define OMPI_WANT_PERUSE 0 #define OMPI_WANT_MPI_CXX_SEEK 1 #define MPI_PARAM_CHECK ompi_mpi_param_check #define OMPI_PARAM_CHECK 1 #define OMPI_BUILD_FORTRAN_F08_SUBARRAYS 0 #define OMPI_ENABLE_PROGRESS_THREADS 0 #define OSHMEM_SPEC_COMPAT 1 #define OSHMEM_PARAM_CHECK 0 #define HAVE_ON_EXIT 1 #define OPAL_CC "cc" #define STDC_HEADERS 1 #define _GNU_SOURCE 1 #define OPAL_C_HAVE_BUILTIN_EXPECT 1 #define OPAL_C_HAVE_BUILTIN_PREFETCH 0 #define OPAL_C_HAVE_BUILTIN_CLZ 0 #define OPAL_CC_USE_PRAGMA_IDENT 1 #define OPAL_CC_USE_IDENT 0 #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_LONG_LONG 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_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_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 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_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_NEED_C_BOOL 1 #define SIZEOF__BOOL 1 #define OMPI_ENABLE_MPI_PROFILING 1 #define OPAL_HAVE_WEAK_SYMBOLS 1 #define OPAL_CXX "CC" configure: exit 1
============================================================================ == Configuring Open MPI ============================================================================ *** Startup tests checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... no checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking how to create a ustar tar archive... gnutar checking dependency style of cc... none checking whether make supports nested variables... yes *** Checking versions checking for repo version... v1.10.2-176-g9d45e07 checking Open MPI version... 1.10.3rc1 checking Open MPI release date... Unreleased developer copy checking Open MPI repository version... v1.10.2-176-g9d45e07 checking for repo version... v1.10.2-176-g9d45e07 checking Open MPI Run-Time Environment version... 1.10.3rc1 checking Open MPI Run-Time Environment release date... Unreleased developer copy checking Open MPI Run-Time Environment repository version... v1.10.2-176-g9d45e07 checking for repo version... v1.10.2-176-g9d45e07 checking Open SHMEM version... 1.10.3rc1 checking Open SHMEM release date... Unreleased developer copy checking Open SHMEM repository version... v1.10.2-176-g9d45e07 checking for repo version... v1.10.2-176-g9d45e07 checking Open Portable Access Layer version... 1.10.3rc1 checking Open Portable Access Layer release date... Unreleased developer copy checking Open Portable Access Layer repository version... v1.10.2-176-g9d45e07 checking for bootstrap Autoconf version... 2.69 checking for bootstrap Automake version... 1.12 checking for boostrap Libtool version... 2.4.2 *** Initialization, setup configure: builddir: /export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07-Linux.x86_64.64_cc configure: srcdir: /export2/src/openmpi-1.10.3/openmpi-v1.10.2-176-g9d45e07 configure: Detected VPATH build installing to directory "/usr/local/openmpi-1.10.3_64_cc" *** OPAL Configuration options checking if want to run code coverage... no checking if want to compile with branch probabilities... no checking if want to debug memory usage... no checking if want to profile memory usage... no checking if want developer-level compiler pickyness... no checking if want developer-level debugging code... yes checking if want to install project-internal header files... no checking if want pretty-print stacktrace... yes checking if want pty support... yes checking if want weak symbol support... yes checking if want dlopen support... yes checking if want heterogeneous support... yes checking if want IPv6 support... no checking if want package/brand string... Open MPI root@loki Distribution checking if want ident string... 1.10.3rc1 checking if want to use an alternative checksum algo for messages... no checking maximum length of processor name... 256 checking maximum length of error string... 256 checking maximum length of object name... 64 checking maximum length of info key... 36 checking maximum length of info val... 256 checking maximum length of port name... 1024 checking maximum length of datarep string... 128 checking if want getpwuid support... yes checking __NetBSD__... no checking __FreeBSD__... no checking __OpenBSD__... no checking __DragonFly__... no checking __386BSD__... no checking __bsdi__... no checking __APPLE__... no checking __linux__... yes checking __sun__... no checking __sun... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking for struct sockaddr_in... yes checking if --with-cuda is set... not set (--with-cuda=) checking for struct CUipcMemHandle_st.reserved... no checking whether CU_POINTER_ATTRIBUTE_SYNC_MEMOPS is declared... no checking whether cuPointerGetAttributes is declared... no checking if have cuda support... no *** ORTE Configuration options checking if want full RTE support... yes checking if want orterun "--prefix" behavior to be enabled by default... no checking if want sensors... no checking if want orte static ports... yes *** OMPI Configuration options checking if want compile-time warnings inside of mpi.h... yes checking if want sparse process groups... no checking if want peruse support... no checking if want Fortran MPI bindings... yes (all/default) checking if want PMPI... yes checking if want C++ bindings... yes checking if want MPI::SEEK_SET support... yes checking if want run-time MPI parameter checking... runtime checking which 'use mpi_f08' implementation to use... regular (no subarray support) *** OSHMEM Configuration options checking if want oshmem... yes checking if want SGI/Quadrics compatibility mode... yes checking if want OSHMEM API parameter checking... never checking for on_exit... yes checking if want pshmem... yes checking if want to build OSHMEM fortran bindings... yes checking if want wrapper compiler rpath support... yes ============================================================================ == Compiler and preprocessor tests ============================================================================ *** C compiler and preprocessor checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) no checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking whether cc understands -c and -o together... yes checking for cc option to accept ISO C99... none needed checking for the C compiler vendor... sun checking for ANSI C header files... (cached) yes configure: WARNING: -g has been added to CFLAGS (--enable-debug) checking if cc supports __builtin_expect... yes checking if cc supports __builtin_prefetch... no checking if cc supports __builtin_clz... no checking for C optimization flags... -m64 -mt -g checking for Interix environment... no checking for C ident string support... #pragma ident checking for int8_t... yes checking for uint8_t... yes checking for int16_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int64_t... yes checking for uint64_t... yes checking for int128_t... no checking for uint128_t... no checking for long long... yes checking for __float128... no checking for long double... yes checking complex.h usability... yes checking complex.h presence... yes checking for complex.h... yes checking for float _Complex... yes checking for double _Complex... yes checking for long double _Complex... yes checking for intptr_t... yes checking for uintptr_t... yes checking for mode_t... yes checking for ssize_t... yes checking for ptrdiff_t... yes checking size of char... 1 checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of float... 4 checking size of double... 8 checking size of long double... 16 checking size of float _Complex... 8 checking size of double _Complex... 16 checking size of long double _Complex... 32 checking size of void *... 8 checking size of size_t... 8 checking size of ssize_t... 8 checking size of ptrdiff_t... 8 checking size of wchar_t... 4 checking alignment of _Bool... 1 checking alignment of int8_t... 1 checking alignment of int16_t... 2 checking alignment of int32_t... 4 checking alignment of int64_t... 8 checking alignment of char... 1 checking alignment of short... 2 checking alignment of wchar_t... 4 checking alignment of int... 4 checking alignment of long... 8 checking alignment of long long... 8 checking alignment of float... 4 checking alignment of double... 8 checking alignment of long double... 16 checking alignment of float _Complex... 4 checking alignment of double _Complex... 8 checking alignment of long double _Complex... 16 checking alignment of void *... 8 checking alignment of size_t... 8 checking for C bool type... no checking size of _Bool... 1 checking for weak symbol support... yes checking for weak symbol support... yes checking for functional offsetof macro... yes *** OpenSHMEM profiling checking if pshmem will be enabled... yes (weak symbols supported) *** C++ compiler and preprocessor checking whether we are using the GNU C++ compiler... no checking whether CC accepts -g... yes checking dependency style of CC... none checking how to run the C++ preprocessor... cpp checking for the C++ compiler vendor... unknown configure: WARNING: -g has been added to CXXFLAGS (--enable-debug) checking if C and C++ are link compatible... no ********************************************************************** * It appears that your C++ compiler is unable to link against object * files created by your C compiler. This generally indicates either * a conflict between the options specified in CFLAGS and CXXFLAGS * or a problem with the local compiler installation. More * information (including exactly what command was given to the * compilers and what error resulted when the commands were executed) is * available in the config.log file in this directory. ********************************************************************** configure: error: C and C++ compilers are not link compatible. Can not continue.