Created
January 31, 2015 13:56
-
-
Save bertwesarg/0833dd47af181a5d304b to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by Open MPI configure 1.8.4, which was | |
| generated by GNU Autoconf 2.69. Invocation command line was | |
| $ ../configure --prefix=/home/wesarg/opt/openmpi-1.8.4 --disable-vt --disable-libompitrace --enable-mem-debug --enable-mem-profile --enable-debug --enable-pretty-print-stacktrace --enable-orterun-prefix-by-default --enable-wrapper-rpath --enable-builtin-atomics --with-mpi-param-check=always --with-oshmem-param-check=always | |
| ## --------- ## | |
| ## Platform. ## | |
| ## --------- ## | |
| hostname = tudtug | |
| uname -m = x86_64 | |
| uname -r = 3.16.0-14-generic | |
| uname -s = Linux | |
| uname -v = #20+mst SMP Fri Sep 12 21:35:11 CEST 2014 | |
| /usr/bin/uname -p = unknown | |
| /bin/uname -X = unknown | |
| /bin/arch = unknown | |
| /usr/bin/arch -k = unknown | |
| /usr/convex/getsysinfo = unknown | |
| /usr/bin/hostinfo = unknown | |
| /bin/machine = unknown | |
| /usr/bin/oslevel = unknown | |
| /bin/universe = unknown | |
| PATH: /home/wesarg/opt/openmpi-1.5.3-dbg/bin | |
| PATH: /home/wesarg/bin | |
| PATH: /usr/lib/lightdm/lightdm | |
| PATH: /usr/local/sbin | |
| PATH: /usr/local/bin | |
| PATH: /usr/sbin | |
| PATH: /usr/bin | |
| PATH: /sbin | |
| PATH: /bin | |
| PATH: /usr/games | |
| ## ----------- ## | |
| ## Core tests. ## | |
| ## ----------- ## | |
| configure:5347: checking build system type | |
| configure:5361: result: x86_64-unknown-linux-gnu | |
| configure:5381: checking host system type | |
| configure:5394: result: x86_64-unknown-linux-gnu | |
| configure:5414: checking target system type | |
| configure:5427: result: x86_64-unknown-linux-gnu | |
| configure:5553: checking for gcc | |
| configure:5569: found /home/wesarg/bin/gcc | |
| configure:5580: result: gcc | |
| configure:5809: checking for C compiler version | |
| configure:5818: gcc --version >&5 | |
| gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 | |
| Copyright (C) 2011 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| configure:5829: $? = 0 | |
| configure:5818: gcc -v >&5 | |
| Using built-in specs. | |
| COLLECT_GCC=/usr/bin/gcc | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper | |
| Target: x86_64-linux-gnu | |
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
| Thread model: posix | |
| gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) | |
| configure:5829: $? = 0 | |
| configure:5818: gcc -V >&5 | |
| gcc: error: unrecognized option '-V' | |
| gcc: fatal error: no input files | |
| compilation terminated. | |
| configure:5829: $? = 4 | |
| configure:5818: gcc -qversion >&5 | |
| gcc: error: unrecognized option '-qversion' | |
| gcc: fatal error: no input files | |
| compilation terminated. | |
| configure:5829: $? = 4 | |
| configure:5849: checking whether the C compiler works | |
| configure:5871: gcc conftest.c >&5 | |
| configure:5875: $? = 0 | |
| configure:5923: result: yes | |
| configure:5926: checking for C compiler default output file name | |
| configure:5928: result: a.out | |
| configure:5934: checking for suffix of executables | |
| configure:5941: gcc -o conftest conftest.c >&5 | |
| configure:5945: $? = 0 | |
| configure:5967: result: | |
| configure:5989: checking whether we are cross compiling | |
| configure:5997: gcc -o conftest conftest.c >&5 | |
| configure:6001: $? = 0 | |
| configure:6008: ./conftest | |
| configure:6012: $? = 0 | |
| configure:6027: result: no | |
| configure:6032: checking for suffix of object files | |
| configure:6054: gcc -c conftest.c >&5 | |
| configure:6058: $? = 0 | |
| configure:6079: result: o | |
| configure:6083: checking whether we are using the GNU C compiler | |
| configure:6102: gcc -c conftest.c >&5 | |
| configure:6102: $? = 0 | |
| configure:6111: result: yes | |
| configure:6120: checking whether gcc accepts -g | |
| configure:6140: gcc -c -g conftest.c >&5 | |
| configure:6140: $? = 0 | |
| configure:6181: result: yes | |
| configure:6198: checking for gcc option to accept ISO C89 | |
| configure:6261: gcc -c -g -O2 conftest.c >&5 | |
| configure:6261: $? = 0 | |
| configure:6274: result: none needed | |
| configure:6300: checking how to run the C preprocessor | |
| configure:6331: gcc -E conftest.c | |
| configure:6331: $? = 0 | |
| configure:6345: gcc -E conftest.c | |
| conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory | |
| compilation terminated. | |
| configure:6345: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:6370: result: gcc -E | |
| configure:6390: gcc -E conftest.c | |
| configure:6390: $? = 0 | |
| configure:6404: gcc -E conftest.c | |
| conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory | |
| compilation terminated. | |
| configure:6404: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:6433: checking for grep that handles long lines and -e | |
| configure:6491: result: /home/wesarg/bin/grep | |
| configure:6496: checking for egrep | |
| configure:6558: result: /home/wesarg/bin/grep -E | |
| configure:6563: checking for ANSI C header files | |
| configure:6583: gcc -c -g -O2 conftest.c >&5 | |
| configure:6583: $? = 0 | |
| configure:6656: gcc -o conftest -g -O2 conftest.c >&5 | |
| configure:6656: $? = 0 | |
| configure:6656: ./conftest | |
| configure:6656: $? = 0 | |
| configure:6667: result: yes | |
| configure:6680: checking for sys/types.h | |
| configure:6680: gcc -c -g -O2 conftest.c >&5 | |
| configure:6680: $? = 0 | |
| configure:6680: result: yes | |
| configure:6680: checking for sys/stat.h | |
| configure:6680: gcc -c -g -O2 conftest.c >&5 | |
| configure:6680: $? = 0 | |
| configure:6680: result: yes | |
| configure:6680: checking for stdlib.h | |
| configure:6680: gcc -c -g -O2 conftest.c >&5 | |
| configure:6680: $? = 0 | |
| configure:6680: result: yes | |
| configure:6680: checking for string.h | |
| configure:6680: gcc -c -g -O2 conftest.c >&5 | |
| configure:6680: $? = 0 | |
| configure:6680: result: yes | |
| configure:6680: checking for memory.h | |
| configure:6680: gcc -c -g -O2 conftest.c >&5 | |
| configure:6680: $? = 0 | |
| configure:6680: result: yes | |
| configure:6680: checking for strings.h | |
| configure:6680: gcc -c -g -O2 conftest.c >&5 | |
| configure:6680: $? = 0 | |
| configure:6680: result: yes | |
| configure:6680: checking for inttypes.h | |
| configure:6680: gcc -c -g -O2 conftest.c >&5 | |
| configure:6680: $? = 0 | |
| configure:6680: result: yes | |
| configure:6680: checking for stdint.h | |
| configure:6680: gcc -c -g -O2 conftest.c >&5 | |
| configure:6680: $? = 0 | |
| configure:6680: result: yes | |
| configure:6680: checking for unistd.h | |
| configure:6680: gcc -c -g -O2 conftest.c >&5 | |
| configure:6680: $? = 0 | |
| configure:6680: result: yes | |
| configure:6693: checking minix/config.h usability | |
| configure:6693: gcc -c -g -O2 conftest.c >&5 | |
| conftest.c:53:10: fatal error: clang: 'minix/config.h' file not found | |
| #include <minix/config.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:53:26: fatal error: minix/config.h: No such file or directory | |
| compilation terminated. | |
| configure:6693: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <minix/config.h> | |
| configure:6693: result: no | |
| configure:6693: checking minix/config.h presence | |
| configure:6693: gcc -E conftest.c | |
| conftest.c:20:26: fatal error: minix/config.h: No such file or directory | |
| compilation terminated. | |
| configure:6693: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <minix/config.h> | |
| configure:6693: result: no | |
| configure:6693: checking for minix/config.h | |
| configure:6693: result: no | |
| configure:6714: checking whether it is safe to define __EXTENSIONS__ | |
| configure:6732: gcc -c -g -O2 conftest.c >&5 | |
| configure:6732: $? = 0 | |
| configure:6739: result: yes | |
| configure:6800: checking for a BSD-compatible install | |
| configure:6868: result: /usr/bin/install -c | |
| configure:6879: checking whether build environment is sane | |
| configure:6934: result: yes | |
| configure:7085: checking for a thread-safe mkdir -p | |
| configure:7124: result: /bin/mkdir -p | |
| configure:7131: checking for gawk | |
| configure:7147: found /usr/bin/gawk | |
| configure:7158: result: gawk | |
| configure:7169: checking whether make sets $(MAKE) | |
| configure:7191: result: yes | |
| configure:7221: checking for style of include used by make | |
| configure:7249: result: GNU | |
| configure:7326: checking how to create a ustar tar archive | |
| configure:7339: tar --version | |
| tar (GNU tar) 1.26 | |
| Copyright (C) 2011 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:7342: $? = 0 | |
| configure:7382: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | |
| configure:7385: $? = 0 | |
| configure:7389: tar -xf - <conftest.tar | |
| configure:7392: $? = 0 | |
| configure:7405: result: gnutar | |
| configure:7413: checking dependency style of gcc | |
| configure:7524: result: gcc3 | |
| configure:7556: checking whether make supports nested variables | |
| configure:7573: result: yes | |
| configure:7626: checking for repo version | |
| configure:7647: result: v1.8.3-330-g0344f04 | |
| configure:7661: checking Open MPI version | |
| configure:7663: result: 1.8.4 | |
| configure:7665: checking Open MPI release date | |
| configure:7667: result: Dec 19, 2014 | |
| configure:7669: checking Open MPI repository version | |
| configure:7671: result: v1.8.3-330-g0344f04 | |
| configure:7751: checking for repo version | |
| configure:7772: result: v1.8.3-330-g0344f04 | |
| configure:7786: checking Open MPI Run-Time Environment version | |
| configure:7788: result: 1.8.4 | |
| configure:7790: checking Open MPI Run-Time Environment release date | |
| configure:7792: result: Dec 19, 2014 | |
| configure:7794: checking Open MPI Run-Time Environment repository version | |
| configure:7796: result: v1.8.3-330-g0344f04 | |
| configure:7876: checking for repo version | |
| configure:7897: result: v1.8.3-330-g0344f04 | |
| configure:7911: checking Open SHMEM version | |
| configure:7913: result: 1.8.4 | |
| configure:7915: checking Open SHMEM release date | |
| configure:7917: result: Dec 19, 2014 | |
| configure:7919: checking Open SHMEM repository version | |
| configure:7921: result: v1.8.3-330-g0344f04 | |
| configure:8001: checking for repo version | |
| configure:8022: result: v1.8.3-330-g0344f04 | |
| configure:8036: checking Open Portable Access Layer version | |
| configure:8038: result: 1.8.4 | |
| configure:8040: checking Open Portable Access Layer release date | |
| configure:8042: result: Dec 19, 2014 | |
| configure:8044: checking Open Portable Access Layer repository version | |
| configure:8046: result: v1.8.3-330-g0344f04 | |
| configure:8125: checking for bootstrap Autoconf version | |
| configure:8128: result: 2.69 | |
| configure:8130: checking for bootstrap Automake version | |
| configure:8132: result: 1.12 | |
| configure:8134: checking for boostrap Libtool version | |
| configure:8137: result: 2.4.2 | |
| configure:8160: builddir: /home/wesarg/Work/OpenMPI/openmpi-1.8.4/_build | |
| configure:8162: srcdir: /home/wesarg/Work/OpenMPI/openmpi-1.8.4 | |
| configure:8165: Detected VPATH build | |
| configure:8400: checking if want to run code coverage | |
| configure:8425: result: no | |
| configure:8435: checking if want to compile with branch probabilities | |
| configure:8447: result: no | |
| configure:8457: checking if want to debug memory usage | |
| configure:8465: result: yes | |
| configure:8489: checking if want to profile memory usage | |
| configure:8497: result: yes | |
| configure:8521: checking if want developer-level compiler pickyness | |
| configure:8533: result: no | |
| configure:8548: checking if want developer-level debugging code | |
| configure:8556: result: yes | |
| configure:8590: checking if want to install project-internal header files | |
| configure:8603: result: no | |
| configure:8621: checking if want pretty-print stacktrace | |
| configure:8633: result: yes | |
| configure:8648: checking if want pty support | |
| configure:8660: result: yes | |
| configure:8675: checking if want weak symbol support | |
| configure:8683: result: yes | |
| configure:8697: checking if want dlopen support | |
| configure:8712: result: yes | |
| configure:8721: checking if want heterogeneous support | |
| configure:8733: result: no | |
| configure:8864: checking if want IPv6 support | |
| configure:8876: result: no | |
| configure:8890: checking if want package/brand string | |
| configure:8906: result: Open MPI wesarg@tudtug Distribution | |
| configure:8912: checking if want ident string | |
| configure:8938: result: 1.8.4 | |
| configure:8945: checking if want to use an alternative checksum algo for messages | |
| configure:8958: result: no | |
| configure:8974: checking maximum length of processor name | |
| configure:9005: result: 256 | |
| configure:9019: checking maximum length of error string | |
| configure:9050: result: 256 | |
| configure:9064: checking maximum length of object name | |
| configure:9095: result: 64 | |
| configure:9109: checking maximum length of info key | |
| configure:9140: result: 36 | |
| configure:9154: checking maximum length of info val | |
| configure:9185: result: 256 | |
| configure:9199: checking maximum length of port name | |
| configure:9230: result: 1024 | |
| configure:9244: checking maximum length of datarep string | |
| configure:9275: result: 128 | |
| configure:9301: checking if want getpwuid support | |
| configure:9313: result: yes | |
| configure:9326: checking __NetBSD__ | |
| configure:9342: gcc -c conftest.c >&5 | |
| conftest.c:79:7: warning: clang: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
| error: this isnt __NetBSD__ | |
| ^~~~~ | |
| conftest.c:79:12: error: expected ';' after top level declarator | |
| error: this isnt __NetBSD__ | |
| ^ | |
| ; | |
| conftest.c:79:14: error: unknown type name 'this' | |
| error: this isnt __NetBSD__ | |
| ^ | |
| conftest.c:79:23: error: expected ';' after top level declarator | |
| error: this isnt __NetBSD__ | |
| ^ | |
| ; | |
| 1 warning and 3 errors generated. | |
| conftest.c:79:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token | |
| configure:9342: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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:9348: result: no | |
| configure:9352: checking __FreeBSD__ | |
| configure:9368: gcc -c conftest.c >&5 | |
| conftest.c:79:7: warning: clang: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
| error: this isnt __FreeBSD__ | |
| ^~~~~ | |
| conftest.c:79:12: error: expected ';' after top level declarator | |
| error: this isnt __FreeBSD__ | |
| ^ | |
| ; | |
| conftest.c:79:14: error: unknown type name 'this' | |
| error: this isnt __FreeBSD__ | |
| ^ | |
| conftest.c:79:23: error: expected ';' after top level declarator | |
| error: this isnt __FreeBSD__ | |
| ^ | |
| ; | |
| 1 warning and 3 errors generated. | |
| conftest.c:79:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token | |
| configure:9368: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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:9374: result: no | |
| configure:9378: checking __OpenBSD__ | |
| configure:9394: gcc -c conftest.c >&5 | |
| conftest.c:79:7: warning: clang: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
| error: this isnt __OpenBSD__ | |
| ^~~~~ | |
| conftest.c:79:12: error: expected ';' after top level declarator | |
| error: this isnt __OpenBSD__ | |
| ^ | |
| ; | |
| conftest.c:79:14: error: unknown type name 'this' | |
| error: this isnt __OpenBSD__ | |
| ^ | |
| conftest.c:79:23: error: expected ';' after top level declarator | |
| error: this isnt __OpenBSD__ | |
| ^ | |
| ; | |
| 1 warning and 3 errors generated. | |
| conftest.c:79:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token | |
| configure:9394: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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:9400: result: no | |
| configure:9404: checking __DragonFly__ | |
| configure:9420: gcc -c conftest.c >&5 | |
| conftest.c:79:7: warning: clang: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
| error: this isnt __DragonFly__ | |
| ^~~~~ | |
| conftest.c:79:12: error: expected ';' after top level declarator | |
| error: this isnt __DragonFly__ | |
| ^ | |
| ; | |
| conftest.c:79:14: error: unknown type name 'this' | |
| error: this isnt __DragonFly__ | |
| ^ | |
| conftest.c:79:23: error: expected ';' after top level declarator | |
| error: this isnt __DragonFly__ | |
| ^ | |
| ; | |
| 1 warning and 3 errors generated. | |
| conftest.c:79:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token | |
| configure:9420: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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:9426: result: no | |
| configure:9430: checking __386BSD__ | |
| configure:9446: gcc -c conftest.c >&5 | |
| conftest.c:79:7: warning: clang: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
| error: this isnt __386BSD__ | |
| ^~~~~ | |
| conftest.c:79:12: error: expected ';' after top level declarator | |
| error: this isnt __386BSD__ | |
| ^ | |
| ; | |
| conftest.c:79:14: error: unknown type name 'this' | |
| error: this isnt __386BSD__ | |
| ^ | |
| conftest.c:79:23: error: expected ';' after top level declarator | |
| error: this isnt __386BSD__ | |
| ^ | |
| ; | |
| 1 warning and 3 errors generated. | |
| conftest.c:79:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token | |
| configure:9446: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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:9452: result: no | |
| configure:9456: checking __bsdi__ | |
| configure:9472: gcc -c conftest.c >&5 | |
| conftest.c:79:7: warning: clang: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
| error: this isnt __bsdi__ | |
| ^~~~~ | |
| conftest.c:79:12: error: expected ';' after top level declarator | |
| error: this isnt __bsdi__ | |
| ^ | |
| ; | |
| conftest.c:79:14: error: unknown type name 'this' | |
| error: this isnt __bsdi__ | |
| ^ | |
| conftest.c:79:23: error: expected ';' after top level declarator | |
| error: this isnt __bsdi__ | |
| ^ | |
| ; | |
| 1 warning and 3 errors generated. | |
| conftest.c:79:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token | |
| configure:9472: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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:9478: result: no | |
| configure:9482: checking __APPLE__ | |
| configure:9498: gcc -c conftest.c >&5 | |
| conftest.c:79:7: warning: clang: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
| error: this isnt __APPLE__ | |
| ^~~~~ | |
| conftest.c:79:12: error: expected ';' after top level declarator | |
| error: this isnt __APPLE__ | |
| ^ | |
| ; | |
| conftest.c:79:14: error: unknown type name 'this' | |
| error: this isnt __APPLE__ | |
| ^ | |
| conftest.c:79:23: error: expected ';' after top level declarator | |
| error: this isnt __APPLE__ | |
| ^ | |
| ; | |
| 1 warning and 3 errors generated. | |
| conftest.c:79:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token | |
| configure:9498: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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:9504: result: no | |
| configure:9508: checking __linux__ | |
| configure:9524: gcc -c conftest.c >&5 | |
| configure:9524: $? = 0 | |
| configure:9530: result: yes | |
| configure:9534: checking __sun__ | |
| configure:9550: gcc -c conftest.c >&5 | |
| conftest.c:79:7: warning: clang: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
| error: this isnt __sun__ | |
| ^~~~~ | |
| conftest.c:79:12: error: expected ';' after top level declarator | |
| error: this isnt __sun__ | |
| ^ | |
| ; | |
| conftest.c:79:14: error: unknown type name 'this' | |
| error: this isnt __sun__ | |
| ^ | |
| conftest.c:79:23: error: expected ';' after top level declarator | |
| error: this isnt __sun__ | |
| ^ | |
| ; | |
| 1 warning and 3 errors generated. | |
| conftest.c:79:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token | |
| configure:9550: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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:9556: result: no | |
| configure:9561: checking __sun | |
| configure:9577: gcc -c conftest.c >&5 | |
| conftest.c:79:7: warning: clang: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
| error: this isnt __sun | |
| ^~~~~ | |
| conftest.c:79:12: error: expected ';' after top level declarator | |
| error: this isnt __sun | |
| ^ | |
| ; | |
| conftest.c:79:14: error: unknown type name 'this' | |
| error: this isnt __sun | |
| ^ | |
| conftest.c:79:23: error: expected ';' after top level declarator | |
| error: this isnt __sun | |
| ^ | |
| ; | |
| 1 warning and 3 errors generated. | |
| conftest.c:79:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token | |
| configure:9577: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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:9583: result: no | |
| configure:9605: checking netdb.h usability | |
| configure:9605: gcc -c conftest.c >&5 | |
| configure:9605: $? = 0 | |
| configure:9605: result: yes | |
| configure:9605: checking netdb.h presence | |
| configure:9605: gcc -E conftest.c | |
| configure:9605: $? = 0 | |
| configure:9605: result: yes | |
| configure:9605: checking for netdb.h | |
| configure:9605: result: yes | |
| configure:9605: checking netinet/in.h usability | |
| configure:9605: gcc -c conftest.c >&5 | |
| configure:9605: $? = 0 | |
| configure:9605: result: yes | |
| configure:9605: checking netinet/in.h presence | |
| configure:9605: gcc -E conftest.c | |
| configure:9605: $? = 0 | |
| configure:9605: result: yes | |
| configure:9605: checking for netinet/in.h | |
| configure:9605: result: yes | |
| configure:9605: checking netinet/tcp.h usability | |
| configure:9605: gcc -c conftest.c >&5 | |
| configure:9605: $? = 0 | |
| configure:9605: result: yes | |
| configure:9605: checking netinet/tcp.h presence | |
| configure:9605: gcc -E conftest.c | |
| configure:9605: $? = 0 | |
| configure:9605: result: yes | |
| configure:9605: checking for netinet/tcp.h | |
| configure:9605: result: yes | |
| configure:9615: checking for struct sockaddr_in | |
| configure:9615: gcc -c conftest.c >&5 | |
| configure:9615: $? = 0 | |
| configure:9615: gcc -c conftest.c >&5 | |
| conftest.c:122:33: error: expected expression | |
| if (sizeof ((struct sockaddr_in))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:122:33: error: expected expression before ')' token | |
| configure:9615: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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:9615: result: yes | |
| configure:9642: checking if --with-cuda is set | |
| configure:9656: result: not set (--with-cuda=) | |
| configure:9762: checking for struct CUipcMemHandle_st.reserved | |
| configure:9762: gcc -c conftest.c >&5 | |
| conftest.c:83:10: fatal error: clang: '/cuda.h' file not found | |
| #include </cuda.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:83:19: fatal error: /cuda.h: No such file or directory | |
| compilation terminated. | |
| configure:9762: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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:9762: gcc -c conftest.c >&5 | |
| conftest.c:83:10: fatal error: clang: '/cuda.h' file not found | |
| #include </cuda.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:83:19: fatal error: /cuda.h: No such file or directory | |
| compilation terminated. | |
| configure:9762: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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:9762: result: no | |
| configure:9821: checking whether CU_POINTER_ATTRIBUTE_SYNC_MEMOPS is declared | |
| configure:9821: gcc -c conftest.c >&5 | |
| conftest.c:83:10: fatal error: clang: '/cuda.h' file not found | |
| #include </cuda.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:83:19: fatal error: /cuda.h: No such file or directory | |
| compilation terminated. | |
| configure:9821: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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:9821: result: no | |
| configure:9847: gcc -c conftest.c >&5 | |
| conftest.c:83:10: fatal error: clang: '/cuda.h' file not found | |
| #include </cuda.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:83:19: fatal error: /cuda.h: No such file or directory | |
| compilation terminated. | |
| configure:9847: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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:9854: checking if have cuda support | |
| configure:9863: result: no | |
| configure:9933: checking if want full RTE support | |
| configure:9952: result: yes | |
| configure:9974: checking if want orterun "--prefix" behavior to be enabled by default | |
| configure:9990: result: yes | |
| configure:10010: checking if want sensors | |
| configure:10022: result: no | |
| configure:10032: checking if want orte static ports | |
| configure:10044: result: yes | |
| configure:10066: checking if want compile-time warnings inside of mpi.h | |
| configure:10074: result: yes | |
| configure:10092: checking if want sparse process groups | |
| configure:10104: result: no | |
| configure:10119: checking if want peruse support | |
| configure:10131: result: no | |
| configure:10152: checking if want Fortran MPI bindings | |
| configure:10163: result: yes (all/default) | |
| configure:10235: checking if want PMPI | |
| configure:10243: result: yes | |
| configure:10260: checking if want C++ bindings | |
| configure:10268: result: yes | |
| configure:10277: checking if want MPI::SEEK_SET support | |
| configure:10285: result: yes | |
| configure:10304: checking if want run-time MPI parameter checking | |
| configure:10323: result: always | |
| configure:10356: checking which 'use mpi_f08' implementation to use | |
| configure:10378: result: regular (no subarray support) | |
| configure:10403: checking if want oshmem | |
| configure:10430: result: yes | |
| configure:10442: checking if want SGI/Quadrics compatibility mode | |
| configure:10450: result: yes | |
| configure:10469: checking if want OSHMEM API parameter checking | |
| configure:10488: result: always | |
| configure:10516: checking for on_exit | |
| configure:10516: gcc -o conftest conftest.c >&5 | |
| configure:10516: $? = 0 | |
| configure:10516: result: yes | |
| configure:10535: checking if want pshmem | |
| configure:10538: result: yes | |
| configure:10560: checking if want to build OSHMEM fortran bindings | |
| configure:10581: result: yes | |
| configure:10813: checking if want wrapper compiler rpath support | |
| configure:10823: result: yes | |
| configure:10958: checking for gcc | |
| configure:10985: result: gcc | |
| configure:11214: checking for C compiler version | |
| configure:11223: gcc --version >&5 | |
| gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 | |
| Copyright (C) 2011 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| configure:11234: $? = 0 | |
| configure:11223: gcc -v >&5 | |
| Using built-in specs. | |
| COLLECT_GCC=/usr/bin/gcc | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper | |
| Target: x86_64-linux-gnu | |
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
| Thread model: posix | |
| gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) | |
| configure:11234: $? = 0 | |
| configure:11223: gcc -V >&5 | |
| gcc: error: unrecognized option '-V' | |
| gcc: fatal error: no input files | |
| compilation terminated. | |
| configure:11234: $? = 4 | |
| configure:11223: gcc -qversion >&5 | |
| gcc: error: unrecognized option '-qversion' | |
| gcc: fatal error: no input files | |
| compilation terminated. | |
| configure:11234: $? = 4 | |
| configure:11238: checking whether we are using the GNU C compiler | |
| configure:11266: result: yes | |
| configure:11275: checking whether gcc accepts -g | |
| configure:11336: result: yes | |
| configure:11353: checking for gcc option to accept ISO C89 | |
| configure:11429: result: none needed | |
| configure:11558: checking whether gcc and cc understand -c and -o together | |
| configure:11589: gcc -c conftest.c -o conftest2.o >&5 | |
| configure:11593: $? = 0 | |
| configure:11599: gcc -c conftest.c -o conftest2.o >&5 | |
| configure:11603: $? = 0 | |
| configure:11614: cc -c conftest.c >&5 | |
| configure:11618: $? = 0 | |
| configure:11626: cc -c conftest.c -o conftest2.o >&5 | |
| configure:11630: $? = 0 | |
| configure:11636: cc -c conftest.c -o conftest2.o >&5 | |
| configure:11640: $? = 0 | |
| configure:11658: result: yes | |
| configure:11698: checking for gcc option to accept ISO C99 | |
| configure:11847: gcc -c conftest.c >&5 | |
| conftest.c:153:29: error: expected ';', ',' or ')' before 'text' | |
| conftest.c: In function 'main': | |
| conftest.c:207:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' | |
| conftest.c:207:18: error: 'newvar' undeclared (first use in this function) | |
| conftest.c:207:18: note: each undeclared identifier is reported only once for each function it appears in | |
| conftest.c:217:3: error: 'for' loop initial declarations are only allowed in C99 mode | |
| conftest.c:217:3: note: use option -std=c99 or -std=gnu99 to compile your code | |
| configure:11847: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | /* end confdefs.h. */ | |
| | #include <stdarg.h> | |
| | #include <stdbool.h> | |
| | #include <stdlib.h> | |
| | #include <wchar.h> | |
| | #include <stdio.h> | |
| | | |
| | // Check varargs macros. These examples are taken from C99 6.10.3.5. | |
| | #define debug(...) fprintf (stderr, __VA_ARGS__) | |
| | #define showlist(...) puts (#__VA_ARGS__) | |
| | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | |
| | static void | |
| | test_varargs_macros (void) | |
| | { | |
| | int x = 1234; | |
| | int y = 5678; | |
| | debug ("Flag"); | |
| | debug ("X = %d\n", x); | |
| | showlist (The first, second, and third items.); | |
| | report (x>y, "x is %d but y is %d", x, y); | |
| | } | |
| | | |
| | // Check long long types. | |
| | #define BIG64 18446744073709551615ull | |
| | #define BIG32 4294967295ul | |
| | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | |
| | #if !BIG_OK | |
| | your preprocessor is broken; | |
| | #endif | |
| | #if BIG_OK | |
| | #else | |
| | your preprocessor is broken; | |
| | #endif | |
| | static long long int bignum = -9223372036854775807LL; | |
| | static unsigned long long int ubignum = BIG64; | |
| | | |
| | struct incomplete_array | |
| | { | |
| | int datasize; | |
| | double data[]; | |
| | }; | |
| | | |
| | struct named_init { | |
| | int number; | |
| | const wchar_t *name; | |
| | double average; | |
| | }; | |
| | | |
| | typedef const char *ccp; | |
| | | |
| | static inline int | |
| | test_restrict (ccp restrict text) | |
| | { | |
| | // See if C++-style comments work. | |
| | // Iterate through items via the restricted pointer. | |
| | // Also check for declarations in for loops. | |
| | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | |
| | continue; | |
| | return 0; | |
| | } | |
| | | |
| | // Check varargs and va_copy. | |
| | static void | |
| | test_varargs (const char *format, ...) | |
| | { | |
| | va_list args; | |
| | va_start (args, format); | |
| | va_list args_copy; | |
| | va_copy (args_copy, args); | |
| | | |
| | const char *str; | |
| | int number; | |
| | float fnumber; | |
| | | |
| | while (*format) | |
| | { | |
| | switch (*format++) | |
| | { | |
| | case 's': // string | |
| | str = va_arg (args_copy, const char *); | |
| | break; | |
| | case 'd': // int | |
| | number = va_arg (args_copy, int); | |
| | break; | |
| | case 'f': // float | |
| | fnumber = va_arg (args_copy, double); | |
| | break; | |
| | default: | |
| | break; | |
| | } | |
| | } | |
| | va_end (args_copy); | |
| | va_end (args); | |
| | } | |
| | | |
| | int | |
| | main () | |
| | { | |
| | | |
| | // Check bool. | |
| | _Bool success = false; | |
| | | |
| | // Check restrict. | |
| | if (test_restrict ("String literal") == 0) | |
| | success = true; | |
| | char *restrict newvar = "Another string"; | |
| | | |
| | // Check varargs. | |
| | test_varargs ("s, d' f .", "string", 65, 34.234); | |
| | test_varargs_macros (); | |
| | | |
| | // Check flexible array members. | |
| | struct incomplete_array *ia = | |
| | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | |
| | ia->datasize = 10; | |
| | for (int i = 0; i < ia->datasize; ++i) | |
| | ia->data[i] = i * 1.234; | |
| | | |
| | // Check named initializers. | |
| | struct named_init ni = { | |
| | .number = 34, | |
| | .name = L"Test wide string", | |
| | .average = 543.34343, | |
| | }; | |
| | | |
| | ni.number = 58; | |
| | | |
| | int dynamic_array[ni.number]; | |
| | dynamic_array[ni.number - 1] = 543; | |
| | | |
| | // work around unused variable warnings | |
| | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | |
| | || dynamic_array[ni.number - 1] != 543); | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:11847: gcc -std=gnu99 -c conftest.c >&5 | |
| configure:11847: $? = 0 | |
| configure:11867: result: -std=gnu99 | |
| configure:11886: checking for the C compiler vendor | |
| configure:11915: gcc -std=gnu99 -c conftest.c >&5 | |
| conftest.c:105:2: error: "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" | |
| #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" | |
| ^ | |
| conftest.c:106:1: error: unknown type name 'choke' | |
| choke me | |
| ^ | |
| conftest.c:106:9: error: expected ';' after top level declarator | |
| choke me | |
| ^ | |
| ; | |
| 3 errors generated. | |
| conftest.c:105:2: error: #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" | |
| conftest.c:106:1: error: unknown type name 'choke' | |
| conftest.c:106:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input | |
| configure:11915: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | /* end confdefs.h. */ | |
| | | |
| | #if !( defined(__INTEL_COMPILER) || defined(__ICC) ) | |
| | #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" | |
| | choke me | |
| | #endif | |
| configure:11932: gcc -std=gnu99 -c conftest.c >&5 | |
| configure:11932: $? = 0 | |
| configure:12454: result: gnu | |
| configure:12462: checking for ANSI C header files | |
| configure:12566: result: yes | |
| configure:13068: WARNING: -g has been added to CFLAGS (--enable-debug) | |
| configure:13246: checking if gcc -std=gnu99 supports -finline-functions | |
| configure:13262: gcc -std=gnu99 -c -g -finline-functions conftest.c >&5 | |
| configure:13262: $? = 0 | |
| configure:13269: result: yes | |
| configure:13279: checking if gcc -std=gnu99 supports -fno-strict-aliasing | |
| configure:13295: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:13295: $? = 0 | |
| configure:13302: result: yes | |
| configure:13390: WARNING: -fno-strict-aliasing has been added to CFLAGS | |
| configure:13528: checking if gcc -std=gnu99 supports __builtin_expect | |
| configure:13545: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:13545: $? = 0 | |
| configure:13553: result: yes | |
| configure:13567: checking if gcc -std=gnu99 supports __builtin_prefetch | |
| configure:13584: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:13584: $? = 0 | |
| configure:13592: result: yes | |
| configure:13606: checking if gcc -std=gnu99 supports __builtin_clz | |
| configure:13623: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:13623: $? = 0 | |
| configure:13631: result: yes | |
| configure:13709: checking for C optimization flags | |
| configure:13756: result: -g -finline-functions -fno-strict-aliasing | |
| configure:13775: checking for Interix environment | |
| configure:13790: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:113:22: error: Normal Unix environment | |
| #error Normal Unix environment | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:113:22: error: #error Normal Unix environment | |
| configure:13790: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | int | |
| | main () | |
| | { | |
| | #if !defined(__INTERIX) | |
| | #error Normal Unix environment | |
| | #endif | |
| | ; | |
| | return 0; | |
| | } | |
| configure:13796: result: no | |
| configure:13830: checking for C ident string support | |
| configure:13858: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -c conftest.c -o conftest.o | |
| conftest.c:2:9: warning: clang: unknown pragma ignored [-Wunknown-pragmas] | |
| #pragma ident IDENT_MSG | |
| ^ | |
| conftest.c:4:14: warning: clang: unused parameter 'argc' [-Wunused-parameter] | |
| int main(int argc, char** argv) { return 0; } | |
| ^ | |
| conftest.c:4:27: warning: clang: unused parameter 'argv' [-Wunused-parameter] | |
| int main(int argc, char** argv) { return 0; } | |
| ^ | |
| 3 warnings generated. | |
| configure:13865: $? = 0 | |
| configure:13901: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -c conftest.c -o conftest.o | |
| conftest.c:4:14: warning: clang: unused parameter 'argc' [-Wunused-parameter] | |
| int main(int argc, char** argv) { return 0; } | |
| ^ | |
| conftest.c:4:27: warning: clang: unused parameter 'argv' [-Wunused-parameter] | |
| int main(int argc, char** argv) { return 0; } | |
| ^ | |
| 2 warnings generated. | |
| configure:13908: $? = 0 | |
| configure:14783: result: #ident | |
| configure:14793: checking for int8_t | |
| configure:14793: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14793: $? = 0 | |
| configure:14793: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:148:21: error: expected expression | |
| if (sizeof ((int8_t))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:148:21: error: expected expression before ')' token | |
| configure:14793: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((int8_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14793: result: yes | |
| configure:14803: checking for uint8_t | |
| configure:14803: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14803: $? = 0 | |
| configure:14803: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:149:22: error: expected expression | |
| if (sizeof ((uint8_t))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:149:22: error: expected expression before ')' token | |
| configure:14803: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((uint8_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14803: result: yes | |
| configure:14813: checking for int16_t | |
| configure:14813: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14813: $? = 0 | |
| configure:14813: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:150:22: error: expected expression | |
| if (sizeof ((int16_t))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:150:22: error: expected expression before ')' token | |
| configure:14813: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((int16_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14813: result: yes | |
| configure:14823: checking for uint16_t | |
| configure:14823: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14823: $? = 0 | |
| configure:14823: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:151:23: error: expected expression | |
| if (sizeof ((uint16_t))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:151:23: error: expected expression before ')' token | |
| configure:14823: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((uint16_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14823: result: yes | |
| configure:14833: checking for int32_t | |
| configure:14833: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14833: $? = 0 | |
| configure:14833: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:152:22: error: expected expression | |
| if (sizeof ((int32_t))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:152:22: error: expected expression before ')' token | |
| configure:14833: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((int32_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14833: result: yes | |
| configure:14843: checking for uint32_t | |
| configure:14843: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14843: $? = 0 | |
| configure:14843: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:153:23: error: expected expression | |
| if (sizeof ((uint32_t))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:153:23: error: expected expression before ')' token | |
| configure:14843: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((uint32_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14843: result: yes | |
| configure:14853: checking for int64_t | |
| configure:14853: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14853: $? = 0 | |
| configure:14853: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:154:22: error: expected expression | |
| if (sizeof ((int64_t))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:154:22: error: expected expression before ')' token | |
| configure:14853: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((int64_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14853: result: yes | |
| configure:14863: checking for uint64_t | |
| configure:14863: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14863: $? = 0 | |
| configure:14863: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:155:23: error: expected expression | |
| if (sizeof ((uint64_t))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:155:23: error: expected expression before ')' token | |
| configure:14863: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((uint64_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14863: result: yes | |
| configure:14873: checking for int128_t | |
| configure:14873: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:156:13: error: use of undeclared identifier 'int128_t' | |
| if (sizeof (int128_t)) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:156:13: error: 'int128_t' undeclared (first use in this function) | |
| conftest.c:156:13: note: each undeclared identifier is reported only once for each function it appears in | |
| configure:14873: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof (int128_t)) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14873: result: no | |
| configure:14883: checking for uint128_t | |
| configure:14883: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:156:13: error: use of undeclared identifier 'uint128_t' | |
| if (sizeof (uint128_t)) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:156:13: error: 'uint128_t' undeclared (first use in this function) | |
| conftest.c:156:13: note: each undeclared identifier is reported only once for each function it appears in | |
| configure:14883: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof (uint128_t)) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14883: result: no | |
| configure:14893: checking for long long | |
| configure:14893: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14893: $? = 0 | |
| configure:14893: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:156:24: error: expected expression | |
| if (sizeof ((long long))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:156:24: error: expected expression before ')' token | |
| configure:14893: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((long long))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14893: result: yes | |
| configure:14904: checking for __float128 | |
| configure:14904: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:157:13: error: use of undeclared identifier '__float128' | |
| if (sizeof (__float128)) | |
| ^ | |
| 1 error generated. | |
| configure:14904: $? = 0 | |
| configure:14904: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:157:14: error: use of undeclared identifier '__float128' | |
| if (sizeof ((__float128))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:157:25: error: expected expression before ')' token | |
| configure:14904: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_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:14904: result: yes | |
| configure:14914: checking for long double | |
| configure:14914: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14914: $? = 0 | |
| configure:14914: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:158:26: error: expected expression | |
| if (sizeof ((long double))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:158:26: error: expected expression before ')' token | |
| configure:14914: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((long double))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14914: result: yes | |
| configure:14928: checking complex.h usability | |
| configure:14928: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14928: $? = 0 | |
| configure:14928: result: yes | |
| configure:14928: checking complex.h presence | |
| configure:14928: gcc -E conftest.c | |
| configure:14928: $? = 0 | |
| configure:14928: result: yes | |
| configure:14928: checking for complex.h | |
| configure:14928: result: yes | |
| configure:14938: checking for float _Complex | |
| configure:14938: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14938: $? = 0 | |
| configure:14938: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:160:29: error: expected expression | |
| if (sizeof ((float _Complex))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:160:29: error: expected expression before ')' token | |
| configure:14938: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((float _Complex))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14938: result: yes | |
| configure:14948: checking for double _Complex | |
| configure:14948: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14948: $? = 0 | |
| configure:14948: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:161:30: error: expected expression | |
| if (sizeof ((double _Complex))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:161:30: error: expected expression before ')' token | |
| configure:14948: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((double _Complex))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14948: result: yes | |
| configure:14958: checking for long double _Complex | |
| configure:14958: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14958: $? = 0 | |
| configure:14958: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:162:35: error: expected expression | |
| if (sizeof ((long double _Complex))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:162:35: error: expected expression before ')' token | |
| configure:14958: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((long double _Complex))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14958: result: yes | |
| configure:14969: checking for intptr_t | |
| configure:14969: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14969: $? = 0 | |
| configure:14969: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:163:23: error: expected expression | |
| if (sizeof ((intptr_t))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:163:23: error: expected expression before ')' token | |
| configure:14969: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((intptr_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14969: result: yes | |
| configure:14979: checking for uintptr_t | |
| configure:14979: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14979: $? = 0 | |
| configure:14979: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:164:24: error: expected expression | |
| if (sizeof ((uintptr_t))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:164:24: error: expected expression before ')' token | |
| configure:14979: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((uintptr_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14979: result: yes | |
| configure:14989: checking for mode_t | |
| configure:14989: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14989: $? = 0 | |
| configure:14989: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:165:21: error: expected expression | |
| if (sizeof ((mode_t))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:165:21: error: expected expression before ')' token | |
| configure:14989: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((mode_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14989: result: yes | |
| configure:14999: checking for ssize_t | |
| configure:14999: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:14999: $? = 0 | |
| configure:14999: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:166:22: error: expected expression | |
| if (sizeof ((ssize_t))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:166:22: error: expected expression before ')' token | |
| configure:14999: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((ssize_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:14999: result: yes | |
| configure:15009: checking for ptrdiff_t | |
| configure:15009: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15009: $? = 0 | |
| configure:15009: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:167:24: error: expected expression | |
| if (sizeof ((ptrdiff_t))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:167:24: error: expected expression before ')' token | |
| configure:15009: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((ptrdiff_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:15009: result: yes | |
| configure:15028: checking size of char | |
| configure:15033: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15033: $? = 0 | |
| configure:15033: ./conftest | |
| configure:15033: $? = 0 | |
| configure:15047: result: 1 | |
| configure:15061: checking size of short | |
| configure:15066: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15066: $? = 0 | |
| configure:15066: ./conftest | |
| configure:15066: $? = 0 | |
| configure:15080: result: 2 | |
| configure:15094: checking size of int | |
| configure:15099: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15099: $? = 0 | |
| configure:15099: ./conftest | |
| configure:15099: $? = 0 | |
| configure:15113: result: 4 | |
| configure:15127: checking size of long | |
| configure:15132: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15132: $? = 0 | |
| configure:15132: ./conftest | |
| configure:15132: $? = 0 | |
| configure:15146: result: 8 | |
| configure:15161: checking size of long long | |
| configure:15166: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15166: $? = 0 | |
| configure:15166: ./conftest | |
| configure:15166: $? = 0 | |
| configure:15180: result: 8 | |
| configure:15195: checking size of float | |
| configure:15200: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15200: $? = 0 | |
| configure:15200: ./conftest | |
| configure:15200: $? = 0 | |
| configure:15214: result: 4 | |
| configure:15228: checking size of double | |
| configure:15233: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15233: $? = 0 | |
| configure:15233: ./conftest | |
| configure:15233: $? = 0 | |
| configure:15247: result: 8 | |
| configure:15262: checking size of long double | |
| configure:15267: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15267: $? = 0 | |
| configure:15267: ./conftest | |
| configure:15267: $? = 0 | |
| configure:15281: result: 16 | |
| configure:15297: checking size of __float128 | |
| configure:15302: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15302: $? = 0 | |
| configure:15302: ./conftest | |
| configure:15302: $? = 0 | |
| configure:15316: result: 16 | |
| configure:15334: checking size of float _Complex | |
| configure:15339: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15339: $? = 0 | |
| configure:15339: ./conftest | |
| configure:15339: $? = 0 | |
| configure:15353: result: 8 | |
| configure:15369: checking size of double _Complex | |
| configure:15374: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15374: $? = 0 | |
| configure:15374: ./conftest | |
| configure:15374: $? = 0 | |
| configure:15388: result: 16 | |
| configure:15404: checking size of long double _Complex | |
| configure:15409: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15409: $? = 0 | |
| configure:15409: ./conftest | |
| configure:15409: $? = 0 | |
| configure:15423: result: 32 | |
| configure:15439: checking size of void * | |
| configure:15444: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15444: $? = 0 | |
| configure:15444: ./conftest | |
| configure:15444: $? = 0 | |
| configure:15458: result: 8 | |
| configure:15472: checking size of size_t | |
| configure:15477: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15477: $? = 0 | |
| configure:15477: ./conftest | |
| configure:15477: $? = 0 | |
| configure:15491: result: 8 | |
| configure:15506: checking size of ssize_t | |
| configure:15511: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15511: $? = 0 | |
| configure:15511: ./conftest | |
| configure:15511: $? = 0 | |
| configure:15525: result: 8 | |
| configure:15541: checking size of ptrdiff_t | |
| configure:15546: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15546: $? = 0 | |
| configure:15546: ./conftest | |
| configure:15546: $? = 0 | |
| configure:15560: result: 8 | |
| configure:15575: checking size of wchar_t | |
| configure:15580: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15580: $? = 0 | |
| configure:15580: ./conftest | |
| configure:15580: $? = 0 | |
| configure:15594: result: 4 | |
| configure:15611: checking alignment of _Bool | |
| configure:15656: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15656: $? = 0 | |
| configure:15656: ./conftest | |
| configure:15656: $? = 0 | |
| configure:15670: result: 1 | |
| configure:15682: checking alignment of int8_t | |
| configure:15727: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15727: $? = 0 | |
| configure:15727: ./conftest | |
| configure:15727: $? = 0 | |
| configure:15741: result: 1 | |
| configure:15753: checking alignment of int16_t | |
| configure:15798: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15798: $? = 0 | |
| configure:15798: ./conftest | |
| configure:15798: $? = 0 | |
| configure:15812: result: 2 | |
| configure:15824: checking alignment of int32_t | |
| configure:15869: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15869: $? = 0 | |
| configure:15869: ./conftest | |
| configure:15869: $? = 0 | |
| configure:15883: result: 4 | |
| configure:15895: checking alignment of int64_t | |
| configure:15940: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:15940: $? = 0 | |
| configure:15940: ./conftest | |
| configure:15940: $? = 0 | |
| configure:15954: result: 8 | |
| configure:16039: checking alignment of char | |
| configure:16084: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:16084: $? = 0 | |
| configure:16084: ./conftest | |
| configure:16084: $? = 0 | |
| configure:16098: result: 1 | |
| configure:16110: checking alignment of short | |
| configure:16155: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:16155: $? = 0 | |
| configure:16155: ./conftest | |
| configure:16155: $? = 0 | |
| configure:16169: result: 2 | |
| configure:16181: checking alignment of wchar_t | |
| configure:16226: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:16226: $? = 0 | |
| configure:16226: ./conftest | |
| configure:16226: $? = 0 | |
| configure:16240: result: 4 | |
| configure:16252: checking alignment of int | |
| configure:16297: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:16297: $? = 0 | |
| configure:16297: ./conftest | |
| configure:16297: $? = 0 | |
| configure:16311: result: 4 | |
| configure:16323: checking alignment of long | |
| configure:16368: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:16368: $? = 0 | |
| configure:16368: ./conftest | |
| configure:16368: $? = 0 | |
| configure:16382: result: 8 | |
| configure:16395: checking alignment of long long | |
| configure:16440: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:16440: $? = 0 | |
| configure:16440: ./conftest | |
| configure:16440: $? = 0 | |
| configure:16454: result: 8 | |
| configure:16467: checking alignment of float | |
| configure:16512: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:16512: $? = 0 | |
| configure:16512: ./conftest | |
| configure:16512: $? = 0 | |
| configure:16526: result: 4 | |
| configure:16538: checking alignment of double | |
| configure:16583: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:16583: $? = 0 | |
| configure:16583: ./conftest | |
| configure:16583: $? = 0 | |
| configure:16597: result: 8 | |
| configure:16610: checking alignment of long double | |
| configure:16655: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:16655: $? = 0 | |
| configure:16655: ./conftest | |
| configure:16655: $? = 0 | |
| configure:16669: result: 16 | |
| configure:16683: checking alignment of __float128 | |
| configure:16728: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:16728: $? = 0 | |
| configure:16728: ./conftest | |
| configure:16728: $? = 0 | |
| configure:16742: result: 16 | |
| configure:16760: checking alignment of float _Complex | |
| configure:16805: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:16805: $? = 0 | |
| configure:16805: ./conftest | |
| configure:16805: $? = 0 | |
| configure:16819: result: 4 | |
| configure:16833: checking alignment of double _Complex | |
| configure:16878: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:16878: $? = 0 | |
| configure:16878: ./conftest | |
| configure:16878: $? = 0 | |
| configure:16892: result: 8 | |
| configure:16906: checking alignment of long double _Complex | |
| configure:16951: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:16951: $? = 0 | |
| configure:16951: ./conftest | |
| configure:16951: $? = 0 | |
| configure:16965: result: 16 | |
| configure:16979: checking alignment of void * | |
| configure:17024: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:17024: $? = 0 | |
| configure:17024: ./conftest | |
| configure:17024: $? = 0 | |
| configure:17038: result: 8 | |
| configure:17050: checking alignment of size_t | |
| configure:17095: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:17095: $? = 0 | |
| configure:17095: ./conftest | |
| configure:17095: $? = 0 | |
| configure:17109: result: 8 | |
| configure:17163: checking for C bool type | |
| configure:17177: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:206:1: error: use of undeclared identifier 'bool' | |
| bool bar, foo = true; bar = foo; | |
| ^ | |
| conftest.c:206:23: error: use of undeclared identifier 'bar' | |
| bool bar, foo = true; bar = foo; | |
| ^ | |
| conftest.c:206:29: error: use of undeclared identifier 'foo'; did you mean 'for'? | |
| bool bar, foo = true; bar = foo; | |
| ^ | |
| 3 errors generated. | |
| conftest.c: In function 'main': | |
| conftest.c:206:1: error: unknown type name 'bool' | |
| conftest.c:206:17: error: 'true' undeclared (first use in this function) | |
| conftest.c:206:17: note: each undeclared identifier is reported only once for each function it appears in | |
| configure:17177: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | /* 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:17188: result: no | |
| configure:17194: checking size of _Bool | |
| configure:17199: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:17199: $? = 0 | |
| configure:17199: ./conftest | |
| configure:17199: $? = 0 | |
| configure:17213: result: 1 | |
| configure:17307: checking for inline | |
| configure:17323: gcc -std=gnu99 -c -g -Werror -ansi conftest.c >&5 | |
| conftest.c:173:8: error: unknown type name 'inline' | |
| static inline foo_t static_foo () {return 0; } | |
| ^ | |
| conftest.c:173:20: error: expected ';' after top level declarator | |
| static inline foo_t static_foo () {return 0; } | |
| ^ | |
| ; | |
| 2 errors generated. | |
| conftest.c:173:1: error: unknown type name 'inline' | |
| conftest.c:173:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'static_foo' | |
| conftest.c:174:1: error: unknown type name 'inline' | |
| conftest.c:174:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'foo' | |
| configure:17323: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | /* end confdefs.h. */ | |
| | #ifndef __cplusplus | |
| | typedef int foo_t; | |
| | static inline foo_t static_foo () {return 0; } | |
| | inline foo_t foo () {return 0; } | |
| | #endif | |
| | | |
| configure:17323: gcc -std=gnu99 -c -g -Werror -ansi conftest.c >&5 | |
| conftest.c:173:25: error: unused function 'static_foo' [-Werror,-Wunused-function] | |
| static __inline__ foo_t static_foo () {return 0; } | |
| ^ | |
| 1 error generated. | |
| configure:17323: $? = 0 | |
| configure:17331: result: __inline__ | |
| configure:17355: checking for C/C++ restrict keyword | |
| configure:17380: gcc -std=gnu99 -c -g -Werror -ansi conftest.c >&5 | |
| configure:17380: $? = 0 | |
| configure:17388: result: __restrict | |
| configure:17403: checking for weak symbol support | |
| configure:17434: gcc -std=gnu99 -g -Werror -ansi -c conftest_weak.c | |
| configure:17441: $? = 0 | |
| configure:17451: gcc -std=gnu99 -g -Werror -ansi conftest.c conftest_weak.o -o conftest | |
| configure:17458: $? = 0 | |
| configure:17484: result: yes | |
| configure:17494: checking for weak symbol support | |
| configure:17531: gcc -std=gnu99 -g -Werror -ansi -c conftest_weak.c | |
| configure:17538: $? = 0 | |
| configure:17548: gcc -std=gnu99 -g -Werror -ansi conftest.c conftest_weak.o -o conftest | |
| configure:17555: $? = 0 | |
| configure:17581: result: yes | |
| configure:17733: checking for functional offsetof macro | |
| configure:17746: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:179:32: warning: clang: unused variable 'offset' [-Wunused-variable] | |
| struct foo {int a, b;}; size_t offset = offsetof(struct foo, b); | |
| ^ | |
| 1 warning generated. | |
| configure:17746: $? = 0 | |
| configure:17781: result: yes | |
| configure:17864: checking if pshmem will be enabled | |
| configure:17873: result: yes (weak symbols supported) | |
| configure:18032: checking for g++ | |
| configure:18048: found /home/wesarg/bin/g++ | |
| configure:18059: result: g++ | |
| configure:18086: checking for C++ compiler version | |
| configure:18095: g++ --version >&5 | |
| g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 | |
| Copyright (C) 2011 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| configure:18106: $? = 0 | |
| configure:18095: g++ -v >&5 | |
| Using built-in specs. | |
| COLLECT_GCC=/usr/bin/g++ | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper | |
| Target: x86_64-linux-gnu | |
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
| Thread model: posix | |
| gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) | |
| configure:18106: $? = 0 | |
| configure:18095: g++ -V >&5 | |
| g++: error: unrecognized option '-V' | |
| g++: fatal error: no input files | |
| compilation terminated. | |
| configure:18106: $? = 4 | |
| configure:18095: g++ -qversion >&5 | |
| g++: error: unrecognized option '-qversion' | |
| g++: fatal error: no input files | |
| compilation terminated. | |
| configure:18106: $? = 4 | |
| configure:18110: checking whether we are using the GNU C++ compiler | |
| configure:18129: g++ -c conftest.cpp >&5 | |
| configure:18129: $? = 0 | |
| configure:18138: result: yes | |
| configure:18147: checking whether g++ accepts -g | |
| configure:18167: g++ -c -g conftest.cpp >&5 | |
| configure:18167: $? = 0 | |
| configure:18208: result: yes | |
| configure:18233: checking dependency style of g++ | |
| configure:18344: result: gcc3 | |
| configure:18364: checking how to run the C++ preprocessor | |
| configure:18391: g++ -E conftest.cpp | |
| configure:18391: $? = 0 | |
| configure:18405: g++ -E conftest.cpp | |
| conftest.cpp:177:28: fatal error: ac_nonexistent.h: No such file or directory | |
| compilation terminated. | |
| configure:18405: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:18430: result: g++ -E | |
| configure:18450: g++ -E conftest.cpp | |
| configure:18450: $? = 0 | |
| configure:18464: g++ -E conftest.cpp | |
| conftest.cpp:177:28: fatal error: ac_nonexistent.h: No such file or directory | |
| compilation terminated. | |
| configure:18464: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:18681: checking for the C++ compiler vendor | |
| configure:18710: g++ -c conftest.cpp >&5 | |
| conftest.cpp:180:2: error: "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" | |
| #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" | |
| ^ | |
| conftest.cpp:181:1: error: unknown type name 'choke' | |
| choke me | |
| ^ | |
| conftest.cpp:181:9: error: expected ';' after top level declarator | |
| choke me | |
| ^ | |
| ; | |
| 3 errors generated. | |
| conftest.cpp:180:2: error: #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" | |
| conftest.cpp:181:1: error: 'choke' does not name a type | |
| configure:18710: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | /* end confdefs.h. */ | |
| | | |
| | #if !( defined(__INTEL_COMPILER) || defined(__ICC) ) | |
| | #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" | |
| | choke me | |
| | #endif | |
| configure:18727: g++ -c conftest.cpp >&5 | |
| configure:18727: $? = 0 | |
| configure:19249: result: gnu | |
| configure:19437: WARNING: -g has been added to CXXFLAGS (--enable-debug) | |
| configure:19622: checking if g++ supports -finline-functions | |
| configure:19638: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:19638: $? = 0 | |
| configure:19645: result: yes | |
| configure:19739: WARNING: -finline-functions has been added to CXXFLAGS | |
| configure:19750: checking if C and C++ are link compatible | |
| configure:19775: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest_c.c | |
| configure:19782: $? = 0 | |
| configure:19813: g++ -o conftest -g -finline-functions conftest.cpp conftest_c.o >&5 | |
| configure:19813: $? = 0 | |
| configure:19839: result: yes | |
| configure:19934: checking for C++ optimization flags | |
| configure:19936: result: -g -finline-functions | |
| configure:19951: checking size of bool | |
| configure:19956: g++ -o conftest -g -finline-functions conftest.cpp >&5 | |
| configure:19956: $? = 0 | |
| configure:19956: ./conftest | |
| configure:19956: $? = 0 | |
| configure:19970: result: 1 | |
| configure:19981: checking alignment of bool | |
| configure:20026: g++ -o conftest -g -finline-functions conftest.cpp >&5 | |
| configure:20026: $? = 0 | |
| configure:20026: ./conftest | |
| configure:20026: $? = 0 | |
| configure:20040: result: 1 | |
| configure:20213: checking for C++ compiler version | |
| configure:20222: g++ --version >&5 | |
| g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 | |
| Copyright (C) 2011 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| configure:20233: $? = 0 | |
| configure:20222: g++ -v >&5 | |
| Using built-in specs. | |
| COLLECT_GCC=/usr/bin/g++ | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper | |
| Target: x86_64-linux-gnu | |
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
| Thread model: posix | |
| gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) | |
| configure:20233: $? = 0 | |
| configure:20222: g++ -V >&5 | |
| g++: error: unrecognized option '-V' | |
| g++: fatal error: no input files | |
| compilation terminated. | |
| configure:20233: $? = 4 | |
| configure:20222: g++ -qversion >&5 | |
| g++: error: unrecognized option '-qversion' | |
| g++: fatal error: no input files | |
| compilation terminated. | |
| configure:20233: $? = 4 | |
| configure:20237: checking whether we are using the GNU C++ compiler | |
| configure:20265: result: yes | |
| configure:20274: checking whether g++ accepts -g | |
| configure:20335: result: yes | |
| configure:20360: checking dependency style of g++ | |
| configure:20471: result: gcc3 | |
| configure:20491: checking how to run the C++ preprocessor | |
| configure:20557: result: g++ -E | |
| configure:20577: g++ -E conftest.cpp | |
| configure:20577: $? = 0 | |
| configure:20591: g++ -E conftest.cpp | |
| conftest.cpp:180:28: fatal error: ac_nonexistent.h: No such file or directory | |
| compilation terminated. | |
| configure:20591: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | /* end confdefs.h. */ | |
| | #include <ac_nonexistent.h> | |
| configure:20816: checking if C++ compiler works | |
| configure:20860: g++ -o conftest -g -finline-functions conftest.cpp >&5 | |
| configure:20860: $? = 0 | |
| configure:20860: ./conftest | |
| configure:20860: $? = 0 | |
| configure:20876: result: yes | |
| configure:21082: WARNING: -g has been added to CXXFLAGS (--enable-debug) | |
| configure:21264: checking if g++ supports -finline-functions | |
| configure:21280: g++ -c -g -finline-functions -finline-functions conftest.cpp >&5 | |
| configure:21280: $? = 0 | |
| configure:21287: result: yes | |
| configure:21381: WARNING: -finline-functions has been added to CXXFLAGS | |
| configure:21392: checking if C and C++ are link compatible | |
| configure:21481: result: yes | |
| configure:21576: checking for C++ optimization flags | |
| configure:21578: result: -g -finline-functions | |
| configure:21593: checking size of bool | |
| configure:21612: result: 1 | |
| configure:21623: checking alignment of bool | |
| configure:21682: result: 1 | |
| configure:21712: checking if able to build the MPI C++ bindings | |
| configure:21715: result: yes | |
| configure:21731: checking for the C++ compiler vendor | |
| configure:22299: result: gnu | |
| configure:22338: checking if want C++ exception handling | |
| configure:22354: result: no | |
| configure:22858: checking for C++ template_repository_directory | |
| configure:22922: g++ -g -finline-functions -c conftest1.C | |
| configure:22932: g++ -g -finline-functions -c conftest2.C | |
| configure:22987: result: not used | |
| configure:23008: checking for C++ compiler template parameters | |
| configure:23016: result: none needed | |
| configure:23025: checking for C++ ident string support | |
| configure:23053: g++ -g -finline-functions -c conftest.cc -o conftest.o | |
| conftest.cc:2:9: warning: unknown pragma ignored [-Wunknown-pragmas] | |
| #pragma ident IDENT_MSG | |
| ^ | |
| conftest.cc:4:14: warning: unused parameter 'argc' [-Wunused-parameter] | |
| int main(int argc, char** argv) { return 0; } | |
| ^ | |
| conftest.cc:4:27: warning: unused parameter 'argv' [-Wunused-parameter] | |
| int main(int argc, char** argv) { return 0; } | |
| ^ | |
| 3 warnings generated. | |
| configure:23060: $? = 0 | |
| configure:23096: g++ -g -finline-functions -c conftest.cc -o conftest.o | |
| conftest.cc:4:14: warning: unused parameter 'argc' [-Wunused-parameter] | |
| int main(int argc, char** argv) { return 0; } | |
| ^ | |
| conftest.cc:4:27: warning: unused parameter 'argv' [-Wunused-parameter] | |
| int main(int argc, char** argv) { return 0; } | |
| ^ | |
| 2 warnings generated. | |
| configure:23103: $? = 0 | |
| configure:23978: result: #ident | |
| configure:24036: checking if g++ supports __builtin_expect | |
| configure:24053: g++ -o conftest -g -finline-functions conftest.cpp >&5 | |
| configure:24053: $? = 0 | |
| configure:24061: result: yes | |
| configure:24082: checking if g++ supports __builtin_prefetch | |
| configure:24099: g++ -o conftest -g -finline-functions conftest.cpp >&5 | |
| configure:24099: $? = 0 | |
| configure:24107: result: yes | |
| configure:24206: checking if g++ supports const_cast<> properly | |
| configure:24225: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:24225: $? = 0 | |
| configure:24232: result: yes | |
| configure:24304: checking for __attribute__ | |
| configure:24328: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:24328: $? = 0 | |
| configure:24353: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:24353: $? = 0 | |
| configure:24401: result: yes | |
| configure:24405: checking for __attribute__(aligned) | |
| configure:24425: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:24425: $? = 0 | |
| configure:24477: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:24477: $? = 0 | |
| configure:24567: result: yes | |
| configure:24579: checking for __attribute__(always_inline) | |
| configure:24599: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:24599: $? = 0 | |
| configure:24651: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:24651: $? = 0 | |
| configure:24741: result: yes | |
| configure:24750: checking for __attribute__(cold) | |
| configure:24773: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:24773: $? = 0 | |
| configure:24828: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:24828: $? = 0 | |
| configure:24918: result: yes | |
| configure:24927: checking for __attribute__(const) | |
| configure:24950: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:24950: $? = 0 | |
| configure:25005: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:25005: $? = 0 | |
| configure:25095: result: yes | |
| configure:25104: checking for __attribute__(deprecated) | |
| configure:25127: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:25127: $? = 0 | |
| configure:25182: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:25182: $? = 0 | |
| configure:25272: result: yes | |
| configure:25281: checking for __attribute__(deprecated_argument) | |
| configure:25304: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:25304: $? = 0 | |
| configure:25359: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:25359: $? = 0 | |
| configure:25449: result: yes | |
| configure:25468: checking for __attribute__(format) | |
| configure:25490: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:25490: $? = 0 | |
| configure:25544: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:25544: $? = 0 | |
| configure:25616: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing -Wall conftest.c >&5 | |
| conftest.c:198:51: warning: clang: format specifies type 'int' but the argument has type 'int *' [-Wformat] | |
| return this_printf (*argument, "%d", argument); /* This should produce a format warning */ | |
| ~~ ^~~~~~~~ | |
| 1 warning generated. | |
| conftest.c: In function 'usage': | |
| conftest.c:198:14: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int *' [-Wformat] | |
| configure:25616: $? = 0 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | static int usage (int * argument); | |
| | extern int this_printf (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); | |
| | | |
| | static int usage (int * argument) { | |
| | return this_printf (*argument, "%d", argument); /* This should produce a format warning */ | |
| | } | |
| | /* The autoconf-generated main-function is int main(), which produces a warning by itself */ | |
| | int main(void); | |
| | | |
| | int | |
| | main () | |
| | { | |
| | | |
| | int i=4711; | |
| | i=usage(&i); | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:25652: result: yes | |
| configure:25671: checking for __attribute__(format_funcptr) | |
| configure:25693: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:25693: $? = 0 | |
| configure:25747: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:25747: $? = 0 | |
| configure:25819: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing -Wall conftest.c >&5 | |
| conftest.c: In function 'usage': | |
| conftest.c:198:14: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int *' [-Wformat] | |
| configure:25819: $? = 0 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | static int usage (int * argument); | |
| | extern int (*this_printf) (int arg1, const char *my_format, ...) __attribute__ ((__format__ (__printf__, 2, 3))); | |
| | | |
| | static int usage (int * argument) { | |
| | return (*this_printf) (*argument, "%d", argument); /* This should produce a format warning */ | |
| | } | |
| | /* The autoconf-generated main-function is int main(), which produces a warning by itself */ | |
| | int main(void); | |
| | | |
| | int | |
| | main () | |
| | { | |
| | | |
| | int i=4711; | |
| | i=usage(&i); | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:25855: result: yes | |
| configure:25864: checking for __attribute__(hot) | |
| configure:25887: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:25887: $? = 0 | |
| configure:25942: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:25942: $? = 0 | |
| configure:26032: result: yes | |
| configure:26041: checking for __attribute__(malloc) | |
| configure:26067: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:26067: $? = 0 | |
| configure:26125: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:26125: $? = 0 | |
| configure:26215: result: yes | |
| configure:26230: checking for __attribute__(may_alias) | |
| configure:26250: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:26250: $? = 0 | |
| configure:26302: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:26302: $? = 0 | |
| configure:26392: result: yes | |
| configure:26402: checking for __attribute__(no_instrument_function) | |
| configure:26422: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:26422: $? = 0 | |
| configure:26474: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:26474: $? = 0 | |
| configure:26564: result: yes | |
| configure:26574: checking for __attribute__(noinline) | |
| configure:26599: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:197:21: warning: clang: unused function 'bar' [-Wunused-function] | |
| static int bar(int arg1, int arg2) { return arg1 * arg2 + arg1; } | |
| ^ | |
| 1 warning generated. | |
| configure:26599: $? = 0 | |
| configure:26656: g++ -c -g -finline-functions conftest.cpp >&5 | |
| conftest.cpp:199:21: warning: unused function 'bar' [-Wunused-function] | |
| static int bar(int arg1, int arg2) { return arg1 * arg2 + arg1; } | |
| ^ | |
| 1 warning generated. | |
| configure:26656: $? = 0 | |
| configure:26746: result: yes | |
| configure:26770: checking for __attribute__(nonnull) | |
| configure:26793: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:26793: $? = 0 | |
| configure:26848: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:26848: $? = 0 | |
| configure:26922: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing -Wall conftest.c >&5 | |
| conftest.c:199:40: warning: clang: null passed to a callee which requires a non-null argument [-Wnonnull] | |
| return square( ((void*)0) ); /* This should produce an argument must be nonnull warning */ | |
| ~~~~~~~~~~ ^ | |
| conftest.c:198:33: warning: clang: unused parameter 'argument' [-Wunused-parameter] | |
| static int usage(int * argument) { | |
| ^ | |
| 2 warnings generated. | |
| conftest.c: In function 'usage': | |
| conftest.c:199:14: warning: null argument where non-null required (argument 1) [-Wnonnull] | |
| configure:26922: $? = 0 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | static int usage(int * argument); | |
| | int square(int * argument) __attribute__ ((__nonnull__)); | |
| | int square(int * argument) { return (*argument) * (*argument); } | |
| | | |
| | static int usage(int * argument) { | |
| | return square( ((void*)0) ); /* This should produce an argument must be nonnull warning */ | |
| | } | |
| | /* The autoconf-generated main-function is int main(), which produces a warning by itself */ | |
| | int main(void); | |
| | | |
| | int | |
| | main () | |
| | { | |
| | | |
| | int i=4711; | |
| | i=usage(&i); | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:26958: result: yes | |
| configure:26968: checking for __attribute__(noreturn) | |
| configure:26997: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:26997: $? = 0 | |
| configure:27058: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:27058: $? = 0 | |
| configure:27148: result: yes | |
| configure:27158: checking for __attribute__(noreturn_funcptr) | |
| configure:27187: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:27187: $? = 0 | |
| configure:27248: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:27248: $? = 0 | |
| configure:27338: result: yes | |
| configure:27348: checking for __attribute__(packed) | |
| configure:27373: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:27373: $? = 0 | |
| configure:27430: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:27430: $? = 0 | |
| configure:27520: result: yes | |
| configure:27529: checking for __attribute__(pure) | |
| configure:27552: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:27552: $? = 0 | |
| configure:27607: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:27607: $? = 0 | |
| configure:27697: result: yes | |
| configure:27723: checking for __attribute__(sentinel) | |
| configure:27745: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:27745: $? = 0 | |
| configure:27799: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:27799: $? = 0 | |
| configure:27873: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing -Wall conftest.c >&5 | |
| conftest.c:199:78: warning: clang: missing sentinel in function call [-Wsentinel] | |
| return my_execlp ("lala", "/home/there", last_arg_should_be_null); /* This should produce a warning */ | |
| ^ | |
| , (void*) 0 | |
| conftest.c:195:14: note: clang: function has been explicitly marked sentinel here | |
| int my_execlp(const char * file, const char *arg, ...) __attribute__ ((__sentinel__)); | |
| ^ | |
| 1 warning generated. | |
| conftest.c: In function 'usage': | |
| conftest.c:199:14: warning: missing sentinel in function call [-Wformat] | |
| configure:27873: $? = 0 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | static int usage(int * argument); | |
| | int my_execlp(const char * file, const char *arg, ...) __attribute__ ((__sentinel__)); | |
| | | |
| | static int usage(int * argument) { | |
| | void * last_arg_should_be_null = argument; | |
| | return my_execlp ("lala", "/home/there", last_arg_should_be_null); /* This should produce a warning */ | |
| | } | |
| | /* The autoconf-generated main-function is int main(), which produces a warning by itself */ | |
| | int main(void); | |
| | | |
| | int | |
| | main () | |
| | { | |
| | | |
| | int i=4711; | |
| | i=usage(&i); | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:27909: result: yes | |
| configure:27918: checking for __attribute__(unused) | |
| configure:27941: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:195:25: warning: clang: unused parameter 'arg1' [-Wunused-parameter] | |
| int square(int arg1, int arg2) { return arg2; } | |
| ^ | |
| 1 warning generated. | |
| configure:27941: $? = 0 | |
| configure:27996: g++ -c -g -finline-functions conftest.cpp >&5 | |
| conftest.cpp:197:25: warning: unused parameter 'arg1' [-Wunused-parameter] | |
| int square(int arg1, int arg2) { return arg2; } | |
| ^ | |
| 1 warning generated. | |
| configure:27996: $? = 0 | |
| configure:28086: result: yes | |
| configure:28099: checking for __attribute__(visibility) | |
| configure:28121: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:28121: $? = 0 | |
| configure:28175: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:28175: $? = 0 | |
| configure:28265: result: yes | |
| configure:28290: checking for __attribute__(warn_unused_result) | |
| configure:28313: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:28313: $? = 0 | |
| configure:28368: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:28368: $? = 0 | |
| configure:28446: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing -Wall conftest.c >&5 | |
| conftest.c:199:12: warning: clang: ignoring return value of function declared with warn_unused_result attribute [-Wunused-result] | |
| foo (*argument); /* Should produce an unused result warning */ | |
| ^~~ ~~~~~~~~~ | |
| 1 warning generated. | |
| conftest.c: In function 'usage': | |
| conftest.c:199:16: warning: ignoring return value of 'foo', declared with attribute warn_unused_result [-Wunused-result] | |
| configure:28446: $? = 0 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | static int usage(int * argument); | |
| | int foo(int arg) __attribute__ ((__warn_unused_result__)); | |
| | | |
| | int foo(int arg) { return arg + 3; } | |
| | static int usage(int * argument) { | |
| | foo (*argument); /* Should produce an unused result warning */ | |
| | return 0; | |
| | } | |
| | | |
| | /* The autoconf-generated main-function is int main(), which produces a warning by itself */ | |
| | int main(void); | |
| | | |
| | int | |
| | main () | |
| | { | |
| | | |
| | int i=4711; | |
| | i=usage(&i); | |
| | | |
| | ; | |
| | return 0; | |
| | } | |
| configure:28482: result: yes | |
| configure:28492: checking for __attribute__(weak_alias) | |
| configure:28516: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:28516: $? = 0 | |
| configure:28572: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:28572: $? = 0 | |
| configure:28662: result: yes | |
| configure:28671: checking for __attribute__(destructor) | |
| configure:28694: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:28694: $? = 0 | |
| configure:28749: g++ -c -g -finline-functions conftest.cpp >&5 | |
| configure:28749: $? = 0 | |
| configure:28839: result: yes | |
| configure:28974: checking for compiler familyid | |
| configure:29004: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing -I/home/wesarg/Work/OpenMPI/openmpi-1.8.4/opal/include/opal conftest.c >&5 | |
| configure:29004: $? = 0 | |
| configure:29004: ./conftest | |
| configure:29004: $? = 0 | |
| configure:29020: result: 1 | |
| configure:29030: checking for compiler familyname | |
| configure:29060: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing -I/home/wesarg/Work/OpenMPI/openmpi-1.8.4/opal/include/opal conftest.c >&5 | |
| configure:29060: $? = 0 | |
| configure:29060: ./conftest | |
| configure:29060: $? = 0 | |
| configure:29076: result: GNU | |
| configure:29086: checking for compiler version | |
| configure:29116: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing -I/home/wesarg/Work/OpenMPI/openmpi-1.8.4/opal/include/opal conftest.c >&5 | |
| configure:29116: $? = 0 | |
| configure:29116: ./conftest | |
| configure:29116: $? = 0 | |
| configure:29132: result: 263683 | |
| configure:29142: checking for compiler version_str | |
| configure:29172: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing -I/home/wesarg/Work/OpenMPI/openmpi-1.8.4/opal/include/opal conftest.c >&5 | |
| configure:29172: $? = 0 | |
| configure:29172: ./conftest | |
| configure:29172: $? = 0 | |
| configure:29188: result: 4.6.3 | |
| configure:29327: checking OSX locations | |
| configure:29336: result: not found | |
| configure:29348: checking Linux locations | |
| configure:29429: result: found (/usr/lib/jvm/java-1.6.0-openjdk-amd64/include) | |
| configure:29555: checking --with-jdk-bindir value | |
| configure:29575: result: sanity check ok (/usr/bin) | |
| configure:29587: checking --with-jdk-headers value | |
| configure:29607: result: sanity check ok (/usr/lib/jvm/java-1.6.0-openjdk-amd64/include) | |
| configure:29627: checking for javac | |
| configure:29645: found /usr/bin/javac | |
| configure:29657: result: /usr/bin/javac | |
| configure:29667: checking for javah | |
| configure:29685: found /usr/bin/javah | |
| configure:29697: result: /usr/bin/javah | |
| configure:29707: checking for jar | |
| configure:29725: found /usr/bin/jar | |
| configure:29737: result: /usr/bin/jar | |
| configure:29778: checking jni.h usability | |
| configure:29778: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing -DTARGET_RT_MAC_CFM=0 -I/usr/lib/jvm/java-1.6.0-openjdk-amd64/include -I/usr/lib/jvm/java-1.6.0-openjdk-amd64/include/linux conftest.c >&5 | |
| configure:29778: $? = 0 | |
| configure:29778: result: yes | |
| configure:29778: checking jni.h presence | |
| configure:29778: gcc -E -DTARGET_RT_MAC_CFM=0 -I/usr/lib/jvm/java-1.6.0-openjdk-amd64/include -I/usr/lib/jvm/java-1.6.0-openjdk-amd64/include/linux conftest.c | |
| configure:29778: $? = 0 | |
| configure:29778: result: yes | |
| configure:29778: checking for jni.h | |
| configure:29778: result: yes | |
| configure:29797: checking Java support available | |
| configure:29803: result: yes | |
| configure:29851: checking if want Java bindings | |
| configure:29919: result: no | |
| configure:29975: checking dependency style of gcc -std=gnu99 | |
| configure:30084: result: gcc3 | |
| configure:30099: checking for BSD- or MS-compatible name lister (nm) | |
| configure:30148: result: /usr/bin/nm -B | |
| configure:30278: checking the name lister (/usr/bin/nm -B) interface | |
| configure:30285: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:30288: /usr/bin/nm -B "conftest.o" | |
| configure:30291: output | |
| 0000000000000000 B some_variable | |
| configure:30298: result: BSD nm | |
| configure:30301: checking for fgrep | |
| configure:30363: result: /home/wesarg/bin/grep -F | |
| configure:30412: checking if need to remove -g from CCASFLAGS | |
| configure:30433: result: no | |
| configure:30459: checking whether to enable smp locks | |
| configure:30467: result: yes | |
| configure:30497: checking for __sync builtin atomics | |
| configure:30511: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:30511: $? = 0 | |
| configure:30512: result: yes | |
| configure:30539: checking if .proc/endp is needed | |
| configure:30556: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 | |
| configure:30559: $? = 1 | |
| conftest.s: Assembler messages: | |
| conftest.s:2: Error: unknown pseudo-op: `.proc' | |
| conftest.s:4: Error: unknown pseudo-op: `.endp' | |
| configure: failed program was: | |
| .proc mysym | |
| mysym: | |
| .endp mysym | |
| configure:30576: result: no | |
| configure:30588: checking directive for setting text section | |
| configure:30605: result: .text | |
| configure:30616: checking directive for exporting symbols | |
| configure:30628: result: .globl | |
| configure:30643: checking for objdump | |
| configure:30659: found /usr/bin/objdump | |
| configure:30670: result: objdump | |
| configure:30678: checking if .note.GNU-stack is needed | |
| configure:30692: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -c conftest.c -o conftest.o | |
| configure:30699: $? = 0 | |
| configure:30731: result: yes | |
| configure:30740: checking suffix for labels | |
| configure:30748: result: : | |
| configure:30759: checking prefix for global symbol labels | |
| configure: trying _ | |
| configure:30799: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 | |
| configure:30802: $? = 0 | |
| configure:30807: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. conftest_c.c -c > conftest.cmpl 2>&1 | |
| configure:30810: $? = 0 | |
| configure:30815: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing conftest_c.o conftest.o -o conftest > conftest.link 2>&1 | |
| configure:30818: $? = 1 | |
| conftest_c.o: In function `main': | |
| /home/wesarg/Work/OpenMPI/openmpi-1.8.4/_build/conftest_c.c:11: undefined reference to `gsym_test_func' | |
| collect2: ld returned 1 exit status | |
| configure: failed C program was: | |
| #ifdef __cplusplus | |
| extern "C" { | |
| #endif | |
| void gsym_test_func(void); | |
| #ifdef __cplusplus | |
| } | |
| #endif | |
| int | |
| main() | |
| { | |
| gsym_test_func(); | |
| return 0; | |
| } | |
| configure: failed ASM program was: | |
| .text | |
| # _gsym_test_func | |
| .globl _gsym_test_func | |
| _gsym_test_func: | |
| # _gsym_test_func | |
| configure: trying | |
| configure:30799: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 | |
| configure:30802: $? = 0 | |
| configure:30807: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. conftest_c.c -c > conftest.cmpl 2>&1 | |
| configure:30810: $? = 0 | |
| configure:30815: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing conftest_c.o conftest.o -o conftest > conftest.link 2>&1 | |
| configure:30818: $? = 0 | |
| configure:30856: result: | |
| configure:30875: checking prefix for lsym labels | |
| configure: trying L | |
| configure:30897: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 | |
| configure:30900: $? = 0 | |
| configure: trying .L | |
| configure:30897: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 | |
| configure:30900: $? = 0 | |
| configure:30942: result: .L | |
| configure:30953: checking prefix for function in .type | |
| configure: trying @ | |
| configure:30981: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 | |
| configure:30984: $? = 0 | |
| configure:31011: result: @ | |
| configure:31023: checking if .size is needed | |
| configure:31037: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 | |
| configure:31040: $? = 0 | |
| configure:31057: result: yes | |
| configure:31079: checking if .align directive takes logarithmic value | |
| configure:31098: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 | |
| configure:31101: $? = 0 | |
| configure: .align test address offset is 04 | |
| configure:31124: result: no | |
| configure:31680: checking for assembly architecture | |
| configure:31682: result: AMD64 | |
| configure:31693: checking for builtin atomics | |
| configure:31695: result: BUILTIN_SYNC | |
| configure:31813: checking for atomic assembly filename | |
| configure:31816: result: none | |
| configure:31956: checking for gfortran | |
| configure:31972: found /usr/bin/gfortran | |
| configure:31983: result: gfortran | |
| configure:32009: checking for Fortran compiler version | |
| configure:32018: gfortran --version >&5 | |
| GNU Fortran (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 | |
| Copyright (C) 2011 Free Software Foundation, Inc. | |
| GNU Fortran comes with NO WARRANTY, to the extent permitted by law. | |
| You may redistribute copies of GNU Fortran | |
| under the terms of the GNU General Public License. | |
| For more information about these matters, see the file named COPYING | |
| configure:32029: $? = 0 | |
| configure:32018: gfortran -v >&5 | |
| Using built-in specs. | |
| COLLECT_GCC=gfortran | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper | |
| Target: x86_64-linux-gnu | |
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
| Thread model: posix | |
| gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) | |
| configure:32029: $? = 0 | |
| configure:32018: gfortran -V >&5 | |
| gfortran: error: unrecognized option '-V' | |
| gfortran: fatal error: no input files | |
| compilation terminated. | |
| configure:32029: $? = 4 | |
| configure:32018: gfortran -qversion >&5 | |
| gfortran: error: unrecognized option '-qversion' | |
| gfortran: fatal error: no input files | |
| compilation terminated. | |
| configure:32029: $? = 4 | |
| configure:32038: checking whether we are using the GNU Fortran compiler | |
| configure:32051: gfortran -c conftest.F >&5 | |
| configure:32051: $? = 0 | |
| configure:32060: result: yes | |
| configure:32066: checking whether gfortran accepts -g | |
| configure:32077: gfortran -c -g conftest.f >&5 | |
| configure:32077: $? = 0 | |
| configure:32085: result: yes | |
| configure:32195: checking whether ln -s works | |
| configure:32199: result: yes | |
| configure:32350: WARNING: -g has been added to FCFLAGS (--enable-debug) | |
| configure:32361: checking if Fortran compiler works | |
| configure:32390: gfortran -o conftest -g conftest.f >&5 | |
| configure:32390: $? = 0 | |
| configure:32390: ./conftest | |
| configure:32390: $? = 0 | |
| configure:32406: result: yes | |
| configure:32432: checking for extra arguments to build a shared library | |
| configure:32455: result: none needed | |
| configure:32471: checking for Fortran flag to compile .f files | |
| configure:32491: gfortran -c -g conftest.f >&5 | |
| configure:32491: $? = 0 | |
| configure:32500: result: none | |
| configure:32526: checking for Fortran flag to compile .f90 files | |
| configure:32546: gfortran -c -g conftest.f90 >&5 | |
| configure:32546: $? = 0 | |
| configure:32555: result: none | |
| configure:32585: checking to see if Fortran compilers need additional linker flags | |
| configure:32706: result: none | |
| configure:32761: checking external symbol convention | |
| configure:32817: gfortran -g -c conftest.f | |
| configure:32824: $? = 0 | |
| configure:32863: result: single underscore | |
| configure:32914: checking if C and Fortran are link compatible | |
| configure:32962: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest_c.c | |
| configure:32969: $? = 0 | |
| configure:32990: gfortran -o conftest -g conftest.f90 conftest_c.o >&5 | |
| configure:32990: $? = 0 | |
| configure:33016: result: yes | |
| configure:33052: checking to see if Fortran compiler likes the C++ exception flags | |
| configure:33055: result: skipped (no C++ exceptions flags) | |
| configure:33095: checking to see if mpifort compiler needs additional linker flags | |
| configure:33213: result: none | |
| configure:33352: checking if Fortran compiler supports CHARACTER | |
| configure:33367: gfortran -c -g conftest.f90 >&5 | |
| configure:33367: $? = 0 | |
| configure:33380: result: yes | |
| configure:33415: checking size of Fortran CHARACTER | |
| configure:33483: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:33490: $? = 0 | |
| configure:33500: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:33507: $? = 0 | |
| configure:33551: ./conftest | |
| configure:33558: $? = 0 | |
| configure:33574: result: 1 | |
| configure:33597: checking for C type corresponding to CHARACTER | |
| configure:33643: result: char | |
| configure:33712: checking alignment of Fortran CHARACTER | |
| configure:33790: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:33797: $? = 0 | |
| configure:33807: gfortran -g conftestf.f conftest.o -o conftest | |
| configure:33814: $? = 0 | |
| configure:33845: ./conftest | |
| configure:33852: $? = 0 | |
| configure:33868: result: 1 | |
| configure:33922: checking for corresponding KIND value of CHARACTER | |
| configure:33945: result: C_SIGNED_CHAR | |
| configure:33963: checking KIND value of Fortran C_SIGNED_CHAR | |
| configure:33990: gfortran -o conftest -g conftest.f90 >&5 | |
| configure:33990: $? = 0 | |
| configure:33990: ./conftest | |
| configure:33990: $? = 0 | |
| configure:34091: result: 1 | |
| configure:34246: checking if Fortran compiler supports LOGICAL | |
| configure:34261: gfortran -c -g conftest.f90 >&5 | |
| configure:34261: $? = 0 | |
| configure:34274: result: yes | |
| configure:34309: checking size of Fortran LOGICAL | |
| configure:34377: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:34384: $? = 0 | |
| configure:34394: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:34401: $? = 0 | |
| configure:34445: ./conftest | |
| configure:34452: $? = 0 | |
| configure:34468: result: 4 | |
| configure:34491: checking for C type corresponding to LOGICAL | |
| configure:34537: result: int | |
| configure:34606: checking alignment of Fortran LOGICAL | |
| configure:34684: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:34691: $? = 0 | |
| configure:34701: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:34708: $? = 0 | |
| configure:34739: ./conftest | |
| configure:34746: $? = 0 | |
| configure:34762: result: 4 | |
| configure:34816: checking for corresponding KIND value of LOGICAL | |
| configure:34839: result: C_INT | |
| configure:34857: checking KIND value of Fortran C_INT | |
| configure:34884: gfortran -o conftest -g conftest.f90 >&5 | |
| configure:34884: $? = 0 | |
| configure:34884: ./conftest | |
| configure:34884: $? = 0 | |
| configure:34985: result: 4 | |
| configure:35139: checking if Fortran compiler supports LOGICAL*1 | |
| configure:35154: gfortran -c -g conftest.f90 >&5 | |
| configure:35154: $? = 0 | |
| configure:35167: result: yes | |
| configure:35202: checking size of Fortran LOGICAL*1 | |
| configure:35270: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:35277: $? = 0 | |
| configure:35287: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:35294: $? = 0 | |
| configure:35338: ./conftest | |
| configure:35345: $? = 0 | |
| configure:35361: result: 1 | |
| configure:35385: checking for C type corresponding to LOGICAL*1 | |
| configure:35442: result: char | |
| configure:35511: checking alignment of Fortran LOGICAL*1 | |
| configure:35589: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:35596: $? = 0 | |
| configure:35606: gfortran -g conftestf.f conftest.o -o conftest | |
| configure:35613: $? = 0 | |
| configure:35644: ./conftest | |
| configure:35651: $? = 0 | |
| configure:35667: result: 1 | |
| configure:35721: checking for corresponding KIND value of LOGICAL*1 | |
| configure:35744: result: C_SIGNED_CHAR | |
| configure:35762: checking KIND value of Fortran C_SIGNED_CHAR | |
| configure:35890: result: 1 | |
| configure:36044: checking if Fortran compiler supports LOGICAL*2 | |
| configure:36059: gfortran -c -g conftest.f90 >&5 | |
| configure:36059: $? = 0 | |
| configure:36072: result: yes | |
| configure:36107: checking size of Fortran LOGICAL*2 | |
| configure:36175: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:36182: $? = 0 | |
| configure:36192: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:36199: $? = 0 | |
| configure:36243: ./conftest | |
| configure:36250: $? = 0 | |
| configure:36266: result: 2 | |
| configure:36290: checking for C type corresponding to LOGICAL*2 | |
| configure:36342: result: short | |
| configure:36411: checking alignment of Fortran LOGICAL*2 | |
| configure:36489: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:36496: $? = 0 | |
| configure:36506: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 1 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 1 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 1 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:36513: $? = 0 | |
| configure:36544: ./conftest | |
| configure:36551: $? = 0 | |
| configure:36567: result: 2 | |
| configure:36621: checking for corresponding KIND value of LOGICAL*2 | |
| configure:36644: result: C_SHORT | |
| configure:36662: checking KIND value of Fortran C_SHORT | |
| configure:36689: gfortran -o conftest -g conftest.f90 >&5 | |
| configure:36689: $? = 0 | |
| configure:36689: ./conftest | |
| configure:36689: $? = 0 | |
| configure:36790: result: 2 | |
| configure:36944: checking if Fortran compiler supports LOGICAL*4 | |
| configure:36959: gfortran -c -g conftest.f90 >&5 | |
| configure:36959: $? = 0 | |
| configure:36972: result: yes | |
| configure:37007: checking size of Fortran LOGICAL*4 | |
| configure:37075: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:37082: $? = 0 | |
| configure:37092: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:37099: $? = 0 | |
| configure:37143: ./conftest | |
| configure:37150: $? = 0 | |
| configure:37166: result: 4 | |
| configure:37190: checking for C type corresponding to LOGICAL*4 | |
| configure:37232: result: int | |
| configure:37301: checking alignment of Fortran LOGICAL*4 | |
| configure:37379: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:37386: $? = 0 | |
| configure:37396: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:37403: $? = 0 | |
| configure:37434: ./conftest | |
| configure:37441: $? = 0 | |
| configure:37457: result: 4 | |
| configure:37511: checking for corresponding KIND value of LOGICAL*4 | |
| configure:37534: result: C_INT | |
| configure:37552: checking KIND value of Fortran C_INT | |
| configure:37680: result: 4 | |
| configure:37834: checking if Fortran compiler supports LOGICAL*8 | |
| configure:37849: gfortran -c -g conftest.f90 >&5 | |
| configure:37849: $? = 0 | |
| configure:37862: result: yes | |
| configure:37897: checking size of Fortran LOGICAL*8 | |
| configure:37965: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:37972: $? = 0 | |
| configure:37982: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:37989: $? = 0 | |
| configure:38033: ./conftest | |
| configure:38040: $? = 0 | |
| configure:38056: result: 8 | |
| configure:38080: checking for C type corresponding to LOGICAL*8 | |
| configure:38117: result: long long | |
| configure:38186: checking alignment of Fortran LOGICAL*8 | |
| configure:38264: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:38271: $? = 0 | |
| configure:38281: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:38288: $? = 0 | |
| configure:38319: ./conftest | |
| configure:38326: $? = 0 | |
| configure:38342: result: 8 | |
| configure:38396: checking for corresponding KIND value of LOGICAL*8 | |
| configure:38419: result: C_LONG_LONG | |
| configure:38437: checking KIND value of Fortran C_LONG_LONG | |
| configure:38464: gfortran -o conftest -g conftest.f90 >&5 | |
| configure:38464: $? = 0 | |
| configure:38464: ./conftest | |
| configure:38464: $? = 0 | |
| configure:38565: result: 8 | |
| configure:38720: checking if Fortran compiler supports INTEGER | |
| configure:38735: gfortran -c -g conftest.f90 >&5 | |
| configure:38735: $? = 0 | |
| configure:38748: result: yes | |
| configure:38783: checking size of Fortran INTEGER | |
| configure:38851: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:38858: $? = 0 | |
| configure:38868: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:38875: $? = 0 | |
| configure:38919: ./conftest | |
| configure:38926: $? = 0 | |
| configure:38942: result: 4 | |
| configure:38965: checking for C type corresponding to INTEGER | |
| configure:39006: result: int | |
| configure:39075: checking alignment of Fortran INTEGER | |
| configure:39153: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:39160: $? = 0 | |
| configure:39170: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:39177: $? = 0 | |
| configure:39208: ./conftest | |
| configure:39215: $? = 0 | |
| configure:39231: result: 4 | |
| configure:39285: checking for corresponding KIND value of INTEGER | |
| configure:39308: result: C_INT | |
| configure:39326: checking KIND value of Fortran C_INT | |
| configure:39454: result: 4 | |
| configure:39608: checking if Fortran compiler supports INTEGER*1 | |
| configure:39623: gfortran -c -g conftest.f90 >&5 | |
| configure:39623: $? = 0 | |
| configure:39636: result: yes | |
| configure:39671: checking size of Fortran INTEGER*1 | |
| configure:39739: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:39746: $? = 0 | |
| configure:39756: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:39763: $? = 0 | |
| configure:39807: ./conftest | |
| configure:39814: $? = 0 | |
| configure:39830: result: 1 | |
| configure:39854: checking for C type corresponding to INTEGER*1 | |
| configure:39906: result: char | |
| configure:39975: checking alignment of Fortran INTEGER*1 | |
| configure:40053: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:40060: $? = 0 | |
| configure:40070: gfortran -g conftestf.f conftest.o -o conftest | |
| configure:40077: $? = 0 | |
| configure:40108: ./conftest | |
| configure:40115: $? = 0 | |
| configure:40131: result: 1 | |
| configure:40185: checking for corresponding KIND value of INTEGER*1 | |
| configure:40208: result: C_SIGNED_CHAR | |
| configure:40226: checking KIND value of Fortran C_SIGNED_CHAR | |
| configure:40354: result: 1 | |
| configure:40508: checking if Fortran compiler supports INTEGER*2 | |
| configure:40523: gfortran -c -g conftest.f90 >&5 | |
| configure:40523: $? = 0 | |
| configure:40536: result: yes | |
| configure:40571: checking size of Fortran INTEGER*2 | |
| configure:40639: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:40646: $? = 0 | |
| configure:40656: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:40663: $? = 0 | |
| configure:40707: ./conftest | |
| configure:40714: $? = 0 | |
| configure:40730: result: 2 | |
| configure:40754: checking for C type corresponding to INTEGER*2 | |
| configure:40806: result: short | |
| configure:40875: checking alignment of Fortran INTEGER*2 | |
| configure:40953: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:40960: $? = 0 | |
| configure:40970: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 1 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 1 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 1 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:40977: $? = 0 | |
| configure:41008: ./conftest | |
| configure:41015: $? = 0 | |
| configure:41031: result: 2 | |
| configure:41085: checking for corresponding KIND value of INTEGER*2 | |
| configure:41108: result: C_SHORT | |
| configure:41126: checking KIND value of Fortran C_SHORT | |
| configure:41254: result: 2 | |
| configure:41408: checking if Fortran compiler supports INTEGER*4 | |
| configure:41423: gfortran -c -g conftest.f90 >&5 | |
| configure:41423: $? = 0 | |
| configure:41436: result: yes | |
| configure:41471: checking size of Fortran INTEGER*4 | |
| configure:41539: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:41546: $? = 0 | |
| configure:41556: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:41563: $? = 0 | |
| configure:41607: ./conftest | |
| configure:41614: $? = 0 | |
| configure:41630: result: 4 | |
| configure:41654: checking for C type corresponding to INTEGER*4 | |
| configure:41696: result: int | |
| configure:41765: checking alignment of Fortran INTEGER*4 | |
| configure:41843: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:41850: $? = 0 | |
| configure:41860: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:41867: $? = 0 | |
| configure:41898: ./conftest | |
| configure:41905: $? = 0 | |
| configure:41921: result: 4 | |
| configure:41975: checking for corresponding KIND value of INTEGER*4 | |
| configure:41998: result: C_INT | |
| configure:42016: checking KIND value of Fortran C_INT | |
| configure:42144: result: 4 | |
| configure:42298: checking if Fortran compiler supports INTEGER*8 | |
| configure:42313: gfortran -c -g conftest.f90 >&5 | |
| configure:42313: $? = 0 | |
| configure:42326: result: yes | |
| configure:42361: checking size of Fortran INTEGER*8 | |
| configure:42429: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:42436: $? = 0 | |
| configure:42446: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:42453: $? = 0 | |
| configure:42497: ./conftest | |
| configure:42504: $? = 0 | |
| configure:42520: result: 8 | |
| configure:42544: checking for C type corresponding to INTEGER*8 | |
| configure:42581: result: long long | |
| configure:42650: checking alignment of Fortran INTEGER*8 | |
| configure:42728: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:42735: $? = 0 | |
| configure:42745: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:42752: $? = 0 | |
| configure:42783: ./conftest | |
| configure:42790: $? = 0 | |
| configure:42806: result: 8 | |
| configure:42860: checking for corresponding KIND value of INTEGER*8 | |
| configure:42883: result: C_LONG_LONG | |
| configure:42901: checking KIND value of Fortran C_LONG_LONG | |
| configure:43029: result: 8 | |
| configure:43183: checking if Fortran compiler supports INTEGER*16 | |
| configure:43198: gfortran -c -g conftest.f90 >&5 | |
| configure:43198: $? = 0 | |
| configure:43211: result: yes | |
| configure:43246: checking size of Fortran INTEGER*16 | |
| configure:43314: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:43321: $? = 0 | |
| configure:43331: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:43338: $? = 0 | |
| configure:43382: ./conftest | |
| configure:43389: $? = 0 | |
| configure:43405: result: 16 | |
| configure:43429: checking for C type corresponding to INTEGER*16 | |
| configure:43466: result: not found | |
| configure:43470: WARNING: *** Did not find corresponding C type | |
| configure:43745: checking for corresponding KIND value of INTEGER*16 | |
| configure:43768: result: 0 | |
| configure:43786: checking KIND value of Fortran 0 | |
| configure:43813: gfortran -o conftest -g conftest.f90 >&5 | |
| configure:43813: $? = 0 | |
| configure:43813: ./conftest | |
| configure:43813: $? = 0 | |
| configure:43914: result: 0 | |
| configure:43922: WARNING: Compiler INTEGER*16 and mismatch; MPI datatype unsupported | |
| configure:44069: checking if Fortran compiler supports REAL | |
| configure:44084: gfortran -c -g conftest.f90 >&5 | |
| configure:44084: $? = 0 | |
| configure:44097: result: yes | |
| configure:44132: checking size of Fortran REAL | |
| configure:44200: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:44207: $? = 0 | |
| configure:44217: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:44224: $? = 0 | |
| configure:44268: ./conftest | |
| configure:44275: $? = 0 | |
| configure:44291: result: 4 | |
| configure:44314: checking for C type corresponding to REAL | |
| configure:44345: result: float | |
| configure:44414: checking alignment of Fortran REAL | |
| configure:44492: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:44499: $? = 0 | |
| configure:44509: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:44516: $? = 0 | |
| configure:44547: ./conftest | |
| configure:44554: $? = 0 | |
| configure:44570: result: 4 | |
| configure:44624: checking for corresponding KIND value of REAL | |
| configure:44647: result: C_FLOAT | |
| configure:44665: checking KIND value of Fortran C_FLOAT | |
| configure:44692: gfortran -o conftest -g conftest.f90 >&5 | |
| configure:44692: $? = 0 | |
| configure:44692: ./conftest | |
| configure:44692: $? = 0 | |
| configure:44793: result: 4 | |
| configure:44947: checking if Fortran compiler supports REAL*2 | |
| configure:44962: gfortran -c -g conftest.f90 >&5 | |
| conftest.f90:2.8: | |
| REAL*2 :: bogus_variable | |
| 1 | |
| Error: Old-style type declaration REAL*2 not supported at (1) | |
| configure:44962: $? = 1 | |
| configure: failed program was: | |
| | program main | |
| | REAL*2 :: bogus_variable | |
| | end program | |
| configure:44975: result: no | |
| configure:45827: checking if Fortran compiler supports REAL*4 | |
| configure:45842: gfortran -c -g conftest.f90 >&5 | |
| configure:45842: $? = 0 | |
| configure:45855: result: yes | |
| configure:45890: checking size of Fortran REAL*4 | |
| configure:45958: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:45965: $? = 0 | |
| configure:45975: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:45982: $? = 0 | |
| configure:46026: ./conftest | |
| configure:46033: $? = 0 | |
| configure:46049: result: 4 | |
| configure:46073: checking for C type corresponding to REAL*4 | |
| configure:46105: result: float | |
| configure:46174: checking alignment of Fortran REAL*4 | |
| configure:46252: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:46259: $? = 0 | |
| configure:46269: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:46276: $? = 0 | |
| configure:46307: ./conftest | |
| configure:46314: $? = 0 | |
| configure:46330: result: 4 | |
| configure:46384: checking for corresponding KIND value of REAL*4 | |
| configure:46407: result: C_FLOAT | |
| configure:46425: checking KIND value of Fortran C_FLOAT | |
| configure:46553: result: 4 | |
| configure:46707: checking if Fortran compiler supports REAL*8 | |
| configure:46722: gfortran -c -g conftest.f90 >&5 | |
| configure:46722: $? = 0 | |
| configure:46735: result: yes | |
| configure:46770: checking size of Fortran REAL*8 | |
| configure:46838: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:46845: $? = 0 | |
| configure:46855: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:46862: $? = 0 | |
| configure:46906: ./conftest | |
| configure:46913: $? = 0 | |
| configure:46929: result: 8 | |
| configure:46953: checking for C type corresponding to REAL*8 | |
| configure:46985: result: double | |
| configure:47054: checking alignment of Fortran REAL*8 | |
| configure:47132: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:47139: $? = 0 | |
| configure:47149: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:47156: $? = 0 | |
| configure:47187: ./conftest | |
| configure:47194: $? = 0 | |
| configure:47210: result: 8 | |
| configure:47264: checking for corresponding KIND value of REAL*8 | |
| configure:47287: result: C_DOUBLE | |
| configure:47305: checking KIND value of Fortran C_DOUBLE | |
| configure:47332: gfortran -o conftest -g conftest.f90 >&5 | |
| configure:47332: $? = 0 | |
| configure:47332: ./conftest | |
| configure:47332: $? = 0 | |
| configure:47433: result: 8 | |
| configure:47587: checking if Fortran compiler supports REAL*16 | |
| configure:47602: gfortran -c -g conftest.f90 >&5 | |
| configure:47602: $? = 0 | |
| configure:47615: result: yes | |
| configure:47650: checking size of Fortran REAL*16 | |
| configure:47718: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:47725: $? = 0 | |
| configure:47735: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:47742: $? = 0 | |
| configure:47786: ./conftest | |
| configure:47793: $? = 0 | |
| configure:47809: result: 16 | |
| configure:47833: checking for C type corresponding to REAL*16 | |
| configure:47865: result: long double | |
| configure:47934: checking alignment of Fortran REAL*16 | |
| configure:48012: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:48019: $? = 0 | |
| configure:48029: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 15 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 15 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 15 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:48036: $? = 0 | |
| configure:48067: ./conftest | |
| configure:48074: $? = 0 | |
| configure:48090: result: 16 | |
| configure:48144: checking for corresponding KIND value of REAL*16 | |
| configure:48167: result: C_LONG_DOUBLE | |
| configure:48185: checking KIND value of Fortran C_LONG_DOUBLE | |
| configure:48212: gfortran -o conftest -g conftest.f90 >&5 | |
| configure:48212: $? = 0 | |
| configure:48212: ./conftest | |
| configure:48212: $? = 0 | |
| configure:48313: result: 10 | |
| configure:48454: checking for C type matching bit representation of REAL*16 | |
| configure:48462: result: pending | |
| configure:48466: checking if long double == REAL*16 | |
| configure:48511: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest_c.c | |
| configure:48518: $? = 0 | |
| configure:48528: gfortran -g conftest_f.f conftest_c.o -o conftest | |
| configure:48535: $? = 0 | |
| configure:48564: ./conftest | |
| configure:48571: $? = 0 | |
| configure:48596: result: no | |
| configure:48810: checking if gnu compiler __float128 == REAL*16 | |
| configure:48924: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest_c.c | |
| conftest_c.c:8:16: error: unknown type name '__float128' | |
| void c_backend(__float128 *a) { | |
| ^ | |
| conftest_c.c:9:5: error: use of undeclared identifier '__float128' | |
| __float128 foo = 11; | |
| ^ | |
| conftest_c.c:12:5: error: use of undeclared identifier 'foo' | |
| foo = 1 / foo; | |
| ^ | |
| conftest_c.c:12:15: error: use of undeclared identifier 'foo'; did you mean 'for'? | |
| foo = 1 / foo; | |
| ^ | |
| conftest_c.c:13:26: error: use of undeclared identifier 'foo'; did you mean 'for'? | |
| fprintf(fp, "%s\n", (foo == *a) ? "yes" : "no"); | |
| ^ | |
| conftest_c.c:17:8: error: unknown type name '__float128' | |
| void C(__float128 *a) { c_backend(a); } | |
| ^ | |
| conftest_c.c:18:8: error: unknown type name '__float128' | |
| void c(__float128 *a) { c_backend(a); } | |
| ^ | |
| conftest_c.c:19:9: error: unknown type name '__float128' | |
| void c_(__float128 *a) { c_backend(a); } | |
| ^ | |
| conftest_c.c:21:10: error: unknown type name '__float128' | |
| void c__(__float128 *a) { c_backend(a); } | |
| ^ | |
| 9 errors generated. | |
| configure:48931: $? = 0 | |
| configure:48941: gfortran -g conftest_f.f conftest_c.o -o conftest | |
| configure:48948: $? = 0 | |
| configure:48977: ./conftest | |
| configure:48984: $? = 0 | |
| configure:49008: result: works! | |
| configure:49018: checking for C type matching bit representation of REAL*16 | |
| configure:49037: result: yes | |
| configure:49137: checking if Fortran compiler supports DOUBLE PRECISION | |
| configure:49152: gfortran -c -g conftest.f90 >&5 | |
| configure:49152: $? = 0 | |
| configure:49165: result: yes | |
| configure:49200: checking size of Fortran DOUBLE PRECISION | |
| configure:49268: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:49275: $? = 0 | |
| configure:49285: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:49292: $? = 0 | |
| configure:49336: ./conftest | |
| configure:49343: $? = 0 | |
| configure:49359: result: 8 | |
| configure:49382: checking for C type corresponding to DOUBLE PRECISION | |
| configure:49413: result: double | |
| configure:49482: checking alignment of Fortran DOUBLE PRECISION | |
| configure:49560: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:49567: $? = 0 | |
| configure:49577: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:49584: $? = 0 | |
| configure:49615: ./conftest | |
| configure:49622: $? = 0 | |
| configure:49638: result: 8 | |
| configure:49692: checking for corresponding KIND value of DOUBLE PRECISION | |
| configure:49715: result: C_DOUBLE | |
| configure:49733: checking KIND value of Fortran C_DOUBLE | |
| configure:49861: result: 8 | |
| configure:50016: checking if Fortran compiler supports COMPLEX | |
| configure:50031: gfortran -c -g conftest.f90 >&5 | |
| configure:50031: $? = 0 | |
| configure:50044: result: yes | |
| configure:50079: checking size of Fortran COMPLEX | |
| configure:50147: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:50154: $? = 0 | |
| configure:50164: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:50171: $? = 0 | |
| configure:50215: ./conftest | |
| configure:50222: $? = 0 | |
| configure:50238: result: 8 | |
| configure:50261: checking for C type corresponding to COMPLEX | |
| configure:50282: result: float _Complex | |
| configure:50351: checking alignment of Fortran COMPLEX | |
| configure:50429: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:50436: $? = 0 | |
| configure:50446: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:50453: $? = 0 | |
| configure:50484: ./conftest | |
| configure:50491: $? = 0 | |
| configure:50507: result: 4 | |
| configure:50561: checking for corresponding KIND value of COMPLEX | |
| configure:50584: result: C_FLOAT_COMPLEX | |
| configure:50602: checking KIND value of Fortran C_FLOAT_COMPLEX | |
| configure:50629: gfortran -o conftest -g conftest.f90 >&5 | |
| configure:50629: $? = 0 | |
| configure:50629: ./conftest | |
| configure:50629: $? = 0 | |
| configure:50730: result: 4 | |
| configure:50896: checking if Fortran compiler supports COMPLEX*4 | |
| configure:50911: gfortran -c -g conftest.f90 >&5 | |
| conftest.f90:2.11: | |
| COMPLEX*4 :: bogus_variable | |
| 1 | |
| Error: Old-style type declaration COMPLEX*4 not supported at (1) | |
| configure:50911: $? = 1 | |
| configure: failed program was: | |
| | program main | |
| | COMPLEX*4 :: bogus_variable | |
| | end program | |
| configure:50924: result: no | |
| configure:51766: checking if Fortran compiler supports COMPLEX*8 | |
| configure:51781: gfortran -c -g conftest.f90 >&5 | |
| configure:51781: $? = 0 | |
| configure:51794: result: yes | |
| configure:51829: checking size of Fortran COMPLEX*8 | |
| configure:51897: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:51904: $? = 0 | |
| configure:51914: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:51921: $? = 0 | |
| configure:51965: ./conftest | |
| configure:51972: $? = 0 | |
| configure:51988: result: 8 | |
| configure:52012: checking for C type corresponding to COMPLEX*8 | |
| configure:52044: result: float _Complex | |
| configure:52113: checking alignment of Fortran COMPLEX*8 | |
| configure:52191: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:52198: $? = 0 | |
| configure:52208: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 3 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:52215: $? = 0 | |
| configure:52246: ./conftest | |
| configure:52253: $? = 0 | |
| configure:52269: result: 4 | |
| configure:52323: checking for corresponding KIND value of COMPLEX*8 | |
| configure:52346: result: C_FLOAT_COMPLEX | |
| configure:52364: checking KIND value of Fortran C_FLOAT_COMPLEX | |
| configure:52492: result: 4 | |
| configure:52646: checking if Fortran compiler supports COMPLEX*16 | |
| configure:52661: gfortran -c -g conftest.f90 >&5 | |
| configure:52661: $? = 0 | |
| configure:52674: result: yes | |
| configure:52709: checking size of Fortran COMPLEX*16 | |
| configure:52777: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:52784: $? = 0 | |
| configure:52794: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:52801: $? = 0 | |
| configure:52845: ./conftest | |
| configure:52852: $? = 0 | |
| configure:52868: result: 16 | |
| configure:52892: checking for C type corresponding to COMPLEX*16 | |
| configure:52924: result: double _Complex | |
| configure:52993: checking alignment of Fortran COMPLEX*16 | |
| configure:53071: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:53078: $? = 0 | |
| configure:53088: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:53095: $? = 0 | |
| configure:53126: ./conftest | |
| configure:53133: $? = 0 | |
| configure:53149: result: 8 | |
| configure:53203: checking for corresponding KIND value of COMPLEX*16 | |
| configure:53226: result: C_DOUBLE_COMPLEX | |
| configure:53244: checking KIND value of Fortran C_DOUBLE_COMPLEX | |
| configure:53271: gfortran -o conftest -g conftest.f90 >&5 | |
| configure:53271: $? = 0 | |
| configure:53271: ./conftest | |
| configure:53271: $? = 0 | |
| configure:53372: result: 8 | |
| configure:53526: checking if Fortran compiler supports COMPLEX*32 | |
| configure:53541: gfortran -c -g conftest.f90 >&5 | |
| configure:53541: $? = 0 | |
| configure:53554: result: yes | |
| configure:53589: checking size of Fortran COMPLEX*32 | |
| configure:53657: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:53664: $? = 0 | |
| configure:53674: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:53681: $? = 0 | |
| configure:53725: ./conftest | |
| configure:53732: $? = 0 | |
| configure:53748: result: 32 | |
| configure:53772: checking for C type corresponding to COMPLEX*32 | |
| configure:53804: result: long double _Complex | |
| configure:53873: checking alignment of Fortran COMPLEX*32 | |
| configure:53951: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:53958: $? = 0 | |
| configure:53968: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 15 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 15 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 15 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:53975: $? = 0 | |
| configure:54006: ./conftest | |
| configure:54013: $? = 0 | |
| configure:54029: result: 16 | |
| configure:54083: checking for corresponding KIND value of COMPLEX*32 | |
| configure:54106: result: C_LONG_DOUBLE_COMPLEX | |
| configure:54124: checking KIND value of Fortran C_LONG_DOUBLE_COMPLEX | |
| configure:54151: gfortran -o conftest -g conftest.f90 >&5 | |
| configure:54151: $? = 0 | |
| configure:54151: ./conftest | |
| configure:54151: $? = 0 | |
| configure:54252: result: 10 | |
| configure:54409: checking if Fortran compiler supports DOUBLE COMPLEX | |
| configure:54424: gfortran -c -g conftest.f90 >&5 | |
| configure:54424: $? = 0 | |
| configure:54437: result: yes | |
| configure:54472: checking size of Fortran DOUBLE COMPLEX | |
| configure:54540: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:54547: $? = 0 | |
| configure:54557: gfortran -g conftestf.f90 conftest.o -o conftest | |
| configure:54564: $? = 0 | |
| configure:54608: ./conftest | |
| configure:54615: $? = 0 | |
| configure:54631: result: 16 | |
| configure:54654: checking for C type corresponding to DOUBLE COMPLEX | |
| configure:54685: result: double _Complex | |
| configure:54754: checking alignment of Fortran DOUBLE COMPLEX | |
| configure:54832: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:54839: $? = 0 | |
| configure:54849: gfortran -g conftestf.f conftest.o -o conftest | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'w' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'x' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| conftestf.f:5.18: | |
| common /foo/a,w,b,x,y,c,z | |
| 1 | |
| Warning: Padding of 7 bytes required before 'z' in COMMON 'foo' at (1); reorder elements or use -fno-align-commons | |
| configure:54856: $? = 0 | |
| configure:54887: ./conftest | |
| configure:54894: $? = 0 | |
| configure:54910: result: 8 | |
| configure:54964: checking for corresponding KIND value of DOUBLE COMPLEX | |
| configure:54987: result: C_DOUBLE_COMPLEX | |
| configure:55005: checking KIND value of Fortran C_DOUBLE_COMPLEX | |
| configure:55133: result: 8 | |
| configure:55236: checking for max Fortran MPI handle index | |
| configure:55375: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:55375: $? = 0 | |
| configure:55375: ./conftest | |
| configure:55375: $? = 0 | |
| configure:55407: result: 2147483647 | |
| configure:55430: checking Fortran value for .TRUE. logical type | |
| configure:55511: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:55518: $? = 0 | |
| configure:55528: gfortran -g -o conftest conftest.o conftestf.f | |
| configure:55535: $? = 0 | |
| configure:55563: ./conftest | |
| configure:55570: $? = 0 | |
| configure:55587: result: 1 | |
| configure:55604: checking for correct handling of Fortran logical arrays | |
| configure:55679: gcc -std=gnu99 -g -finline-functions -fno-strict-aliasing -I. -c conftest.c | |
| configure:55686: $? = 0 | |
| configure:55696: gfortran -g conftestf.f conftest.o -o conftest | |
| configure:55703: $? = 0 | |
| configure:55730: ./conftest | |
| configure:55737: $? = 0 | |
| configure:55757: result: yes | |
| configure:55811: checking max supported Fortran array rank | |
| testing Fortran dimension 2 / 2,2 | |
| configure:55850: gfortran -c -g conftest.f90 >&5 | |
| configure:55850: $? = 0 | |
| testing Fortran dimension 3 / 2,2,2 | |
| configure:55850: gfortran -c -g conftest.f90 >&5 | |
| configure:55850: $? = 0 | |
| testing Fortran dimension 4 / 2,2,2,2 | |
| configure:55850: gfortran -c -g conftest.f90 >&5 | |
| configure:55850: $? = 0 | |
| testing Fortran dimension 5 / 2,2,2,2,2 | |
| configure:55850: gfortran -c -g conftest.f90 >&5 | |
| configure:55850: $? = 0 | |
| testing Fortran dimension 6 / 2,2,2,2,2,2 | |
| configure:55850: gfortran -c -g conftest.f90 >&5 | |
| configure:55850: $? = 0 | |
| testing Fortran dimension 7 / 2,2,2,2,2,2,2 | |
| configure:55850: gfortran -c -g conftest.f90 >&5 | |
| configure:55850: $? = 0 | |
| testing Fortran dimension 8 / 2,2,2,2,2,2,2,2 | |
| configure:55850: gfortran -c -g conftest.f90 >&5 | |
| conftest.f90:2.37: | |
| INTEGER, DIMENSION(2,2,2,2,2,2,2,2) :: var | |
| 1 | |
| Error: Array specification at (1) has more than 7 dimensions | |
| conftest.f90:3.4: | |
| var(2,2,2,2,2,2,2,2) = 3 | |
| 1 | |
| Error: Unclassifiable statement at (1) | |
| configure:55850: $? = 1 | |
| configure: failed program was: | |
| | PROGRAM test_program | |
| | INTEGER, DIMENSION(2,2,2,2,2,2,2,2) :: var | |
| | var(2,2,2,2,2,2,2,2) = 3 | |
| | END PROGRAM test_program | |
| configure:55867: result: 7 | |
| configure:55905: checking for the value of MPI_STATUS_SIZE | |
| configure:55924: result: 6 Fortran INTEGERs | |
| configure:56157: checking KIND value of Fortran C_INT16_T | |
| configure:56184: gfortran -o conftest -g conftest.f90 >&5 | |
| configure:56184: $? = 0 | |
| configure:56184: ./conftest | |
| configure:56184: $? = 0 | |
| configure:56284: result: 2 | |
| configure:56296: checking KIND value of Fortran C_INT32_T | |
| configure:56323: gfortran -o conftest -g conftest.f90 >&5 | |
| configure:56323: $? = 0 | |
| configure:56323: ./conftest | |
| configure:56323: $? = 0 | |
| configure:56423: result: 4 | |
| configure:56435: checking KIND value of Fortran C_INT64_T | |
| configure:56462: gfortran -o conftest -g conftest.f90 >&5 | |
| configure:56462: $? = 0 | |
| configure:56462: ./conftest | |
| configure:56462: $? = 0 | |
| configure:56562: result: 8 | |
| configure:56573: checking if building Fortran mpif.h bindings | |
| configure:56576: result: yes | |
| configure:56589: checking if Fortran compiler supports INTERFACE | |
| configure:56611: gfortran -c -g conftest.f90 >&5 | |
| configure:56611: $? = 0 | |
| configure:56627: result: yes | |
| configure:56644: checking if Fortran compiler supports ISO_FORTRAN_ENV | |
| configure:56661: gfortran -c -g conftest.f90 >&5 | |
| configure:56661: $? = 0 | |
| configure:56675: result: yes | |
| configure:56694: checking if Fortran compiler supports STORAGE_SIZE for relevant types | |
| configure:56772: gfortran -o conftest -g conftest.f90 >&5 | |
| conftest.f90:32.24: | |
| size = storage_size(x) / 8 | |
| 1 | |
| Error: The upper bound in the last dimension must appear in the reference to the assumed size array 'x' at (1) | |
| conftest.f90:48.24: | |
| size = storage_size(x) / 8 | |
| 1 | |
| Error: The upper bound in the last dimension must appear in the reference to the assumed size array 'x' at (1) | |
| conftest.f90:64.24: | |
| size = storage_size(x) / 8 | |
| 1 | |
| Error: The upper bound in the last dimension must appear in the reference to the assumed size array 'x' at (1) | |
| configure:56772: $? = 1 | |
| configure: failed program was: | |
| | program check_for_storage_size | |
| | USE, INTRINSIC :: iso_fortran_env, ONLY: REAL32, INT32 | |
| | integer size | |
| | complex(real32) :: c32 | |
| | complex(real32), dimension(5) :: c32_array | |
| | real(real32) :: r32 | |
| | real(real32), dimension(5) :: r32_array | |
| | integer(int32) :: i32 | |
| | integer(int32), dimension(5) :: i32_array | |
| | | |
| | call storage_size_complex32_scalar(c32, size) | |
| | call storage_size_complex32_r1(c32_array, size) | |
| | call storage_size_int32_scalar(i32, size) | |
| | call storage_size_int32_r1(i32_array, size) | |
| | call storage_size_real32_scalar(r32, size) | |
| | call storage_size_real32_r1(r32_array, size) | |
| | end program | |
| | | |
| | SUBROUTINE storage_size_complex32_scalar(x, size) | |
| | USE, INTRINSIC :: iso_fortran_env, ONLY: REAL32 | |
| | COMPLEX(REAL32) ::x | |
| | INTEGER, INTENT(OUT) :: size | |
| | | |
| | size = storage_size(x) / 8 | |
| | END SUBROUTINE storage_size_complex32_scalar | |
| | | |
| | SUBROUTINE storage_size_complex32_r1(x, size) | |
| | USE, INTRINSIC :: iso_fortran_env, ONLY: REAL32 | |
| | COMPLEX(REAL32), DIMENSION(*)::x | |
| | INTEGER, INTENT(OUT) :: size | |
| | | |
| | size = storage_size(x) / 8 | |
| | END SUBROUTINE storage_size_complex32_r1 | |
| | | |
| | SUBROUTINE storage_size_int32_scalar(x, size) | |
| | USE, INTRINSIC :: iso_fortran_env, ONLY: INT32 | |
| | INTEGER(INT32) ::x | |
| | INTEGER, INTENT(OUT) :: size | |
| | | |
| | size = storage_size(x) / 8 | |
| | END SUBROUTINE storage_size_int32_scalar | |
| | | |
| | SUBROUTINE storage_size_int32_r1(x, size) | |
| | USE, INTRINSIC :: iso_fortran_env, ONLY: INT32 | |
| | INTEGER(INT32), DIMENSION(*)::x | |
| | INTEGER, INTENT(OUT) :: size | |
| | | |
| | size = storage_size(x) / 8 | |
| | END SUBROUTINE storage_size_int32_r1 | |
| | | |
| | SUBROUTINE storage_size_real32_scalar(x, size) | |
| | USE, INTRINSIC :: iso_fortran_env, ONLY: REAL32 | |
| | REAL(REAL32) ::x | |
| | INTEGER, INTENT(OUT) :: size | |
| | | |
| | size = storage_size(x) / 8 | |
| | END SUBROUTINE storage_size_real32_scalar | |
| | | |
| | SUBROUTINE storage_size_real32_r1(x, size) | |
| | USE, INTRINSIC :: iso_fortran_env, ONLY: REAL32 | |
| | REAL(REAL32), DIMENSION(*)::x | |
| | INTEGER, INTENT(OUT) :: size | |
| | | |
| | size = storage_size(x) / 8 | |
| | END SUBROUTINE storage_size_real32_r1 | |
| | | |
| configure:56787: result: no | |
| configure:56823: checking for Fortran compiler module include flag | |
| configure:56847: gfortran -g -c conftest-module.f90 | |
| configure:56854: $? = 0 | |
| configure:56891: gfortran -g conftest.f90 -Isubdir | |
| configure:56898: $? = 0 | |
| configure:56916: result: -I | |
| configure:56981: checking Fortran compiler ignore TKR syntax | |
| configure:57029: result: not cached; checking variants | |
| configure:57080: checking for Fortran compiler support of TYPE(*), DIMENSION(*) | |
| configure:57141: gfortran -c -g conftest.f90 >&5 | |
| conftest.f90:15.13: | |
| type(*), intent(in) :: buffer | |
| 1 | |
| Error: Invalid character in name at (1) | |
| conftest.f90:38.11: | |
| call foo(buffer1, count) | |
| 1 | |
| Error: Rank mismatch in argument 'buffer' at (1) (scalar and rank-1) | |
| conftest.f90:40.11: | |
| call foo(buffer2, count) | |
| 1 | |
| Error: Type mismatch in argument 'buffer' at (1); passed CHARACTER(1) to REAL(4) | |
| configure:57141: $? = 1 | |
| configure: failed program was: | |
| | program main | |
| | ! | |
| | ! Autoconf puts "program main" at the top | |
| | | |
| | interface | |
| | subroutine force_assumed_shape(a, count) | |
| | integer :: count | |
| | complex, dimension(:,:) :: a | |
| | end subroutine force_assumed_shape | |
| | end interface | |
| | | |
| | interface | |
| | subroutine foo(buffer, count) | |
| | ! buffer | |
| | type(*), intent(in) :: buffer | |
| | integer, intent(in) :: count | |
| | end subroutine foo | |
| | end interface | |
| | | |
| | ! Simple interface with an un-typed first argument (e.g., a choice buffer) | |
| | integer :: count | |
| | real :: buffer1(3) | |
| | character :: buffer2 | |
| | complex :: buffer3(4,4) | |
| | complex, pointer, dimension(:,:) :: ptr | |
| | target :: buffer3 | |
| | ptr => buffer3 | |
| | | |
| | ! Set some known values (somewhat irrelevant for this test, but just be | |
| | ! sure that the values are initialized) | |
| | a = 17 | |
| | buffer1(1) = 4.5 | |
| | buffer1(2) = 6.7 | |
| | buffer1(3) = 8.9 | |
| | buffer2 = 'a' | |
| | | |
| | ! Call with one type for the first argument | |
| | call foo(buffer1, count) | |
| | ! Call with a different type for the first argument | |
| | call foo(buffer2, count) | |
| | ! Force us through an assumed shape | |
| | call force_assumed_shape(buffer3, count) | |
| | ! Force a pointer call through an assumed shape (!) | |
| | ptr => buffer3 | |
| | | |
| | end program | |
| | | |
| | subroutine force_assumed_shape(a, count) | |
| | integer :: count | |
| | real, dimension(:,:) :: a | |
| | call foo(a, count) | |
| | end subroutine force_assumed_shape | |
| | | |
| | ! Autoconf puts "end" after the last line | |
| | subroutine bogus | |
| | | |
| | end | |
| configure:57151: result: no | |
| configure:57227: checking for Fortran compiler support of !GCC$ ATTRIBUTES NO_ARG_CHECK | |
| configure:57288: gfortran -c -g conftest.f90 >&5 | |
| conftest.f90:14.36: | |
| !GCC$ ATTRIBUTES NO_ARG_CHECK :: buffer | |
| 1 | |
| Error: Unknown attribute in !GCC$ ATTRIBUTES statement at (1) | |
| conftest.f90:15.13: | |
| type(*), dimension(*), intent(in) :: buffer | |
| 1 | |
| Error: Invalid character in name at (1) | |
| conftest.f90:38.11: | |
| call foo(buffer1, count) | |
| 1 | |
| Error: Rank mismatch in argument 'buffer' at (1) (scalar and rank-1) | |
| conftest.f90:40.11: | |
| call foo(buffer2, count) | |
| 1 | |
| Error: Type mismatch in argument 'buffer' at (1); passed CHARACTER(1) to REAL(4) | |
| configure:57288: $? = 1 | |
| configure: failed program was: | |
| | program main | |
| | ! | |
| | ! Autoconf puts "program main" at the top | |
| | | |
| | interface | |
| | subroutine force_assumed_shape(a, count) | |
| | integer :: count | |
| | complex, dimension(:,:) :: a | |
| | end subroutine force_assumed_shape | |
| | end interface | |
| | | |
| | interface | |
| | subroutine foo(buffer, count) | |
| | !GCC$ ATTRIBUTES NO_ARG_CHECK :: buffer | |
| | type(*), dimension(*), intent(in) :: buffer | |
| | integer, intent(in) :: count | |
| | end subroutine foo | |
| | end interface | |
| | | |
| | ! Simple interface with an un-typed first argument (e.g., a choice buffer) | |
| | integer :: count | |
| | real :: buffer1(3) | |
| | character :: buffer2 | |
| | complex :: buffer3(4,4) | |
| | complex, pointer, dimension(:,:) :: ptr | |
| | target :: buffer3 | |
| | ptr => buffer3 | |
| | | |
| | ! Set some known values (somewhat irrelevant for this test, but just be | |
| | ! sure that the values are initialized) | |
| | a = 17 | |
| | buffer1(1) = 4.5 | |
| | buffer1(2) = 6.7 | |
| | buffer1(3) = 8.9 | |
| | buffer2 = 'a' | |
| | | |
| | ! Call with one type for the first argument | |
| | call foo(buffer1, count) | |
| | ! Call with a different type for the first argument | |
| | call foo(buffer2, count) | |
| | ! Force us through an assumed shape | |
| | call force_assumed_shape(buffer3, count) | |
| | ! Force a pointer call through an assumed shape (!) | |
| | ptr => buffer3 | |
| | | |
| | end program | |
| | | |
| | subroutine force_assumed_shape(a, count) | |
| | integer :: count | |
| | real, dimension(:,:) :: a | |
| | call foo(a, count) | |
| | end subroutine force_assumed_shape | |
| | | |
| | ! Autoconf puts "end" after the last line | |
| | subroutine bogus | |
| | | |
| | end | |
| configure:57298: result: no | |
| configure:57374: checking for Fortran compiler support of !DEC$ ATTRIBUTES NO_ARG_CHECK | |
| configure:57435: gfortran -c -g conftest.f90 >&5 | |
| conftest.f90:40.11: | |
| call foo(buffer2, count) | |
| 1 | |
| Error: Type mismatch in argument 'buffer' at (1); passed CHARACTER(1) to REAL(4) | |
| configure:57435: $? = 1 | |
| configure: failed program was: | |
| | program main | |
| | ! | |
| | ! Autoconf puts "program main" at the top | |
| | | |
| | interface | |
| | subroutine force_assumed_shape(a, count) | |
| | integer :: count | |
| | complex, dimension(:,:) :: a | |
| | end subroutine force_assumed_shape | |
| | end interface | |
| | | |
| | interface | |
| | subroutine foo(buffer, count) | |
| | !DEC$ ATTRIBUTES NO_ARG_CHECK :: buffer | |
| | real, dimension(*), intent(in) :: buffer | |
| | integer, intent(in) :: count | |
| | end subroutine foo | |
| | end interface | |
| | | |
| | ! Simple interface with an un-typed first argument (e.g., a choice buffer) | |
| | integer :: count | |
| | real :: buffer1(3) | |
| | character :: buffer2 | |
| | complex :: buffer3(4,4) | |
| | complex, pointer, dimension(:,:) :: ptr | |
| | target :: buffer3 | |
| | ptr => buffer3 | |
| | | |
| | ! Set some known values (somewhat irrelevant for this test, but just be | |
| | ! sure that the values are initialized) | |
| | a = 17 | |
| | buffer1(1) = 4.5 | |
| | buffer1(2) = 6.7 | |
| | buffer1(3) = 8.9 | |
| | buffer2 = 'a' | |
| | | |
| | ! Call with one type for the first argument | |
| | call foo(buffer1, count) | |
| | ! Call with a different type for the first argument | |
| | call foo(buffer2, count) | |
| | ! Force us through an assumed shape | |
| | call force_assumed_shape(buffer3, count) | |
| | ! Force a pointer call through an assumed shape (!) | |
| | ptr => buffer3 | |
| | | |
| | end program | |
| | | |
| | subroutine force_assumed_shape(a, count) | |
| | integer :: count | |
| | real, dimension(:,:) :: a | |
| | call foo(a, count) | |
| | end subroutine force_assumed_shape | |
| | | |
| | ! Autoconf puts "end" after the last line | |
| | subroutine bogus | |
| | | |
| | end | |
| configure:57445: result: no | |
| configure:57523: checking for Fortran compiler support of !$PRAGMA IGNORE_TKR | |
| configure:57584: gfortran -c -g conftest.f90 >&5 | |
| conftest.f90:38.11: | |
| call foo(buffer1, count) | |
| 1 | |
| Error: Type mismatch in argument 'buffer' at (1); passed REAL(4) to CHARACTER(1) | |
| configure:57584: $? = 1 | |
| configure: failed program was: | |
| | program main | |
| | ! | |
| | ! Autoconf puts "program main" at the top | |
| | | |
| | interface | |
| | subroutine force_assumed_shape(a, count) | |
| | integer :: count | |
| | complex, dimension(:,:) :: a | |
| | end subroutine force_assumed_shape | |
| | end interface | |
| | | |
| | interface | |
| | subroutine foo(buffer, count) | |
| | !$PRAGMA IGNORE_TKR buffer | |
| | character(*), intent(in) :: buffer | |
| | integer, intent(in) :: count | |
| | end subroutine foo | |
| | end interface | |
| | | |
| | ! Simple interface with an un-typed first argument (e.g., a choice buffer) | |
| | integer :: count | |
| | real :: buffer1(3) | |
| | character :: buffer2 | |
| | complex :: buffer3(4,4) | |
| | complex, pointer, dimension(:,:) :: ptr | |
| | target :: buffer3 | |
| | ptr => buffer3 | |
| | | |
| | ! Set some known values (somewhat irrelevant for this test, but just be | |
| | ! sure that the values are initialized) | |
| | a = 17 | |
| | buffer1(1) = 4.5 | |
| | buffer1(2) = 6.7 | |
| | buffer1(3) = 8.9 | |
| | buffer2 = 'a' | |
| | | |
| | ! Call with one type for the first argument | |
| | call foo(buffer1, count) | |
| | ! Call with a different type for the first argument | |
| | call foo(buffer2, count) | |
| | ! Force us through an assumed shape | |
| | call force_assumed_shape(buffer3, count) | |
| | ! Force a pointer call through an assumed shape (!) | |
| | ptr => buffer3 | |
| | | |
| | end program | |
| | | |
| | subroutine force_assumed_shape(a, count) | |
| | integer :: count | |
| | real, dimension(:,:) :: a | |
| | call foo(a, count) | |
| | end subroutine force_assumed_shape | |
| | | |
| | ! Autoconf puts "end" after the last line | |
| | subroutine bogus | |
| | | |
| | end | |
| configure:57594: result: no | |
| configure:57670: checking for Fortran compiler support of !DIR$ IGNORE_TKR | |
| configure:57731: gfortran -c -g conftest.f90 >&5 | |
| conftest.f90:40.11: | |
| call foo(buffer2, count) | |
| 1 | |
| Error: Type mismatch in argument 'buffer' at (1); passed CHARACTER(1) to REAL(4) | |
| configure:57731: $? = 1 | |
| configure: failed program was: | |
| | program main | |
| | ! | |
| | ! Autoconf puts "program main" at the top | |
| | | |
| | interface | |
| | subroutine force_assumed_shape(a, count) | |
| | integer :: count | |
| | complex, dimension(:,:) :: a | |
| | end subroutine force_assumed_shape | |
| | end interface | |
| | | |
| | interface | |
| | subroutine foo(buffer, count) | |
| | !DIR$ IGNORE_TKR buffer | |
| | real, dimension(*), intent(in) :: buffer | |
| | integer, intent(in) :: count | |
| | end subroutine foo | |
| | end interface | |
| | | |
| | ! Simple interface with an un-typed first argument (e.g., a choice buffer) | |
| | integer :: count | |
| | real :: buffer1(3) | |
| | character :: buffer2 | |
| | complex :: buffer3(4,4) | |
| | complex, pointer, dimension(:,:) :: ptr | |
| | target :: buffer3 | |
| | ptr => buffer3 | |
| | | |
| | ! Set some known values (somewhat irrelevant for this test, but just be | |
| | ! sure that the values are initialized) | |
| | a = 17 | |
| | buffer1(1) = 4.5 | |
| | buffer1(2) = 6.7 | |
| | buffer1(3) = 8.9 | |
| | buffer2 = 'a' | |
| | | |
| | ! Call with one type for the first argument | |
| | call foo(buffer1, count) | |
| | ! Call with a different type for the first argument | |
| | call foo(buffer2, count) | |
| | ! Force us through an assumed shape | |
| | call force_assumed_shape(buffer3, count) | |
| | ! Force a pointer call through an assumed shape (!) | |
| | ptr => buffer3 | |
| | | |
| | end program | |
| | | |
| | subroutine force_assumed_shape(a, count) | |
| | integer :: count | |
| | real, dimension(:,:) :: a | |
| | call foo(a, count) | |
| | end subroutine force_assumed_shape | |
| | | |
| | ! Autoconf puts "end" after the last line | |
| | subroutine bogus | |
| | | |
| | end | |
| configure:57741: result: no | |
| configure:57817: checking for Fortran compiler support of !IBM* IGNORE_TKR | |
| configure:57878: gfortran -c -g conftest.f90 >&5 | |
| conftest.f90:40.11: | |
| call foo(buffer2, count) | |
| 1 | |
| Error: Type mismatch in argument 'buffer' at (1); passed CHARACTER(1) to REAL(4) | |
| configure:57878: $? = 1 | |
| configure: failed program was: | |
| | program main | |
| | ! | |
| | ! Autoconf puts "program main" at the top | |
| | | |
| | interface | |
| | subroutine force_assumed_shape(a, count) | |
| | integer :: count | |
| | complex, dimension(:,:) :: a | |
| | end subroutine force_assumed_shape | |
| | end interface | |
| | | |
| | interface | |
| | subroutine foo(buffer, count) | |
| | !IBM* IGNORE_TKR buffer | |
| | real, dimension(*), intent(in) :: buffer | |
| | integer, intent(in) :: count | |
| | end subroutine foo | |
| | end interface | |
| | | |
| | ! Simple interface with an un-typed first argument (e.g., a choice buffer) | |
| | integer :: count | |
| | real :: buffer1(3) | |
| | character :: buffer2 | |
| | complex :: buffer3(4,4) | |
| | complex, pointer, dimension(:,:) :: ptr | |
| | target :: buffer3 | |
| | ptr => buffer3 | |
| | | |
| | ! Set some known values (somewhat irrelevant for this test, but just be | |
| | ! sure that the values are initialized) | |
| | a = 17 | |
| | buffer1(1) = 4.5 | |
| | buffer1(2) = 6.7 | |
| | buffer1(3) = 8.9 | |
| | buffer2 = 'a' | |
| | | |
| | ! Call with one type for the first argument | |
| | call foo(buffer1, count) | |
| | ! Call with a different type for the first argument | |
| | call foo(buffer2, count) | |
| | ! Force us through an assumed shape | |
| | call force_assumed_shape(buffer3, count) | |
| | ! Force a pointer call through an assumed shape (!) | |
| | ptr => buffer3 | |
| | | |
| | end program | |
| | | |
| | subroutine force_assumed_shape(a, count) | |
| | integer :: count | |
| | real, dimension(:,:) :: a | |
| | call foo(a, count) | |
| | end subroutine force_assumed_shape | |
| | | |
| | ! Autoconf puts "end" after the last line | |
| | subroutine bogus | |
| | | |
| | end | |
| configure:57888: result: no | |
| configure:57924: checking Fortran compiler ignore TKR syntax | |
| configure:57949: result: 0:real:! | |
| configure:58012: checking if Fortran compiler supports ISO_C_BINDING | |
| configure:58030: gfortran -c -g conftest.f90 >&5 | |
| configure:58030: $? = 0 | |
| configure:58044: result: yes | |
| configure:58056: checking if building Fortran 'use mpi' bindings | |
| configure:58059: result: yes | |
| configure:59142: checking if building Fortran 'use mpi_f08' bindings | |
| configure:59149: result: no | |
| configure:59711: checking alloca.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking alloca.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for alloca.h | |
| configure:59711: result: yes | |
| configure:59711: checking aio.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking aio.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for aio.h | |
| configure:59711: result: yes | |
| configure:59711: checking arpa/inet.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking arpa/inet.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for arpa/inet.h | |
| configure:59711: result: yes | |
| configure:59711: checking dirent.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking dirent.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for dirent.h | |
| configure:59711: result: yes | |
| configure:59711: checking dlfcn.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking dlfcn.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for dlfcn.h | |
| configure:59711: result: yes | |
| configure:59711: checking execinfo.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking execinfo.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for execinfo.h | |
| configure:59711: result: yes | |
| configure:59711: checking err.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking err.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for err.h | |
| configure:59711: result: yes | |
| configure:59711: checking fcntl.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking fcntl.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for fcntl.h | |
| configure:59711: result: yes | |
| configure:59711: checking grp.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking grp.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for grp.h | |
| configure:59711: result: yes | |
| configure:59711: checking for inttypes.h | |
| configure:59711: result: yes | |
| configure:59711: checking libgen.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking libgen.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for libgen.h | |
| configure:59711: result: yes | |
| configure:59711: checking libutil.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| In file included from conftest.c:432: | |
| /usr/include/libutil.h:33:2: warning: clang: "Deprecated header, use <bsd/libutil.h> or libbsd-overlay.pc instead." [-W#warnings] | |
| #warning "Deprecated header, use <bsd/libutil.h> or libbsd-overlay.pc instead." | |
| ^ | |
| 1 warning generated. | |
| In file included from conftest.c:432:0: | |
| /usr/include/libutil.h:33:2: warning: #warning "Deprecated header, use <bsd/libutil.h> or libbsd-overlay.pc instead." [-Wcpp] | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking libutil.h presence | |
| configure:59711: gcc -E conftest.c | |
| In file included from conftest.c:399:0: | |
| /usr/include/libutil.h:33:2: warning: #warning "Deprecated header, use <bsd/libutil.h> or libbsd-overlay.pc instead." [-Wcpp] | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for libutil.h | |
| configure:59711: result: yes | |
| configure:59711: checking for memory.h | |
| configure:59711: result: yes | |
| configure:59711: checking for netdb.h | |
| configure:59711: result: yes | |
| configure:59711: checking for netinet/in.h | |
| configure:59711: result: yes | |
| configure:59711: checking for netinet/tcp.h | |
| configure:59711: result: yes | |
| configure:59711: checking poll.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking poll.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for poll.h | |
| configure:59711: result: yes | |
| configure:59711: checking pthread.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking pthread.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for pthread.h | |
| configure:59711: result: yes | |
| configure:59711: checking pty.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking pty.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for pty.h | |
| configure:59711: result: yes | |
| configure:59711: checking pwd.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking pwd.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for pwd.h | |
| configure:59711: result: yes | |
| configure:59711: checking sched.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sched.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sched.h | |
| configure:59711: result: yes | |
| configure:59711: checking for stdint.h | |
| configure:59711: result: yes | |
| configure:59711: checking stddef.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking stddef.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for stddef.h | |
| configure:59711: result: yes | |
| configure:59711: checking for stdlib.h | |
| configure:59711: result: yes | |
| configure:59711: checking for string.h | |
| configure:59711: result: yes | |
| configure:59711: checking for strings.h | |
| configure:59711: result: yes | |
| configure:59711: checking stropts.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking stropts.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for stropts.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/fcntl.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/fcntl.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/fcntl.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/ipc.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/ipc.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/ipc.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/shm.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/shm.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/shm.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/ioctl.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/ioctl.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/ioctl.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/mman.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/mman.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/mman.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/param.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/param.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/param.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/queue.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/queue.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/queue.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/resource.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/resource.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/resource.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/select.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/select.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/select.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/socket.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/socket.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/socket.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/sockio.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:458:10: fatal error: clang: 'sys/sockio.h' file not found | |
| #include <sys/sockio.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:458:24: fatal error: sys/sockio.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <sys/sockio.h> | |
| configure:59711: result: no | |
| configure:59711: checking sys/sockio.h presence | |
| configure:59711: gcc -E conftest.c | |
| conftest.c:425:24: fatal error: sys/sockio.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <sys/sockio.h> | |
| configure:59711: result: no | |
| configure:59711: checking for sys/sockio.h | |
| configure:59711: result: no | |
| configure:59711: checking stdarg.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking stdarg.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for stdarg.h | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/stat.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/statfs.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/statfs.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/statfs.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/statvfs.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/statvfs.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/statvfs.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/time.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/time.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/time.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/tree.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:463:10: fatal error: clang: 'sys/tree.h' file not found | |
| #include <sys/tree.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:463:22: fatal error: sys/tree.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <sys/tree.h> | |
| configure:59711: result: no | |
| configure:59711: checking sys/tree.h presence | |
| configure:59711: gcc -E conftest.c | |
| conftest.c:430:22: fatal error: sys/tree.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <sys/tree.h> | |
| configure:59711: result: no | |
| configure:59711: checking for sys/tree.h | |
| configure:59711: result: no | |
| configure:59711: checking for sys/types.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/uio.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/uio.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/uio.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/un.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/un.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/un.h | |
| configure:59711: result: yes | |
| configure:59711: checking net/uio.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:466:10: fatal error: clang: 'net/uio.h' file not found | |
| #include <net/uio.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:466:21: fatal error: net/uio.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <net/uio.h> | |
| configure:59711: result: no | |
| configure:59711: checking net/uio.h presence | |
| configure:59711: gcc -E conftest.c | |
| conftest.c:433:21: fatal error: net/uio.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <net/uio.h> | |
| configure:59711: result: no | |
| configure:59711: checking for net/uio.h | |
| configure:59711: result: no | |
| configure:59711: checking sys/utsname.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/utsname.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/utsname.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/vfs.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/vfs.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/vfs.h | |
| configure:59711: result: yes | |
| configure:59711: checking sys/wait.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking sys/wait.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for sys/wait.h | |
| configure:59711: result: yes | |
| configure:59711: checking syslog.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking syslog.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for syslog.h | |
| configure:59711: result: yes | |
| configure:59711: checking time.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking time.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for time.h | |
| configure:59711: result: yes | |
| configure:59711: checking termios.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking termios.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for termios.h | |
| configure:59711: result: yes | |
| configure:59711: checking ulimit.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking ulimit.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for ulimit.h | |
| configure:59711: result: yes | |
| configure:59711: checking for unistd.h | |
| configure:59711: result: yes | |
| configure:59711: checking util.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:474:10: fatal error: clang: 'util.h' file not found | |
| #include <util.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:474:18: fatal error: util.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <util.h> | |
| configure:59711: result: no | |
| configure:59711: checking util.h presence | |
| configure:59711: gcc -E conftest.c | |
| conftest.c:441:18: fatal error: util.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <util.h> | |
| configure:59711: result: no | |
| configure:59711: checking for util.h | |
| configure:59711: result: no | |
| configure:59711: checking utmp.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking utmp.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for utmp.h | |
| configure:59711: result: yes | |
| configure:59711: checking malloc.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking malloc.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for malloc.h | |
| configure:59711: result: yes | |
| configure:59711: checking ifaddrs.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking ifaddrs.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for ifaddrs.h | |
| configure:59711: result: yes | |
| configure:59711: checking crt_externs.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:477:10: fatal error: clang: 'crt_externs.h' file not found | |
| #include <crt_externs.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:477:25: fatal error: crt_externs.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <crt_externs.h> | |
| configure:59711: result: no | |
| configure:59711: checking crt_externs.h presence | |
| configure:59711: gcc -E conftest.c | |
| conftest.c:444:25: fatal error: crt_externs.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <crt_externs.h> | |
| configure:59711: result: no | |
| configure:59711: checking for crt_externs.h | |
| configure:59711: result: no | |
| configure:59711: checking regex.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking regex.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for regex.h | |
| configure:59711: result: yes | |
| configure:59711: checking signal.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking signal.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for signal.h | |
| configure:59711: result: yes | |
| configure:59711: checking mntent.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking mntent.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for mntent.h | |
| configure:59711: result: yes | |
| configure:59711: checking paths.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking paths.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for paths.h | |
| configure:59711: result: yes | |
| configure:59711: checking ioLib.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:481:10: fatal error: clang: 'ioLib.h' file not found | |
| #include <ioLib.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:481:19: fatal error: ioLib.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <ioLib.h> | |
| configure:59711: result: no | |
| configure:59711: checking ioLib.h presence | |
| configure:59711: gcc -E conftest.c | |
| conftest.c:448:19: fatal error: ioLib.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <ioLib.h> | |
| configure:59711: result: no | |
| configure:59711: checking for ioLib.h | |
| configure:59711: result: no | |
| configure:59711: checking sockLib.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:481:10: fatal error: clang: 'sockLib.h' file not found | |
| #include <sockLib.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:481:21: fatal error: sockLib.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <sockLib.h> | |
| configure:59711: result: no | |
| configure:59711: checking sockLib.h presence | |
| configure:59711: gcc -E conftest.c | |
| conftest.c:448:21: fatal error: sockLib.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <sockLib.h> | |
| configure:59711: result: no | |
| configure:59711: checking for sockLib.h | |
| configure:59711: result: no | |
| configure:59711: checking hostLib.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:481:10: fatal error: clang: 'hostLib.h' file not found | |
| #include <hostLib.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:481:21: fatal error: hostLib.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <hostLib.h> | |
| configure:59711: result: no | |
| configure:59711: checking hostLib.h presence | |
| configure:59711: gcc -E conftest.c | |
| conftest.c:448:21: fatal error: hostLib.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <hostLib.h> | |
| configure:59711: result: no | |
| configure:59711: checking for hostLib.h | |
| configure:59711: result: no | |
| configure:59711: checking shlwapi.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:481:10: fatal error: clang: 'shlwapi.h' file not found | |
| #include <shlwapi.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:481:21: fatal error: shlwapi.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <shlwapi.h> | |
| configure:59711: result: no | |
| configure:59711: checking shlwapi.h presence | |
| configure:59711: gcc -E conftest.c | |
| conftest.c:448:21: fatal error: shlwapi.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <shlwapi.h> | |
| configure:59711: result: no | |
| configure:59711: checking for shlwapi.h | |
| configure:59711: result: no | |
| configure:59711: checking sys/synch.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:481:10: fatal error: clang: 'sys/synch.h' file not found | |
| #include <sys/synch.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:481:23: fatal error: sys/synch.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <sys/synch.h> | |
| configure:59711: result: no | |
| configure:59711: checking sys/synch.h presence | |
| configure:59711: gcc -E conftest.c | |
| conftest.c:448:23: fatal error: sys/synch.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <sys/synch.h> | |
| configure:59711: result: no | |
| configure:59711: checking for sys/synch.h | |
| configure:59711: result: no | |
| configure:59711: checking limits.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking limits.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for limits.h | |
| configure:59711: result: yes | |
| configure:59711: checking db.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking db.h presence | |
| configure:59711: gcc -E conftest.c | |
| configure:59711: $? = 0 | |
| configure:59711: result: yes | |
| configure:59711: checking for db.h | |
| configure:59711: result: yes | |
| configure:59711: checking ndbm.h usability | |
| configure:59711: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:483:10: fatal error: clang: 'ndbm.h' file not found | |
| #include <ndbm.h> | |
| ^ | |
| 1 error generated. | |
| conftest.c:483:18: fatal error: ndbm.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_DB_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #include <ndbm.h> | |
| configure:59711: result: no | |
| configure:59711: checking ndbm.h presence | |
| configure:59711: gcc -E conftest.c | |
| conftest.c:450:18: fatal error: ndbm.h: No such file or directory | |
| compilation terminated. | |
| configure:59711: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_DB_H 1 | |
| | /* end confdefs.h. */ | |
| | #include <ndbm.h> | |
| configure:59711: result: no | |
| configure:59711: checking for ndbm.h | |
| configure:59711: result: no | |
| configure:59724: checking for sys/mount.h | |
| configure:59724: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59724: $? = 0 | |
| configure:59724: result: yes | |
| configure:59742: checking for sys/sysctl.h | |
| configure:59742: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59742: $? = 0 | |
| configure:59742: result: yes | |
| configure:59762: checking for net/if.h | |
| configure:59762: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59762: $? = 0 | |
| configure:59762: result: yes | |
| configure:59799: checking stdbool.h usability | |
| configure:59799: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59799: $? = 0 | |
| configure:59799: result: yes | |
| configure:59799: checking stdbool.h presence | |
| configure:59799: gcc -E conftest.c | |
| configure:59799: $? = 0 | |
| configure:59799: result: yes | |
| configure:59799: checking for stdbool.h | |
| configure:59799: result: yes | |
| configure:59848: checking if <stdbool.h> works | |
| configure:59866: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:59866: $? = 0 | |
| configure:59881: result: yes | |
| configure:60004: checking size of pid_t | |
| configure:60009: gcc -std=gnu99 -o conftest -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:60009: $? = 0 | |
| configure:60009: ./conftest | |
| configure:60009: $? = 0 | |
| configure:60023: result: 4 | |
| configure:60034: checking for socklen_t | |
| configure:60034: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:60034: $? = 0 | |
| configure:60034: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:499:24: error: expected expression | |
| if (sizeof ((socklen_t))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:499:24: error: expected expression before ')' token | |
| configure:60034: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_DB_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_SYSCTL_H 1 | |
| | #define HAVE_NET_IF_H 1 | |
| | #define HAVE_STDBOOL_H 1 | |
| | #define OPAL_USE_STDBOOL_H 1 | |
| | #define SIZEOF_PID_T 4 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #if HAVE_SYS_SOCKET_H | |
| | #include <sys/socket.h> | |
| | #endif | |
| | #ifdef HAVE_NETINET_IN_H | |
| | #include <netinet/in.h> | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((socklen_t))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:60034: result: yes | |
| configure:60050: checking for struct sockaddr_in | |
| configure:60050: result: yes | |
| configure:60066: checking for struct sockaddr_in6 | |
| configure:60066: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:60066: $? = 0 | |
| configure:60066: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:501:34: error: expected expression | |
| if (sizeof ((struct sockaddr_in6))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:501:34: error: expected expression before ')' token | |
| configure:60066: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_DB_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_SYSCTL_H 1 | |
| | #define HAVE_NET_IF_H 1 | |
| | #define HAVE_STDBOOL_H 1 | |
| | #define OPAL_USE_STDBOOL_H 1 | |
| | #define SIZEOF_PID_T 4 | |
| | #define HAVE_SOCKLEN_T 1 | |
| | #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #if HAVE_SYS_SOCKET_H | |
| | #include <sys/socket.h> | |
| | #endif | |
| | #ifdef HAVE_NETINET_IN_H | |
| | #include <netinet/in.h> | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((struct sockaddr_in6))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:60066: result: yes | |
| configure:60082: checking for struct sockaddr_storage | |
| configure:60082: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:60082: $? = 0 | |
| configure:60082: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:502:38: error: expected expression | |
| if (sizeof ((struct sockaddr_storage))) | |
| ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:502:38: error: expected expression before ')' token | |
| configure:60082: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_DB_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_SYSCTL_H 1 | |
| | #define HAVE_NET_IF_H 1 | |
| | #define HAVE_STDBOOL_H 1 | |
| | #define OPAL_USE_STDBOOL_H 1 | |
| | #define SIZEOF_PID_T 4 | |
| | #define HAVE_SOCKLEN_T 1 | |
| | #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| | #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| | /* end confdefs.h. */ | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #if HAVE_SYS_SOCKET_H | |
| | #include <sys/socket.h> | |
| | #endif | |
| | #ifdef HAVE_NETINET_IN_H | |
| | #include <netinet/in.h> | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | if (sizeof ((struct sockaddr_storage))) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:60082: result: yes | |
| configure:60100: checking whether AF_UNSPEC is declared | |
| configure:60100: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:60100: $? = 0 | |
| configure:60100: result: yes | |
| configure:60117: checking whether PF_UNSPEC is declared | |
| configure:60117: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:60117: $? = 0 | |
| configure:60117: result: yes | |
| configure:60134: checking whether AF_INET6 is declared | |
| configure:60134: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:60134: $? = 0 | |
| configure:60134: result: yes | |
| configure:60151: checking whether PF_INET6 is declared | |
| configure:60151: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:60151: $? = 0 | |
| configure:60151: result: yes | |
| configure:60208: checking if SA_RESTART defined in signal.h | |
| configure:60231: result: yes | |
| configure:60255: checking for struct sockaddr.sa_len | |
| configure:60255: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:475:13: error: no member named 'sa_len' in 'struct sockaddr' | |
| if (ac_aggr.sa_len) | |
| ~~~~~~~ ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:475:12: error: 'struct sockaddr' has no member named 'sa_len' | |
| configure:60255: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_DB_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_SYSCTL_H 1 | |
| | #define HAVE_NET_IF_H 1 | |
| | #define HAVE_STDBOOL_H 1 | |
| | #define OPAL_USE_STDBOOL_H 1 | |
| | #define SIZEOF_PID_T 4 | |
| | #define HAVE_SOCKLEN_T 1 | |
| | #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| | #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| | #define HAVE_DECL_AF_UNSPEC 1 | |
| | #define HAVE_DECL_PF_UNSPEC 1 | |
| | #define HAVE_DECL_AF_INET6 1 | |
| | #define HAVE_DECL_PF_INET6 1 | |
| | #define OPAL_HAVE_SA_RESTART 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | #include <sys/types.h> | |
| | #if HAVE_SYS_SOCKET_H | |
| | #include <sys/socket.h> | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | static struct sockaddr ac_aggr; | |
| | if (ac_aggr.sa_len) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:60255: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:475:20: error: no member named 'sa_len' in 'struct sockaddr' | |
| if (sizeof ac_aggr.sa_len) | |
| ~~~~~~~ ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:475:19: error: 'struct sockaddr' has no member named 'sa_len' | |
| configure:60255: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_DB_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_SYSCTL_H 1 | |
| | #define HAVE_NET_IF_H 1 | |
| | #define HAVE_STDBOOL_H 1 | |
| | #define OPAL_USE_STDBOOL_H 1 | |
| | #define SIZEOF_PID_T 4 | |
| | #define HAVE_SOCKLEN_T 1 | |
| | #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| | #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| | #define HAVE_DECL_AF_UNSPEC 1 | |
| | #define HAVE_DECL_PF_UNSPEC 1 | |
| | #define HAVE_DECL_AF_INET6 1 | |
| | #define HAVE_DECL_PF_INET6 1 | |
| | #define OPAL_HAVE_SA_RESTART 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | #include <sys/types.h> | |
| | #if HAVE_SYS_SOCKET_H | |
| | #include <sys/socket.h> | |
| | #endif | |
| | | |
| | int | |
| | main () | |
| | { | |
| | static struct sockaddr ac_aggr; | |
| | if (sizeof ac_aggr.sa_len) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:60255: result: no | |
| configure:60271: checking for struct dirent.d_type | |
| configure:60271: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:60271: $? = 0 | |
| configure:60271: result: yes | |
| configure:60285: checking for siginfo_t.si_fd | |
| configure:60285: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:60285: $? = 0 | |
| configure:60285: result: yes | |
| configure:60296: checking for siginfo_t.si_band | |
| configure:60296: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:60296: $? = 0 | |
| configure:60296: result: yes | |
| configure:60311: checking for struct statfs.f_type | |
| configure:60311: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| configure:60311: $? = 0 | |
| configure:60311: result: yes | |
| configure:60331: checking for struct statfs.f_fstypename | |
| configure:60331: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:521:13: error: no member named 'f_fstypename' in 'struct statfs' | |
| if (ac_aggr.f_fstypename) | |
| ~~~~~~~ ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:521:12: error: 'struct statfs' has no member named 'f_fstypename' | |
| configure:60331: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_DB_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_SYSCTL_H 1 | |
| | #define HAVE_NET_IF_H 1 | |
| | #define HAVE_STDBOOL_H 1 | |
| | #define OPAL_USE_STDBOOL_H 1 | |
| | #define SIZEOF_PID_T 4 | |
| | #define HAVE_SOCKLEN_T 1 | |
| | #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| | #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| | #define HAVE_DECL_AF_UNSPEC 1 | |
| | #define HAVE_DECL_PF_UNSPEC 1 | |
| | #define HAVE_DECL_AF_INET6 1 | |
| | #define HAVE_DECL_PF_INET6 1 | |
| | #define OPAL_HAVE_SA_RESTART 1 | |
| | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| | #define HAVE_SIGINFO_T_SI_FD 1 | |
| | #define HAVE_SIGINFO_T_SI_BAND 1 | |
| | #define HAVE_STRUCT_STATFS_F_TYPE 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_PARAM_H | |
| | #include <sys/param.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_MOUNT_H | |
| | #include <sys/mount.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_VFS_H | |
| | #include <sys/vfs.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STATFS_H | |
| | #include <sys/statfs.h> | |
| | #endif | |
| | | |
| | | |
| | int | |
| | main () | |
| | { | |
| | static struct statfs ac_aggr; | |
| | if (ac_aggr.f_fstypename) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:60331: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:521:20: error: no member named 'f_fstypename' in 'struct statfs' | |
| if (sizeof ac_aggr.f_fstypename) | |
| ~~~~~~~ ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:521:19: error: 'struct statfs' has no member named 'f_fstypename' | |
| configure:60331: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_DB_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_SYSCTL_H 1 | |
| | #define HAVE_NET_IF_H 1 | |
| | #define HAVE_STDBOOL_H 1 | |
| | #define OPAL_USE_STDBOOL_H 1 | |
| | #define SIZEOF_PID_T 4 | |
| | #define HAVE_SOCKLEN_T 1 | |
| | #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| | #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| | #define HAVE_DECL_AF_UNSPEC 1 | |
| | #define HAVE_DECL_PF_UNSPEC 1 | |
| | #define HAVE_DECL_AF_INET6 1 | |
| | #define HAVE_DECL_PF_INET6 1 | |
| | #define OPAL_HAVE_SA_RESTART 1 | |
| | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| | #define HAVE_SIGINFO_T_SI_FD 1 | |
| | #define HAVE_SIGINFO_T_SI_BAND 1 | |
| | #define HAVE_STRUCT_STATFS_F_TYPE 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_PARAM_H | |
| | #include <sys/param.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_MOUNT_H | |
| | #include <sys/mount.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_VFS_H | |
| | #include <sys/vfs.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STATFS_H | |
| | #include <sys/statfs.h> | |
| | #endif | |
| | | |
| | | |
| | int | |
| | main () | |
| | { | |
| | static struct statfs ac_aggr; | |
| | if (sizeof ac_aggr.f_fstypename) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:60331: result: no | |
| configure:60360: checking for struct statvfs.f_basetype | |
| configure:60360: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:512:13: error: no member named 'f_basetype' in 'struct statvfs' | |
| if (ac_aggr.f_basetype) | |
| ~~~~~~~ ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:512:12: error: 'struct statvfs' has no member named 'f_basetype' | |
| configure:60360: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL2 0 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL2 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL2 4 | |
| | #define OMPI_KIND_FORTRAN_REAL2 0 | |
| | #define ompi_fortran_real2_t ompi_fortran_bogus_type_t | |
| | #define OMPI_HAVE_FORTRAN_REAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL4 4 | |
| | #define OMPI_KIND_FORTRAN_REAL4 C_FLOAT | |
| | #define ompi_fortran_real4_t float | |
| | #define OMPI_HAVE_FORTRAN_REAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL8 8 | |
| | #define OMPI_KIND_FORTRAN_REAL8 C_DOUBLE | |
| | #define ompi_fortran_real8_t double | |
| | #define OMPI_HAVE_FORTRAN_REAL16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL16 16 | |
| | #define OMPI_KIND_FORTRAN_REAL16 C_LONG_DOUBLE | |
| | #define ompi_fortran_real16_t long double | |
| | #define OMPI_REAL16_MATCHES_C 1 | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_PRECISION 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_PRECISION 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_PRECISION C_DOUBLE | |
| | #define ompi_fortran_double_precision_t double | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX4 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX4 0 | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX8 4 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX8 C_FLOAT_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX16 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX16 8 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX16 C_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_COMPLEX32 1 | |
| | #define OMPI_SIZEOF_FORTRAN_COMPLEX32 32 | |
| | #define OMPI_ALIGNMENT_FORTRAN_COMPLEX32 16 | |
| | #define OMPI_KIND_FORTRAN_COMPLEX32 C_LONG_DOUBLE_COMPLEX | |
| | #define OMPI_HAVE_FORTRAN_DOUBLE_COMPLEX 1 | |
| | #define OMPI_SIZEOF_FORTRAN_DOUBLE_COMPLEX 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_DOUBLE_COMPLEX 8 | |
| | #define OMPI_KIND_FORTRAN_DOUBLE_COMPLEX C_DOUBLE_COMPLEX | |
| | #define OMPI_FORTRAN_HANDLE_MAX 2147483647 | |
| | #define OMPI_FORTRAN_VALUE_TRUE 1 | |
| | #define OMPI_FORTRAN_MAX_ARRAY_RANK 7 | |
| | #define OMPI_FC "gfortran" | |
| | #define OMPI_FC_ABSOLUTE "/usr/bin/gfortran" | |
| | #define OMPI_FORTRAN_BUILD_SIZEOF 0 | |
| | #define OMPI_FORTRAN_HAVE_INTERFACE 1 | |
| | #define OMPI_FORTRAN_HAVE_ISO_FORTRAN_ENV 1 | |
| | #define OMPI_FORTRAN_HAVE_STORAGE_SIZE 0 | |
| | #define OMPI_BUILD_FORTRAN_MPIFH_BINDINGS 1 | |
| | #define OMPI_FORTRAN_IGNORE_TKR_PREDECL "" | |
| | #define OMPI_FORTRAN_IGNORE_TKR_TYPE | |
| | #define OMPI_BUILD_FORTRAN_USEMPI_BINDINGS 1 | |
| | #define OMPI_FORTRAN_HAVE_IGNORE_TKR 0 | |
| | #define OMPI_FORTRAN_SUBARRAYS_SUPPORTED .FALSE. | |
| | #define OMPI_FORTRAN_NEED_WRAPPER_ROUTINES 0 | |
| | #define OMPI_FORTRAN_F08_HANDLE_SIZE 4 | |
| | #define OMPI_BUILD_FORTRAN_USEMPIF08_BINDINGS 0 | |
| | #define OMPI_FORTRAN_HAVE_F08_ASSUMED_RANK 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C 0 | |
| | #define OMPI_FORTRAN_HAVE_ISO_C_BINDING 1 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_SUB 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE 0 | |
| | #define OMPI_FORTRAN_HAVE_BIND_C_TYPE_NAME 0 | |
| | #define OMPI_FORTRAN_HAVE_OPTIONAL_ARGS 0 | |
| | #define OMPI_FORTRAN_HAVE_PRIVATE 0 | |
| | #define OMPI_FORTRAN_HAVE_PROTECTED 0 | |
| | #define OMPI_FORTRAN_HAVE_ABSTRACT 0 | |
| | #define OMPI_FORTRAN_HAVE_ASYNCHRONOUS 0 | |
| | #define OMPI_FORTRAN_HAVE_PROCEDURE 0 | |
| | #define OMPI_FORTRAN_HAVE_C_FUNLOC 0 | |
| | #define HAVE_ALLOCA_H 1 | |
| | #define HAVE_AIO_H 1 | |
| | #define HAVE_ARPA_INET_H 1 | |
| | #define HAVE_DIRENT_H 1 | |
| | #define HAVE_DLFCN_H 1 | |
| | #define HAVE_EXECINFO_H 1 | |
| | #define HAVE_ERR_H 1 | |
| | #define HAVE_FCNTL_H 1 | |
| | #define HAVE_GRP_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_LIBGEN_H 1 | |
| | #define HAVE_LIBUTIL_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_NETDB_H 1 | |
| | #define HAVE_NETINET_IN_H 1 | |
| | #define HAVE_NETINET_TCP_H 1 | |
| | #define HAVE_POLL_H 1 | |
| | #define HAVE_PTHREAD_H 1 | |
| | #define HAVE_PTY_H 1 | |
| | #define HAVE_PWD_H 1 | |
| | #define HAVE_SCHED_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_STDDEF_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_STROPTS_H 1 | |
| | #define HAVE_SYS_FCNTL_H 1 | |
| | #define HAVE_SYS_IPC_H 1 | |
| | #define HAVE_SYS_SHM_H 1 | |
| | #define HAVE_SYS_IOCTL_H 1 | |
| | #define HAVE_SYS_MMAN_H 1 | |
| | #define HAVE_SYS_PARAM_H 1 | |
| | #define HAVE_SYS_QUEUE_H 1 | |
| | #define HAVE_SYS_RESOURCE_H 1 | |
| | #define HAVE_SYS_SELECT_H 1 | |
| | #define HAVE_SYS_SOCKET_H 1 | |
| | #define HAVE_STDARG_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_SYS_STATFS_H 1 | |
| | #define HAVE_SYS_STATVFS_H 1 | |
| | #define HAVE_SYS_TIME_H 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_UIO_H 1 | |
| | #define HAVE_SYS_UN_H 1 | |
| | #define HAVE_SYS_UTSNAME_H 1 | |
| | #define HAVE_SYS_VFS_H 1 | |
| | #define HAVE_SYS_WAIT_H 1 | |
| | #define HAVE_SYSLOG_H 1 | |
| | #define HAVE_TIME_H 1 | |
| | #define HAVE_TERMIOS_H 1 | |
| | #define HAVE_ULIMIT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define HAVE_UTMP_H 1 | |
| | #define HAVE_MALLOC_H 1 | |
| | #define HAVE_IFADDRS_H 1 | |
| | #define HAVE_REGEX_H 1 | |
| | #define HAVE_SIGNAL_H 1 | |
| | #define HAVE_MNTENT_H 1 | |
| | #define HAVE_PATHS_H 1 | |
| | #define HAVE_LIMITS_H 1 | |
| | #define HAVE_DB_H 1 | |
| | #define HAVE_SYS_MOUNT_H 1 | |
| | #define HAVE_SYS_SYSCTL_H 1 | |
| | #define HAVE_NET_IF_H 1 | |
| | #define HAVE_STDBOOL_H 1 | |
| | #define OPAL_USE_STDBOOL_H 1 | |
| | #define SIZEOF_PID_T 4 | |
| | #define HAVE_SOCKLEN_T 1 | |
| | #define HAVE_STRUCT_SOCKADDR_IN 1 | |
| | #define HAVE_STRUCT_SOCKADDR_IN6 1 | |
| | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | |
| | #define HAVE_DECL_AF_UNSPEC 1 | |
| | #define HAVE_DECL_PF_UNSPEC 1 | |
| | #define HAVE_DECL_AF_INET6 1 | |
| | #define HAVE_DECL_PF_INET6 1 | |
| | #define OPAL_HAVE_SA_RESTART 1 | |
| | #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| | #define HAVE_SIGINFO_T_SI_FD 1 | |
| | #define HAVE_SIGINFO_T_SI_BAND 1 | |
| | #define HAVE_STRUCT_STATFS_F_TYPE 1 | |
| | /* end confdefs.h. */ | |
| | | |
| | #include <stdio.h> | |
| | #ifdef HAVE_SYS_TYPES_H | |
| | # include <sys/types.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STAT_H | |
| | # include <sys/stat.h> | |
| | #endif | |
| | #ifdef STDC_HEADERS | |
| | # include <stdlib.h> | |
| | # include <stddef.h> | |
| | #else | |
| | # ifdef HAVE_STDLIB_H | |
| | # include <stdlib.h> | |
| | # endif | |
| | #endif | |
| | #ifdef HAVE_STRING_H | |
| | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| | # include <memory.h> | |
| | # endif | |
| | # include <string.h> | |
| | #endif | |
| | #ifdef HAVE_STRINGS_H | |
| | # include <strings.h> | |
| | #endif | |
| | #ifdef HAVE_INTTYPES_H | |
| | # include <inttypes.h> | |
| | #endif | |
| | #ifdef HAVE_STDINT_H | |
| | # include <stdint.h> | |
| | #endif | |
| | #ifdef HAVE_UNISTD_H | |
| | # include <unistd.h> | |
| | #endif | |
| | #ifdef HAVE_SYS_STATVFS_H | |
| | #include <sys/statvfs.h> | |
| | #endif | |
| | | |
| | | |
| | int | |
| | main () | |
| | { | |
| | static struct statvfs ac_aggr; | |
| | if (ac_aggr.f_basetype) | |
| | return 0; | |
| | ; | |
| | return 0; | |
| | } | |
| configure:60360: gcc -std=gnu99 -c -g -finline-functions -fno-strict-aliasing conftest.c >&5 | |
| conftest.c:512:20: error: no member named 'f_basetype' in 'struct statvfs' | |
| if (sizeof ac_aggr.f_basetype) | |
| ~~~~~~~ ^ | |
| 1 error generated. | |
| conftest.c: In function 'main': | |
| conftest.c:512:19: error: 'struct statvfs' has no member named 'f_basetype' | |
| configure:60360: $? = 1 | |
| configure: failed program was: | |
| | /* confdefs.h */ | |
| | #define PACKAGE_NAME "Open MPI" | |
| | #define PACKAGE_TARNAME "openmpi" | |
| | #define PACKAGE_VERSION "1.8.4" | |
| | #define PACKAGE_STRING "Open MPI 1.8.4" | |
| | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | |
| | #define PACKAGE_URL "" | |
| | #define OPAL_ARCH "x86_64-unknown-linux-gnu" | |
| | #define STDC_HEADERS 1 | |
| | #define HAVE_SYS_TYPES_H 1 | |
| | #define HAVE_SYS_STAT_H 1 | |
| | #define HAVE_STDLIB_H 1 | |
| | #define HAVE_STRING_H 1 | |
| | #define HAVE_MEMORY_H 1 | |
| | #define HAVE_STRINGS_H 1 | |
| | #define HAVE_INTTYPES_H 1 | |
| | #define HAVE_STDINT_H 1 | |
| | #define HAVE_UNISTD_H 1 | |
| | #define __EXTENSIONS__ 1 | |
| | #define _ALL_SOURCE 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define _POSIX_PTHREAD_SEMANTICS 1 | |
| | #define _TANDEM_SOURCE 1 | |
| | #define OMPI_MAJOR_VERSION 1 | |
| | #define OMPI_MINOR_VERSION 8 | |
| | #define OMPI_RELEASE_VERSION 4 | |
| | #define OMPI_GREEK_VERSION "" | |
| | #define OMPI_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OMPI_TARBALL_VERSION "1.8.4" | |
| | #define OMPI_VERSION "4" | |
| | #define OMPI_RELEASE_DATE "Dec 19, 2014" | |
| | #define ORTE_MAJOR_VERSION 1 | |
| | #define ORTE_MINOR_VERSION 8 | |
| | #define ORTE_RELEASE_VERSION 4 | |
| | #define ORTE_GREEK_VERSION "" | |
| | #define ORTE_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define ORTE_TARBALL_VERSION "1.8.4" | |
| | #define ORTE_VERSION "4" | |
| | #define ORTE_RELEASE_DATE "Dec 19, 2014" | |
| | #define OSHMEM_MAJOR_VERSION 1 | |
| | #define OSHMEM_MINOR_VERSION 8 | |
| | #define OSHMEM_RELEASE_VERSION 4 | |
| | #define OSHMEM_GREEK_VERSION "" | |
| | #define OSHMEM_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OSHMEM_TARBALL_VERSION "1.8.4" | |
| | #define OSHMEM_VERSION "4" | |
| | #define OSHMEM_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_MAJOR_VERSION 1 | |
| | #define OPAL_MINOR_VERSION 8 | |
| | #define OPAL_RELEASE_VERSION 4 | |
| | #define OPAL_GREEK_VERSION "" | |
| | #define OPAL_REPO_REV "v1.8.3-330-g0344f04" | |
| | #define OPAL_TARBALL_VERSION "1.8.4" | |
| | #define OPAL_VERSION "4" | |
| | #define OPAL_RELEASE_DATE "Dec 19, 2014" | |
| | #define OPAL_ENABLE_MEM_DEBUG 1 | |
| | #define OPAL_ENABLE_MEM_PROFILE 1 | |
| | #define OPAL_ENABLE_DEBUG 1 | |
| | #define OPAL_WANT_PRETTY_PRINT_STACKTRACE 1 | |
| | #define OPAL_ENABLE_PTY_SUPPORT 1 | |
| | #define OPAL_ENABLE_HETEROGENEOUS_SUPPORT 0 | |
| | #define OPAL_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 wesarg@tudtug Distribution" | |
| | #define OPAL_IDENT_STRING "1.8.4" | |
| | #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_GDR_SUPPORT 0 | |
| | #define ORTE_DISABLE_FULL_SUPPORT 0 | |
| | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 1 | |
| | #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 1 | |
| | #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 1 | |
| | #define HAVE_ON_EXIT 1 | |
| | #define OPAL_CC "gcc" | |
| | #define STDC_HEADERS 1 | |
| | #define _GNU_SOURCE 1 | |
| | #define OPAL_C_HAVE_BUILTIN_EXPECT 1 | |
| | #define OPAL_C_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OPAL_C_HAVE_BUILTIN_CLZ 1 | |
| | #define OPAL_CC_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CC_USE_IDENT 1 | |
| | #define OPAL_CC_USE_PRAGMA_COMMENT | |
| | #define OPAL_CC_USE_CONST_CHAR_IDENT 0 | |
| | #define HAVE_INT8_T 1 | |
| | #define HAVE_UINT8_T 1 | |
| | #define HAVE_INT16_T 1 | |
| | #define HAVE_UINT16_T 1 | |
| | #define HAVE_INT32_T 1 | |
| | #define HAVE_UINT32_T 1 | |
| | #define HAVE_INT64_T 1 | |
| | #define HAVE_UINT64_T 1 | |
| | #define HAVE_LONG_LONG 1 | |
| | #define HAVE___FLOAT128 1 | |
| | #define HAVE_LONG_DOUBLE 1 | |
| | #define HAVE_COMPLEX_H 1 | |
| | #define HAVE_FLOAT__COMPLEX 1 | |
| | #define HAVE_DOUBLE__COMPLEX 1 | |
| | #define HAVE_LONG_DOUBLE__COMPLEX 1 | |
| | #define HAVE_INTPTR_T 1 | |
| | #define HAVE_UINTPTR_T 1 | |
| | #define HAVE_MODE_T 1 | |
| | #define HAVE_SSIZE_T 1 | |
| | #define HAVE_PTRDIFF_T 1 | |
| | #define SIZEOF_CHAR 1 | |
| | #define SIZEOF_SHORT 2 | |
| | #define SIZEOF_INT 4 | |
| | #define SIZEOF_LONG 8 | |
| | #define SIZEOF_LONG_LONG 8 | |
| | #define SIZEOF_FLOAT 4 | |
| | #define SIZEOF_DOUBLE 8 | |
| | #define SIZEOF_LONG_DOUBLE 16 | |
| | #define SIZEOF___FLOAT128 16 | |
| | #define SIZEOF_FLOAT__COMPLEX 8 | |
| | #define SIZEOF_DOUBLE__COMPLEX 16 | |
| | #define SIZEOF_LONG_DOUBLE__COMPLEX 32 | |
| | #define SIZEOF_VOID_P 8 | |
| | #define SIZEOF_SIZE_T 8 | |
| | #define SIZEOF_SSIZE_T 8 | |
| | #define SIZEOF_PTRDIFF_T 8 | |
| | #define SIZEOF_WCHAR_T 4 | |
| | #define OPAL_ALIGNMENT_BOOL 1 | |
| | #define OPAL_ALIGNMENT_INT8 1 | |
| | #define OPAL_ALIGNMENT_INT16 2 | |
| | #define OPAL_ALIGNMENT_INT32 4 | |
| | #define OPAL_ALIGNMENT_INT64 8 | |
| | #define OPAL_ALIGNMENT_CHAR 1 | |
| | #define OPAL_ALIGNMENT_SHORT 2 | |
| | #define OPAL_ALIGNMENT_WCHAR 4 | |
| | #define OPAL_ALIGNMENT_INT 4 | |
| | #define OPAL_ALIGNMENT_LONG 8 | |
| | #define OPAL_ALIGNMENT_LONG_LONG 8 | |
| | #define OPAL_ALIGNMENT_FLOAT 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE 16 | |
| | #define OPAL_ALIGNMENT___FLOAT128 16 | |
| | #define OPAL_ALIGNMENT_FLOAT_COMPLEX 4 | |
| | #define OPAL_ALIGNMENT_DOUBLE_COMPLEX 8 | |
| | #define OPAL_ALIGNMENT_LONG_DOUBLE_COMPLEX 16 | |
| | #define OPAL_ALIGNMENT_VOID_P 8 | |
| | #define OPAL_ALIGNMENT_SIZE_T 8 | |
| | #define OPAL_NEED_C_BOOL 1 | |
| | #define SIZEOF__BOOL 1 | |
| | #ifndef __cplusplus | |
| | #define inline __inline__ | |
| | #endif | |
| | #define restrict __restrict | |
| | #define OMPI_ENABLE_MPI_PROFILING 1 | |
| | #define OPAL_HAVE_WEAK_SYMBOLS 1 | |
| | #define OPAL_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_CXX "g++" | |
| | #define SIZEOF_BOOL 1 | |
| | #define OPAL_ALIGNMENT_CXX_BOOL 1 | |
| | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | |
| | #define OPAL_CXX_USE_PRAGMA_IDENT 0 | |
| | #define OPAL_CXX_USE_IDENT 1 | |
| | #define OPAL_CXX_USE_PRAGMA_COMMENT | |
| | #define OPAL_CXX_USE_CONST_CHAR_IDENT 0 | |
| | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | |
| | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | |
| | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | |
| | #define OMPI_BUILD_CXX_BINDINGS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALIGNED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_ALWAYS_INLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_COLD 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_CONST 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DEPRECATED_ARGUMENT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_FORMAT_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_HOT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MALLOC 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_MAY_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NO_INSTRUMENT_FUNCTION 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NOINLINE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NONNULL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_NORETURN_FUNCPTR 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PACKED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_PURE 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_SENTINEL 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_UNUSED 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_VISIBILITY 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_WEAK_ALIAS 1 | |
| | #define OPAL_HAVE_ATTRIBUTE_DESTRUCTOR 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYID 1 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME GNU | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION 263683 | |
| | #define OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR 4.6.3 | |
| | #define OPAL_HAVE_JAVA_SUPPORT 1 | |
| | #define OMPI_WANT_JAVA_BINDINGS 0 | |
| | #define OPAL_WANT_SMP_LOCKS 1 | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASM_TEXT ".text" | |
| | #define OPAL_ASM_GLOBAL ".globl" | |
| | #define OPAL_ASM_LABEL_SUFFIX ":" | |
| | #define OPAL_ASM_GSYM "" | |
| | #define OPAL_ASM_LSYM ".L" | |
| | #define OPAL_ASM_TYPE "@" | |
| | #define OPAL_ASM_SIZE "1" | |
| | #define OPAL_ASM_ALIGN_LOG | |
| | #define OPAL_C_GCC_INLINE_ASSEMBLY 1 | |
| | #define OPAL_ASSEMBLY_ARCH OMPI_AMD64 | |
| | #define OPAL_ASSEMBLY_BUILTIN OMPI_BUILTIN_SYNC | |
| | #define OPAL_HAVE_ASM_FILE 0 | |
| | #define OMPI_FORTRAN_DOUBLE_UNDERSCORE 0 | |
| | #define OMPI_FORTRAN_SINGLE_UNDERSCORE 1 | |
| | #define OMPI_FORTRAN_CAPS 0 | |
| | #define OMPI_FORTRAN_PLAIN 0 | |
| | #define ompi_fortran_bogus_type_t int | |
| | #define OMPI_HAVE_FORTRAN_CHARACTER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_CHARACTER 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_CHARACTER 1 | |
| | #define OMPI_KIND_FORTRAN_CHARACTER C_SIGNED_CHAR | |
| | #define ompi_fortran_character_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL C_INT | |
| | #define ompi_fortran_logical_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL1 1 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL1 C_SIGNED_CHAR | |
| | #define ompi_fortran_logical1_t char | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL2 2 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL2 C_SHORT | |
| | #define ompi_fortran_logical2_t short | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL4 4 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL4 C_INT | |
| | #define ompi_fortran_logical4_t int | |
| | #define OMPI_HAVE_FORTRAN_LOGICAL8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_LOGICAL8 8 | |
| | #define OMPI_KIND_FORTRAN_LOGICAL8 C_LONG_LONG | |
| | #define ompi_fortran_logical8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER C_INT | |
| | #define ompi_fortran_integer_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER1 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER1 1 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER1 1 | |
| | #define OMPI_KIND_FORTRAN_INTEGER1 C_SIGNED_CHAR | |
| | #define ompi_fortran_integer1_t char | |
| | #define OMPI_HAVE_FORTRAN_INTEGER2 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER2 2 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER2 2 | |
| | #define OMPI_KIND_FORTRAN_INTEGER2 C_SHORT | |
| | #define ompi_fortran_integer2_t short | |
| | #define OMPI_HAVE_FORTRAN_INTEGER4 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER4 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER4 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER4 C_INT | |
| | #define ompi_fortran_integer4_t int | |
| | #define OMPI_HAVE_FORTRAN_INTEGER8 1 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER8 8 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER8 8 | |
| | #define OMPI_KIND_FORTRAN_INTEGER8 C_LONG_LONG | |
| | #define ompi_fortran_integer8_t long long | |
| | #define OMPI_HAVE_FORTRAN_INTEGER16 0 | |
| | #define OMPI_SIZEOF_FORTRAN_INTEGER16 16 | |
| | #define OMPI_ALIGNMENT_FORTRAN_INTEGER16 4 | |
| | #define OMPI_KIND_FORTRAN_INTEGER16 0 | |
| | #define ompi_fortran_integer16_t | |
| | #define OMPI_HAVE_FORTRAN_REAL 1 | |
| | #define OMPI_SIZEOF_FORTRAN_REAL 4 | |
| | #define OMPI_ALIGNMENT_FORTRAN_REAL 4 | |
| | #define OMPI_KIND_FORTRAN_REAL C_FLOAT | |
| | #define ompi_fortran_real_t f |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment