pmodels / mpich

Official MPICH Repository
http://www.mpich.org
Other
564 stars 279 forks source link

mplconfig.h not found. #5914

Closed chenjunyu66 closed 2 years ago

chenjunyu66 commented 2 years ago

When I make, the following error occurs, how can I solve it, thank you. [root@localhost mpich-3.4.3]# make -j 2 MOD src/binding/fortran/use_mpi_f08/mpi_c_interface_types.stamp MOD src/binding/fortran/use_mpi_f08/mpi_f08_types.stamp MOD src/binding/fortran/use_mpi_f08/mpi_f08_compile_constants.stamp MOD src/binding/fortran/use_mpi_f08/mpi_f08_callbacks.stamp MOD src/binding/fortran/use_mpi_f08/mpi_f08_link_constants.stamp MOD src/binding/fortran/use_mpi_f08/pmpi_f08.stamp MOD src/binding/fortran/use_mpi_f08/mpi_f08.stamp MOD src/binding/fortran/use_mpi_f08/mpi_c_interface_glue.stamp MOD src/binding/fortran/use_mpi_f08/mpi_c_interface_nobuf.stamp MOD src/binding/fortran/use_mpi_f08/mpi_c_interface_cdesc.stamp MOD src/binding/fortran/use_mpi_f08/mpi_c_interface.stamp make all-recursive make[1]: Entering directory /usr/local/mpich-3.4.3' Making all in src/mpl make[2]: Entering directory/usr/local/mpich-3.4.3/src/mpl' CC src/atomic/mpl_atomic.lo make[2]: No rule to make target include/mplconfig.h', needed byall-am'. Stop. make[2]: Waiting for unfinished jobs.... In file included from src/atomic/mpl_atomic.c:11: ./include/mpl_atomic.h:9:10: fatal error: mplconfig.h: No such file or directory 9 | #include "mplconfig.h" | ^~~~~ compilation terminated. make[2]: [src/atomic/mpl_atomic.lo] Error 1 make[2]: Leaving directory `/usr/local/mpich-3.4.3/src/mpl' make[1]: [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/mpich-3.4.3' make: *** [all] Error 2

hzhou commented 2 years ago

An earlier configure step had an error. Could you attach your src/mpl/config.log?

chenjunyu66 commented 2 years ago

Thank you very much for your reply, below is the content of /src/mpl/config.log. This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

It was created by MPL configure 0.1, which was generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure --disable-option-checking --prefix=NONE --disable-versioning --enable-embedded --with-device=ch4:ofi --with-cross=/usr/local/mpich-3.4.3/crossfile --cache-file=/dev/null --srcdir=.

---------

Platform.

---------

hostname = localhost.localdomain uname -m = x86_64 uname -r = 3.10.0-1160.el7.x86_64 uname -s = Linux uname -v = #1 SMP Mon Oct 19 16:18:59 UTC 2020

/usr/bin/uname -p = x86_64 /bin/uname -X = unknown

/bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown

PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /root/bin

-----------

Core tests.

-----------

configure:2682: checking for a BSD-compatible install configure:2750: result: /usr/bin/install -c configure:2761: checking whether build environment is sane configure:2816: result: yes configure:2967: checking for a thread-safe mkdir -p configure:3006: result: /usr/bin/mkdir -p configure:3013: checking for gawk configure:3029: found /usr/bin/gawk configure:3040: result: gawk configure:3051: checking whether make sets $(MAKE) configure:3073: result: yes configure:3102: checking whether make supports nested variables configure:3119: result: yes configure:3294: checking for gcc configure:3321: result: gcc configure:3550: checking for C compiler version configure:3559: gcc --version >&5 gcc (GCC) 9.1.0 Copyright (C) 2019 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:3570: $? = 0 configure:3559: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-pc-linux-gnu/9.1.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../configure --enable-languages=c,c++,fortran --enable-checking=release -disable-multilib Thread model: posix gcc version 9.1.0 (GCC) configure:3570: $? = 0 configure:3559: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3570: $? = 1 configure:3559: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc: fatal error: no input files compilation terminated. configure:3570: $? = 1 configure:3590: checking whether the C compiler works configure:3612: gcc -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:3616: $? = 0 configure:3664: result: yes configure:3667: checking for C compiler default output file name configure:3669: result: a.out configure:3675: checking for suffix of executables configure:3682: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:3686: $? = 0 configure:3708: result: configure:3730: checking whether we are cross compiling configure:3738: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:3742: $? = 0 configure:3749: ./conftest configure:3753: $? = 0 configure:3768: result: no configure:3773: checking for suffix of object files configure:3795: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:3799: $? = 0 configure:3820: result: o configure:3824: checking whether we are using the GNU C compiler configure:3843: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:3843: $? = 0 configure:3852: result: yes configure:3861: checking whether gcc accepts -g configure:3881: gcc -c -g -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:3881: $? = 0 configure:3922: result: yes configure:3939: checking for gcc option to accept ISO C89 configure:4002: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:4002: $? = 0 configure:4015: result: none needed configure:4040: checking whether gcc understands -c and -o together configure:4062: gcc -c conftest.c -o conftest2.o configure:4065: $? = 0 configure:4062: gcc -c conftest.c -o conftest2.o configure:4065: $? = 0 configure:4077: result: yes configure:4105: checking for style of include used by make configure:4133: result: GNU configure:4159: checking dependency style of gcc configure:4270: result: gcc3 configure:4285: checking for gcc option to accept ISO C99 configure:4434: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:4434: $? = 0 configure:4447: result: none needed configure:4470: checking how to run the C preprocessor configure:4501: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c configure:4501: $? = 0 configure:4515: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory 11 #include ^~~~~~ compilation terminated. configure:4515: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" / end confdefs.h. / #include configure:4540: result: gcc -E configure:4560: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c configure:4560: $? = 0 configure:4574: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory 11 #include ^~~~~~ compilation terminated. configure:4574: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" / end confdefs.h. / #include configure:4603: checking for grep that handles long lines and -e configure:4661: result: /usr/bin/grep configure:4666: checking for egrep configure:4728: result: /usr/bin/grep -E configure:4733: checking for ANSI C header files configure:4753: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:4753: $? = 0 configure:4826: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:4826: $? = 0 configure:4826: ./conftest configure:4826: $? = 0 configure:4837: result: yes configure:4850: checking for sys/types.h configure:4850: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:4850: $? = 0 configure:4850: result: yes configure:4850: checking for sys/stat.h configure:4850: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:4850: $? = 0 configure:4850: result: yes configure:4850: checking for stdlib.h configure:4850: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:4850: $? = 0 configure:4850: result: yes configure:4850: checking for string.h configure:4850: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:4850: $? = 0 configure:4850: result: yes configure:4850: checking for memory.h configure:4850: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:4850: $? = 0 configure:4850: result: yes configure:4850: checking for strings.h configure:4850: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:4850: $? = 0 configure:4850: result: yes configure:4850: checking for inttypes.h configure:4850: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:4850: $? = 0 configure:4850: result: yes configure:4850: checking for stdint.h configure:4850: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:4850: $? = 0 configure:4850: result: yes configure:4850: checking for unistd.h configure:4850: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:4850: $? = 0 configure:4850: result: yes configure:4863: checking minix/config.h usability configure:4863: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 conftest.c:54:10: fatal error: minix/config.h: No such file or directory 54 #include <minix/config.h> ^~~~ compilation terminated. configure:4863: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define 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 #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include <minix/config.h> configure:4863: result: no configure:4863: checking minix/config.h presence configure:4863: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftest.c:21:10: fatal error: minix/config.h: No such file or directory 21 #include <minix/config.h> ^~~~ compilation terminated. configure:4863: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define 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:4863: result: no configure:4863: checking for minix/config.h configure:4863: result: no configure:4884: checking whether it is safe to define EXTENSIONS configure:4902: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:4902: $? = 0 configure:4909: result: yes configure:4973: checking for ar configure:4989: found /usr/bin/ar configure:5000: result: ar configure:5026: checking the archiver (ar) interface configure:5042: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:5042: $? = 0 configure:5044: ar cru libconftest.a conftest.o >&5 configure:5047: $? = 0 configure:5075: result: ar configure:5135: checking build system type configure:5149: result: x86_64-unknown-linux-gnu configure:5169: checking host system type configure:5182: result: x86_64-unknown-linux-gnu configure:5223: checking how to print strings configure:5250: result: printf configure:5271: checking for a sed that does not truncate output configure:5335: result: /usr/bin/sed configure:5353: checking for fgrep configure:5415: result: /usr/bin/grep -F configure:5450: checking for ld used by gcc configure:5517: result: /usr/bin/ld configure:5524: checking if the linker (/usr/bin/ld) is GNU ld configure:5539: result: yes configure:5551: checking for BSD- or MS-compatible name lister (nm) configure:5605: result: /usr/bin/nm -B configure:5735: checking the name lister (/usr/bin/nm -B) interface configure:5742: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:5745: /usr/bin/nm -B "conftest.o" configure:5748: output 0000000000000000 B some_variable configure:5755: result: BSD nm configure:5758: checking whether ln -s works configure:5762: result: yes configure:5770: checking the maximum length of command line arguments configure:5901: result: 1572864 configure:5949: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:5989: result: func_convert_file_noop configure:5996: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:6016: result: func_convert_file_noop configure:6023: checking for /usr/bin/ld option to reload object files configure:6030: result: -r configure:6104: checking for objdump configure:6120: found /usr/bin/objdump configure:6131: result: objdump configure:6163: checking how to recognize dependent libraries configure:6363: result: pass_all configure:6448: checking for dlltool configure:6478: result: no configure:6508: checking how to associate runtime and link libraries configure:6535: result: printf %s\n configure:6659: checking for archiver @FILE support configure:6676: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:6676: $? = 0 configure:6679: ar cru libconftest.a @conftest.lst >&5 configure:6682: $? = 0 configure:6687: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:6690: $? = 1 configure:6702: result: @ configure:6760: checking for strip configure:6776: found /usr/bin/strip configure:6787: result: strip configure:6859: checking for ranlib configure:6875: found /usr/bin/ranlib configure:6886: result: ranlib configure:6988: checking command to parse /usr/bin/nm -B output from gcc object configure:7141: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:7144: $? = 0 configure:7148: /usr/bin/nm -B conftest.o \ sed -n -e 's/^.[ ]([ABCDGIRSTW][ABCDGIRSTW])[ ][ ]([_A-Za-z][_A-Za-z0-9])$/\1 \2 \2/p' sed '/ gnu_lto/d' > conftest.nm configure:7151: $? = 0 configure:7217: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftstm.o >&5 configure:7220: $? = 0 configure:7258: result: ok configure:7305: checking for sysroot configure:7335: result: no configure:7342: checking for a working dd configure:7380: result: /usr/bin/dd configure:7384: checking how to truncate binary pipes configure:7399: result: /usr/bin/dd bs=4096 count=1 configure:7535: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:7538: $? = 0 configure:7728: checking for mt configure:7758: result: no configure:7778: checking if : is a manifest tool configure:7784: : '-?' configure:7792: result: no configure:8461: checking for dlfcn.h configure:8461: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:8461: $? = 0 configure:8461: result: yes configure:8717: checking for objdir configure:8732: result: .libs configure:8996: checking if gcc supports -fno-rtti -fno-exceptions configure:9014: gcc -c -DNETMOD_INLINE=netmod_inline_ofi -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C configure:9018: $? = 0 configure:9031: result: no configure:9399: checking for gcc option to produce PIC configure:9406: result: -fPIC -DPIC configure:9414: checking if gcc PIC flag -fPIC -DPIC works configure:9432: gcc -c -DNETMOD_INLINE=netmod_inline_ofi -fPIC -DPIC -DPIC conftest.c >&5 configure:9436: $? = 0 configure:9449: result: yes configure:9478: checking if gcc static flag -static works configure:9506: result: no configure:9521: checking if gcc supports -c -o file.o configure:9542: gcc -c -DNETMOD_INLINE=netmod_inline_ofi -o out/conftest2.o conftest.c >&5 configure:9546: $? = 0 configure:9568: result: yes configure:9576: checking if gcc supports -c -o file.o configure:9623: result: yes configure:9656: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:10929: result: yes configure:10966: checking whether -lc should be explicitly linked in configure:10974: gcc -c -DNETMOD_INLINE=netmod_inline_ofi__ conftest.c >&5 configure:10977: $? = 0 configure:10992: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>\&1 \ /usr/bin/grep -lc >/dev/null 2>\&1 configure:10995: $? = 0 configure:11009: result: no configure:11169: checking dynamic linker characteristics configure:11750: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11750: $? = 0 configure:12028: result: GNU/Linux ld.so configure:12150: checking how to hardcode library paths into programs configure:12175: result: immediate configure:12723: checking whether stripping libraries is possible configure:12728: result: yes configure:12763: checking if libtool supports shared libraries configure:12765: result: yes configure:12768: checking whether to build shared libraries configure:12793: result: yes configure:12796: checking whether to build static libraries configure:12800: result: yes configure:12874: checking whether make supports nested variables configure:12891: result: yes configure:12903: checking for an ANSI C-conforming const configure:12969: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:12969: $? = 0 configure:12976: result: yes configure:12984: checking for C/C++ restrict keyword configure:13009: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13009: $? = 0 configure:13017: result: restrict configure:13030: checking for inline configure:13046: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13046: $? = 0 configure:13054: result: inline configure:13074: checking for variable argument list macro functionality configure:13090: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13090: $? = 0 configure:13094: result: yes configure:13104: checking if C compiler supports builtin_expect configure:13120: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13120: $? = 0 configure:13123: result: yes configure:13142: checking for C11 _Static_assert functionality configure:13153: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13153: $? = 0 configure:13158: result: yes configure:13274: checking for gcov configure:13290: found /usr/local/bin/gcov configure:13301: result: gcov configure:13422: checking whether the compiler supports typeof(variable) configure:13438: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13438: $? = 0 configure:13446: result: yes configure:13457: checking stdio.h usability configure:13457: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13457: $? = 0 configure:13457: result: yes configure:13457: checking stdio.h presence configure:13457: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c configure:13457: $? = 0 configure:13457: result: yes configure:13457: checking for stdio.h configure:13457: result: yes configure:13457: checking for stdlib.h configure:13457: result: yes configure:13457: checking for string.h configure:13457: result: yes configure:13457: checking stdarg.h usability configure:13457: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13457: $? = 0 configure:13457: result: yes configure:13457: checking stdarg.h presence configure:13457: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c configure:13457: $? = 0 configure:13457: result: yes configure:13457: checking for stdarg.h configure:13457: result: yes configure:13457: checking ctype.h usability configure:13457: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13457: $? = 0 configure:13457: result: yes configure:13457: checking ctype.h presence configure:13457: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c configure:13457: $? = 0 configure:13457: result: yes configure:13457: checking for ctype.h configure:13457: result: yes configure:13457: checking for sys/types.h configure:13457: result: yes configure:13457: checking sys/uio.h usability configure:13457: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13457: $? = 0 configure:13457: result: yes configure:13457: checking sys/uio.h presence configure:13457: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c configure:13457: $? = 0 configure:13457: result: yes configure:13457: checking for sys/uio.h configure:13457: result: yes configure:13457: checking execinfo.h usability configure:13457: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13457: $? = 0 configure:13457: result: yes configure:13457: checking execinfo.h presence configure:13457: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c configure:13457: $? = 0 configure:13457: result: yes configure:13457: checking for execinfo.h configure:13457: result: yes configure:13457: checking for unistd.h configure:13457: result: yes configure:13457: checking errno.h usability configure:13457: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13457: $? = 0 configure:13457: result: yes configure:13457: checking errno.h presence configure:13457: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c configure:13457: $? = 0 configure:13457: result: yes configure:13457: checking for errno.h configure:13457: result: yes configure:13457: checking windows.h usability configure:13457: gcc -c -DNETMOD_INLINE=netmod_inline_ofi__ conftest.c >&5 conftest.c:76:10: fatal error: windows.h: No such file or directory 76 #include ^~~ compilation terminated. configure:13457: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include configure:13457: result: no configure:13457: checking windows.h presence configure:13457: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftest.c:43:10: fatal error: windows.h: No such file or directory 43 #include ^~~ compilation terminated. configure:13457: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 / end confdefs.h. / #include configure:13457: result: no configure:13457: checking for windows.h configure:13457: result: no configure:13457: checking sys/mman.h usability configure:13457: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13457: $? = 0 configure:13457: result: yes configure:13457: checking sys/mman.h presence configure:13457: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c configure:13457: $? = 0 configure:13457: result: yes configure:13457: checking for sys/mman.h configure:13457: result: yes configure:13472: checking for inttypes.h configure:13472: result: yes configure:13472: checking for stdint.h configure:13472: result: yes configure:13482: checking for stdbool.h that conforms to C99 configure:13549: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13549: $? = 0 configure:13556: result: yes configure:13558: checking for _Bool configure:13558: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13558: $? = 0 configure:13558: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 conftest.c: In function 'main': conftest.c:82:20: error: expected expression before ')' token 82 if (sizeof ((_Bool))) ^ configure:13558: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif int main () { if (sizeof ((_Bool))) return 0; ; return 0; } configure:13558: result: yes configure:13641: checking valgrind.h usability configure:13641: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 conftest.c:81:10: fatal error: valgrind.h: No such file or directory 81 #include ^~~~ compilation terminated. configure:13641: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include configure:13641: result: no configure:13641: checking valgrind.h presence configure:13641: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftest.c:48:10: fatal error: valgrind.h: No such file or directory 48 #include ^~~~ compilation terminated. configure:13641: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include configure:13641: result: no configure:13641: checking for valgrind.h configure:13641: result: no configure:13641: checking memcheck.h usability configure:13641: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 conftest.c:81:10: fatal error: memcheck.h: No such file or directory 81 #include ^~~~ compilation terminated. configure:13641: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include configure:13641: result: no configure:13641: checking memcheck.h presence configure:13641: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftest.c:48:10: fatal error: memcheck.h: No such file or directory 48 #include ^~~~ compilation terminated. configure:13641: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include configure:13641: result: no configure:13641: checking for memcheck.h configure:13641: result: no configure:13641: checking valgrind/valgrind.h usability configure:13641: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 conftest.c:81:10: fatal error: valgrind/valgrind.h: No such file or directory 81 #include <valgrind/valgrind.h> ^~~~~ compilation terminated. configure:13641: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include <valgrind/valgrind.h> configure:13641: result: no configure:13641: checking valgrind/valgrind.h presence configure:13641: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftest.c:48:10: fatal error: valgrind/valgrind.h: No such file or directory 48 #include <valgrind/valgrind.h> ^~~~~ compilation terminated. configure:13641: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include <valgrind/valgrind.h> configure:13641: result: no configure:13641: checking for valgrind/valgrind.h configure:13641: result: no configure:13641: checking valgrind/memcheck.h usability configure:13641: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 conftest.c:81:10: fatal error: valgrind/memcheck.h: No such file or directory 81 #include <valgrind/memcheck.h> ^~~~~ compilation terminated. configure:13641: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include <valgrind/memcheck.h> configure:13641: result: no configure:13641: checking valgrind/memcheck.h presence configure:13641: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftest.c:48:10: fatal error: valgrind/memcheck.h: No such file or directory 48 #include <valgrind/memcheck.h> ^~~~~ compilation terminated. configure:13641: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include <valgrind/memcheck.h> configure:13641: result: no configure:13641: checking for valgrind/memcheck.h configure:13641: result: no configure:13657: checking helgrind.h usability configure:13657: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 conftest.c:81:10: fatal error: helgrind.h: No such file or directory 81 #include ^~~~ compilation terminated. configure:13657: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include configure:13657: result: no configure:13657: checking helgrind.h presence configure:13657: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftest.c:48:10: fatal error: helgrind.h: No such file or directory 48 #include ^~~~ compilation terminated. configure:13657: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include configure:13657: result: no configure:13657: checking for helgrind.h configure:13657: result: no configure:13657: checking valgrind/helgrind.h usability configure:13657: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 conftest.c:81:10: fatal error: valgrind/helgrind.h: No such file or directory 81 #include <valgrind/helgrind.h> ^~~~~ compilation terminated. configure:13657: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include <valgrind/helgrind.h> configure:13657: result: no configure:13657: checking valgrind/helgrind.h presence configure:13657: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftest.c:48:10: fatal error: valgrind/helgrind.h: No such file or directory 48 #include <valgrind/helgrind.h> ^~~~~ compilation terminated. configure:13657: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include <valgrind/helgrind.h> configure:13657: result: no configure:13657: checking for valgrind/helgrind.h configure:13657: result: no configure:13670: checking drd.h usability configure:13670: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 conftest.c:81:10: fatal error: drd.h: No such file or directory 81 #include ^~~ compilation terminated. configure:13670: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include configure:13670: result: no configure:13670: checking drd.h presence configure:13670: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftest.c:48:10: fatal error: drd.h: No such file or directory 48 #include ^~~ compilation terminated. configure:13670: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include configure:13670: result: no configure:13670: checking for drd.h configure:13670: result: no configure:13670: checking valgrind/drd.h usability configure:13670: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 conftest.c:81:10: fatal error: valgrind/drd.h: No such file or directory 81 #include <valgrind/drd.h> ^~~~ compilation terminated. configure:13670: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include <valgrind/drd.h> configure:13670: result: no configure:13670: checking valgrind/drd.h presence configure:13670: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftest.c:48:10: fatal error: valgrind/drd.h: No such file or directory 48 #include <valgrind/drd.h> ^~~~ compilation terminated. configure:13670: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. / #include <valgrind/drd.h> configure:13670: result: no configure:13670: checking for valgrind/drd.h configure:13670: result: no configure:13685: checking whether the valgrind headers are broken or too old configure:13737: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 conftest.c:56:4: error: #error unexpected valgrind header error 56 # error unexpected valgrind header error ^~~~~ conftest.c: In function 'main': conftest.c:79:2: error: #error missing essential valgrind client macros 79 #error missing essential valgrind client macros ^~~~~ conftest.c:81:5: warning: implicit declaration of function 'VALGRIND_CREATE_BLOCK' [-Wimplicit-function-declaration] 81 VALGRIND_CREATE_BLOCK(&foo,sizeof(foo),"description"); ^~~~~ conftest.c:82:9: error: 'RUNNING_ON_VALGRIND' undeclared (first use in this function) 82 if (RUNNING_ON_VALGRIND) ++foo; ^~~~~~~ conftest.c:82:9: note: each undeclared identifier is reported only once for each function it appears in conftest.c:83:5: warning: implicit declaration of function 'VALGRIND_PRINTF_BACKTRACE' [-Wimplicit-function-declaration] 83 VALGRIND_PRINTF_BACKTRACE("testing: %s","valgrind support"); ^~~~~~~~~ conftest.c:84:5: warning: implicit declaration of function 'VALGRIND_CREATE_MEMPOOL' [-Wimplicit-function-declaration] 84 VALGRIND_CREATE_MEMPOOL(&mempool_obj,0,0); ^~~~~~~ conftest.c:85:5: warning: implicit declaration of function 'VALGRIND_MEMPOOL_ALLOC' [-Wimplicit-function-declaration] 85 VALGRIND_MEMPOOL_ALLOC(&mempool_obj,&foo,sizeof(foo)); ^~~~~~ conftest.c:86:5: warning: implicit declaration of function 'VALGRIND_MEMPOOL_FREE' [-Wimplicit-function-declaration] 86 VALGRIND_MEMPOOL_FREE(&mempool_obj,&foo); ^~~~~ conftest.c:87:5: warning: implicit declaration of function 'VALGRIND_DESTROY_MEMPOOL' [-Wimplicit-function-declaration] 87 VALGRIND_DESTROY_MEMPOOL(&mempool_obj); ^~~~~~~~ configure:13737: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 / end confdefs.h. /
#if defined(HAVE_VALGRIND_H) && defined(HAVE_MEMCHECK_H)
# include
# include
#elif defined(HAVE_VALGRIND_VALGRIND_H) && defined(HAVE_VALGRIND_MEMCHECK_H)
# include <valgrind/valgrind.h>
# include <valgrind/memcheck.h>
#else
# error unexpected valgrind header error
#endif
int foo = 10;
char mempool_obj;
int
main ()
{
#if defined(VALGRIND_MAKE_MEM_DEFINED)
VALGRIND_MAKE_MEM_NOACCESS(&foo,sizeof(foo));
VALGRIND_MAKE_MEM_UNDEFINED(&foo,sizeof(foo));
VALGRIND_MAKE_MEM_DEFINED(&foo,sizeof(foo));
VALGRIND_CHECK_MEM_IS_DEFINED(&foo,sizeof(foo));
VALGRIND_CHECK_MEM_IS_ADDRESSABLE(&foo,sizeof(foo));
#elif defined(VALGRIND_MAKE_READABLE)
/ older (pre-3.2.0), but still supported style /
VALGRIND_MAKE_READABLE(&foo,sizeof(foo));
VALGRIND_MAKE_NOACCESS(&foo,sizeof(foo));
VALGRIND_MAKE_UNDEFINED(&foo,sizeof(foo));
VALGRIND_CHECK_READABLE(&foo,sizeof(foo));
VALGRIND_CHECK_WRITEABLE(&foo,sizeof(foo));
#else
#error missing essential valgrind client macros
#endif
VALGRIND_CREATE_BLOCK(&foo,sizeof(foo),"description");
if (RUNNING_ON_VALGRIND) ++foo;
VALGRIND_PRINTF_BACKTRACE("testing: %s","valgrind support");
VALGRIND_CREATE_MEMPOOL(&mempool_obj,0,0);
VALGRIND_MEMPOOL_ALLOC(&mempool_obj,&foo,sizeof(foo));
VALGRIND_MEMPOOL_FREE(&mempool_obj,&foo);
VALGRIND_DESTROY_MEMPOOL(&mempool_obj);
;
return 0;
}
configure:13745: result: yes configure:13782: checking for clock_gettime configure:13782: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13782: $? = 0 configure:13782: result: yes configure:13782: checking for clock_getres configure:13782: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13782: $? = 0 configure:13782: result: yes configure:13782: checking for gethrtime configure:13782: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 /tmp/ccmNQHqA.o: In function main': conftest.c:(.text+0xa): undefined reference togethrtime' collect2: error: ld returned 1 exit status configure:13782: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_BROKEN_VALGRIND 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETRES 1 / end confdefs.h. / /* Define gethrtime to an innocuous variant, in case declares gethrtime. For example, HP-UX 11i declares gettimeofday. */ #define gethrtime innocuous_gethrtime
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethrtime (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef gethrtime
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char gethrtime ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_gethrtime defined __stub___gethrtime
choke me
#endif
int
main ()
{
return gethrtime ();
;
return 0;
}
configure:13782: result: no configure:13782: checking for mach_absolute_time configure:13782: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 /tmp/ccCFxViD.o: In function main': conftest.c:(.text+0xa): undefined reference tomach_absolute_time' collect2: error: ld returned 1 exit status configure:13782: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_BROKEN_VALGRIND 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETRES 1 / end confdefs.h. / /* Define mach_absolute_time to an innocuous variant, in case declares mach_absolute_time. For example, HP-UX 11i declares gettimeofday. */ #define mach_absolute_time innocuous_mach_absolute_time
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char mach_absolute_time (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef mach_absolute_time
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char mach_absolute_time ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_mach_absolute_time defined __stub___mach_absolute_time
choke me
#endif
int
main ()
{
return mach_absolute_time ();
;
return 0;
}
configure:13782: result: no configure:13782: checking for gettimeofday configure:13782: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13782: $? = 0 configure:13782: result: yes configure:13874: checking for library containing clock_gettime configure:13905: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13905: $? = 0 configure:13922: result: none required configure:13932: checking for library containing clock_getres configure:13963: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:13963: $? = 0 configure:13980: result: none required configure:13993: checking whether struct timespec is defined in time.h configure:14012: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:14012: $? = 0 configure:14020: result: yes configure:14066: checking for CLOCK_REALTIME defined in time.h configure:14085: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:14085: $? = 0 configure:14092: result: yes configure:14486: Timer type selected is CLOCK_GETTIME configure:14505: checking sched.h usability configure:14505: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:14505: $? = 0 configure:14505: result: yes configure:14505: checking sched.h presence configure:14505: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c configure:14505: $? = 0 configure:14505: result: yes configure:14505: checking for sched.h configure:14505: result: yes configure:14517: checking for unistd.h configure:14517: result: yes configure:14529: checking sys/select.h usability configure:14529: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:14529: $? = 0 configure:14529: result: yes configure:14529: checking sys/select.h presence configure:14529: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c configure:14529: $? = 0 configure:14529: result: yes configure:14529: checking for sys/select.h configure:14529: result: yes configure:14542: checking for sched_yield configure:14542: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:14542: $? = 0 configure:14542: result: yes configure:14542: checking for yield configure:14542: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 /tmp/ccyqukb1.o: In function main': conftest.c:(.text+0xa): undefined reference toyield' collect2: error: ld returned 1 exit status configure:14542: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_BROKEN_VALGRIND 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETRES 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_SCHED_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SCHED_YIELD 1 / end confdefs.h. / /* Define yield to an innocuous variant, in case declares yield. For example, HP-UX 11i declares gettimeofday. */ #define yield innocuous_yield
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char yield (); below.
Prefer to if STDC is defined, since
exists even on freestanding compilers. */
#ifdef STDC
# include
#else
# include
#endif
#undef yield
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char yield ();
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined __stub_yield defined __stub___yield
choke me
#endif
int
main ()
{
return yield ();
;
return 0;
}
configure:14542: result: no configure:14542: checking for usleep configure:14542: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:14542: $? = 0 configure:14542: result: yes configure:14542: checking for sleep configure:14542: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:14542: $? = 0 configure:14542: result: yes configure:14542: checking for select configure:14542: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:14542: $? = 0 configure:14542: result: yes configure:14554: checking whether usleep needs a declaration configure:14572: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:14572: $? = 0 configure:14579: result: no configure:14719: checking pthread.h usability configure:14719: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:14719: $? = 0 configure:14719: result: yes configure:14719: checking pthread.h presence configure:14719: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c configure:14719: $? = 0 configure:14719: result: yes configure:14719: checking for pthread.h configure:14719: result: yes configure:14737: checking for pthread_key_create in -lpthread configure:14762: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:14762: $? = 0 configure:14771: result: yes LIBS(='') does not contain '-lpthread', prepending configure:14792: checking for pthread_yield configure:14792: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:14792: $? = 0 configure:14792: result: yes configure:14803: checking for pthread_key_create configure:14803: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:14803: $? = 0 configure:14803: result: yes configure:15357: checking for thread local storage configure:15375: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:15375: $? = 0 configure:15418: result: _Thread_local configure:15537: checking for pthread_mutex_init configure:15537: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:15537: $? = 0 configure:15537: result: yes configure:15547: checking for pthread_mutexattr_setpshared configure:15547: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:15547: $? = 0 configure:15547: result: yes configure:15557: POSIX will be used for interprocess mutex package. configure:15713: checking size of void * configure:15718: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:15718: $? = 0 configure:15718: ./conftest configure:15718: $? = 0 configure:15732: result: 8 configure:15754: checking whether C compiler accepts option -Werror configure:15809: gcc -o conftest -I./include -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread > pac_test1.log 2>&1 configure:15809: $? = 0 configure:15840: gcc -o conftest -Werror -I./include -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread > pac_test2.log 2>&1 configure:15840: $? = 0 configure:15848: diff -b pac_test1.log pac_test2.log > pac_test.log configure:15851: $? = 0 configure:15951: result: yes configure:15956: checking whether routines compiled with -Werror can be linked with ones compiled without -Werror configure:15996: gcc -c -I./include -DNETMOD_INLINE=netmod_inline_ofi conftest.c > pac_test3.log 2>&1 configure:15996: $? = 0 configure:16000: mv conftest.o pac_conftest.o configure:16003: $? = 0 configure:16046: gcc -o conftest -I./include -DNETMOD_INLINE=netmod_inline_ofi conftest.c pac_conftest.o -lpthread > pac_test4.log 2>&1 configure:16046: $? = 0 configure:16088: gcc -o conftest -Werror -I./include -DNETMOD_INLINE=netmod_inline_ofi conftest.c pac_conftest.o -lpthread > pac_test5.log 2>&1 configure:16088: $? = 0 configure:16096: diff -b pac_test4.log pac_test5.log > pac_test.log configure:16099: $? = 0 configure:16238: result: yes configure:16262: checking for support for gcc sync intrinsics configure:16297: gcc -o conftest -I./include -Werror -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:16297: $? = 0 configure:16301: result: yes configure:16318: checking for support for gcc __atomic intrinsics configure:16353: gcc -o conftest -I./include -Werror -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:16353: $? = 0 configure:16357: result: yes configure:16374: checking for support for C11 atomic intrinsics configure:16409: gcc -o conftest -I./include -Werror -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:16409: $? = 0 configure:16413: result: yes configure:16430: checking for support for Windows NT atomic intrinsics configure:16465: gcc -o conftest -I./include -Werror -DNETMOD_INLINE=netmod_inline_ofi__ conftest.c -lpthread >&5 In file included from conftest.c:72: ./include/mpl_atomic_nt_intrinsics.h:10:10: fatal error: windows.h: No such file or directory 10 #include ^~~ compilation terminated. configure:16465: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_BROKEN_VALGRIND 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETRES 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_SCHED_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SCHED_YIELD 1 #define HAVE_USLEEP 1 #define HAVE_SLEEP 1 #define HAVE_SELECT 1 #define USE_NOTHING_FOR_YIELD 1 #define HAVE_PTHREAD_H 1 #define HAVE_PTHREAD_YIELD 1 #define THREAD_PACKAGE_NAME MPL_THREAD_PACKAGE_POSIX #define POSIX_MUTEX_NAME MPL_POSIX_MUTEX_NATIVE #define COMPILER_TLS _Thread_local #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1 #define PROC_MUTEX_PACKAGE_NAME MPL_PROC_MUTEX_PACKAGE_POSIX #define SIZEOF_VOID_P 8 #define HAVE_GCC_INTRINSIC_SYNC 1 #define HAVE_GCC_INTRINSIC_ATOMIC 1 #define HAVE_C11_ATOMICS 1 / end confdefs.h. /
#include "mpl_atomic_nt_intrinsics.h"
int main()
{
struct MPL_atomic_int_t a, b;
int c;
MPL_atomic_relaxed_store_int(&a, 0);
MPL_atomic_relaxed_store_int(&b, 1);
c = MPL_atomic_relaxed_load_int(&a);
MPL_atomic_release_store_int(&a, 0);
MPL_atomic_release_store_int(&b, 1);
c = MPL_atomic_acquire_load_int(&a);
MPL_atomic_fetch_add_int(&a, 10);
MPL_atomic_fetch_sub_int(&a, 10);
c = MPL_atomic_cas_int(&a, 10, 11);
c = MPL_atomic_swap_int(&a, 10);
MPL_atomic_write_barrier();
MPL_atomic_read_barrier();
MPL_atomic_read_write_barrier();
return c;
}
configure:16474: result: no configure:16520: checking for mkstemp configure:16520: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:16520: $? = 0 configure:16520: result: yes configure:16531: checking whether mkstemp needs a declaration configure:16549: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:16549: $? = 0 configure:16556: result: no configure:16571: checking for fdopen configure:16571: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:16571: $? = 0 configure:16571: result: yes configure:16582: checking whether fdopen needs a declaration configure:16600: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:16600: $? = 0 configure:16607: result: no configure:16622: checking for getpid configure:16622: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:16622: $? = 0 configure:16622: result: yes configure:16657: checking for mmap configure:16657: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:16657: $? = 0 configure:16657: result: yes configure:16657: checking for munmap configure:16657: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:16657: $? = 0 configure:16657: result: yes configure:16673: Using a memory-mapped file for shared memory configure:16868: checking cuda_runtime_api.h usability configure:16868: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 conftest.c:110:10: fatal error: cuda_runtime_api.h: No such file or directory 110 #include ^~~~~~~~ compilation terminated. configure:16868: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_BROKEN_VALGRIND 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETRES 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_SCHED_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SCHED_YIELD 1 #define HAVE_USLEEP 1 #define HAVE_SLEEP 1 #define HAVE_SELECT 1 #define USE_NOTHING_FOR_YIELD 1 #define HAVE_PTHREAD_H 1 #define HAVE_PTHREAD_YIELD 1 #define THREAD_PACKAGE_NAME MPL_THREAD_PACKAGE_POSIX #define POSIX_MUTEX_NAME MPL_POSIX_MUTEX_NATIVE #define COMPILER_TLS _Thread_local #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1 #define PROC_MUTEX_PACKAGE_NAME MPL_PROC_MUTEX_PACKAGE_POSIX #define SIZEOF_VOID_P 8 #define HAVE_GCC_INTRINSIC_SYNC 1 #define HAVE_GCC_INTRINSIC_ATOMIC 1 #define HAVE_C11_ATOMICS 1 #define HAVE_MKSTEMP 1 #define HAVE_FDOPEN 1 #define HAVE_GETPID 1 #define HAVE_MMAP 1 #define HAVE_MUNMAP 1 #define USE_MMAP_SHM 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include configure:16868: result: no configure:16868: checking cuda_runtime_api.h presence configure:16868: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftest.c:77:10: fatal error: cuda_runtime_api.h: No such file or directory 77 #include ^~~~~~~~ compilation terminated. configure:16868: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_BROKEN_VALGRIND 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETRES 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_SCHED_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SCHED_YIELD 1 #define HAVE_USLEEP 1 #define HAVE_SLEEP 1 #define HAVE_SELECT 1 #define USE_NOTHING_FOR_YIELD 1 #define HAVE_PTHREAD_H 1 #define HAVE_PTHREAD_YIELD 1 #define THREAD_PACKAGE_NAME MPL_THREAD_PACKAGE_POSIX #define POSIX_MUTEX_NAME MPL_POSIX_MUTEX_NATIVE #define COMPILER_TLS _Thread_local #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1 #define PROC_MUTEX_PACKAGE_NAME MPL_PROC_MUTEX_PACKAGE_POSIX #define SIZEOF_VOID_P 8 #define HAVE_GCC_INTRINSIC_SYNC 1 #define HAVE_GCC_INTRINSIC_ATOMIC 1 #define HAVE_C11_ATOMICS 1 #define HAVE_MKSTEMP 1 #define HAVE_FDOPEN 1 #define HAVE_GETPID 1 #define HAVE_MMAP 1 #define HAVE_MUNMAP 1 #define USE_MMAP_SHM 1 / end confdefs.h. / #include configure:16868: result: no configure:16868: checking for cuda_runtime_api.h configure:16868: result: no configure:16883: checking for cudaStreamSynchronize in -lcudart configure:16908: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lcudart -lpthread >&5 /usr/bin/ld: cannot find -lcudart collect2: error: ld returned 1 exit status configure:16908: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_BROKEN_VALGRIND 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETRES 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_SCHED_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SCHED_YIELD 1 #define HAVE_USLEEP 1 #define HAVE_SLEEP 1 #define HAVE_SELECT 1 #define USE_NOTHING_FOR_YIELD 1 #define HAVE_PTHREAD_H 1 #define HAVE_PTHREAD_YIELD 1 #define THREAD_PACKAGE_NAME MPL_THREAD_PACKAGE_POSIX #define POSIX_MUTEX_NAME MPL_POSIX_MUTEX_NATIVE #define COMPILER_TLS _Thread_local #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1 #define PROC_MUTEX_PACKAGE_NAME MPL_PROC_MUTEX_PACKAGE_POSIX #define SIZEOF_VOID_P 8 #define HAVE_GCC_INTRINSIC_SYNC 1 #define HAVE_GCC_INTRINSIC_ATOMIC 1 #define HAVE_C11_ATOMICS 1 #define HAVE_MKSTEMP 1 #define HAVE_FDOPEN 1 #define HAVE_GETPID 1 #define HAVE_MMAP 1 #define HAVE_MUNMAP 1 #define USE_MMAP_SHM 1 / end confdefs.h. /
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char cudaStreamSynchronize ();
int
main ()
{
return cudaStreamSynchronize ();
;
return 0;
}
configure:16917: result: no configure:17190: checking level_zero/ze_api.h usability configure:17190: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 conftest.c:110:10: fatal error: level_zero/ze_api.h: No such file or directory 110 #include <level_zero/ze_api.h> ^~~~~ compilation terminated. configure:17190: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_BROKEN_VALGRIND 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETRES 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_SCHED_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SCHED_YIELD 1 #define HAVE_USLEEP 1 #define HAVE_SLEEP 1 #define HAVE_SELECT 1 #define USE_NOTHING_FOR_YIELD 1 #define HAVE_PTHREAD_H 1 #define HAVE_PTHREAD_YIELD 1 #define THREAD_PACKAGE_NAME MPL_THREAD_PACKAGE_POSIX #define POSIX_MUTEX_NAME MPL_POSIX_MUTEX_NATIVE #define COMPILER_TLS _Thread_local #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1 #define PROC_MUTEX_PACKAGE_NAME MPL_PROC_MUTEX_PACKAGE_POSIX #define SIZEOF_VOID_P 8 #define HAVE_GCC_INTRINSIC_SYNC 1 #define HAVE_GCC_INTRINSIC_ATOMIC 1 #define HAVE_C11_ATOMICS 1 #define HAVE_MKSTEMP 1 #define HAVE_FDOPEN 1 #define HAVE_GETPID 1 #define HAVE_MMAP 1 #define HAVE_MUNMAP 1 #define USE_MMAP_SHM 1 / end confdefs.h. / #include #ifdef HAVE_SYS_TYPES_H # include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif #include <level_zero/ze_api.h> configure:17190: result: no configure:17190: checking level_zero/ze_api.h presence configure:17190: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c conftest.c:77:10: fatal error: level_zero/ze_api.h: No such file or directory 77 #include <level_zero/ze_api.h> ^~~~~ compilation terminated. configure:17190: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_BROKEN_VALGRIND 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETRES 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_SCHED_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SCHED_YIELD 1 #define HAVE_USLEEP 1 #define HAVE_SLEEP 1 #define HAVE_SELECT 1 #define USE_NOTHING_FOR_YIELD 1 #define HAVE_PTHREAD_H 1 #define HAVE_PTHREAD_YIELD 1 #define THREAD_PACKAGE_NAME MPL_THREAD_PACKAGE_POSIX #define POSIX_MUTEX_NAME MPL_POSIX_MUTEX_NATIVE #define COMPILER_TLS _Thread_local #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1 #define PROC_MUTEX_PACKAGE_NAME MPL_PROC_MUTEX_PACKAGE_POSIX #define SIZEOF_VOID_P 8 #define HAVE_GCC_INTRINSIC_SYNC 1 #define HAVE_GCC_INTRINSIC_ATOMIC 1 #define HAVE_C11_ATOMICS 1 #define HAVE_MKSTEMP 1 #define HAVE_FDOPEN 1 #define HAVE_GETPID 1 #define HAVE_MMAP 1 #define HAVE_MUNMAP 1 #define USE_MMAP_SHM 1 / end confdefs.h. / #include <level_zero/ze_api.h> configure:17190: result: no configure:17190: checking for level_zero/ze_api.h configure:17190: result: no configure:17205: checking for zeInit in -lze_loader configure:17230: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lze_loader -lpthread >&5 /usr/bin/ld: cannot find -lze_loader collect2: error: ld returned 1 exit status configure:17230: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_BROKEN_VALGRIND 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETRES 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_SCHED_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SCHED_YIELD 1 #define HAVE_USLEEP 1 #define HAVE_SLEEP 1 #define HAVE_SELECT 1 #define USE_NOTHING_FOR_YIELD 1 #define HAVE_PTHREAD_H 1 #define HAVE_PTHREAD_YIELD 1 #define THREAD_PACKAGE_NAME MPL_THREAD_PACKAGE_POSIX #define POSIX_MUTEX_NAME MPL_POSIX_MUTEX_NATIVE #define COMPILER_TLS _Thread_local #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1 #define PROC_MUTEX_PACKAGE_NAME MPL_PROC_MUTEX_PACKAGE_POSIX #define SIZEOF_VOID_P 8 #define HAVE_GCC_INTRINSIC_SYNC 1 #define HAVE_GCC_INTRINSIC_ATOMIC 1 #define HAVE_C11_ATOMICS 1 #define HAVE_MKSTEMP 1 #define HAVE_FDOPEN 1 #define HAVE_GETPID 1 #define HAVE_MMAP 1 #define HAVE_MUNMAP 1 #define USE_MMAP_SHM 1 / end confdefs.h. /
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char zeInit ();
int
main ()
{
return zeInit ();
;
return 0;
}
configure:17239: result: no configure:17304: checking for strdup configure:17304: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 conftest.c:100:6: warning: conflicting types for built-in function 'strdup'; expected 'char (const char )' [-Wbuiltin-declaration-mismatch] 100 char strdup (); ^~ configure:17304: $? = 0 configure:17304: result: yes configure:17315: checking whether strdup needs a declaration configure:17333: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:17333: $? = 0 configure:17340: result: no configure:17356: checking for snprintf configure:17356: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 conftest.c:101:6: warning: conflicting types for built-in function 'snprintf'; expected 'int(char , long unsigned int, const char , ...)' [-Wbuiltin-declaration-mismatch] 101 char snprintf (); ^~~~ conftest.c:89:1: note: 'snprintf' is declared in header '' 88 # include 89 #else configure:17356: $? = 0 configure:17356: result: yes configure:17367: checking whether snprintf needs a declaration configure:17385: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:17385: $? = 0 configure:17392: result: no configure:17408: checking for putenv configure:17408: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:17408: $? = 0 configure:17408: result: yes configure:17419: checking whether putenv needs a declaration configure:17437: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:17437: $? = 0 configure:17444: result: no configure:17460: checking for strerror configure:17460: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:17460: $? = 0 configure:17460: result: yes configure:17471: checking whether strerror needs a declaration configure:17489: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:17489: $? = 0 configure:17496: result: no configure:17512: checking for usleep configure:17512: result: yes configure:17523: checking whether usleep needs a declaration configure:17548: result: no configure:17564: checking for posix_memalign configure:17564: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 conftest.c:105:6: warning: conflicting types for built-in function 'posix_memalign'; expected 'int(void **, long unsigned int, long unsigned int)' [-Wbuiltin-declaration-mismatch] 105 char posix_memalign (); ^~~~~~ configure:17564: $? = 0 configure:17564: result: yes configure:17575: checking for aligned_alloc configure:17575: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 conftest.c:106:6: warning: conflicting types for built-in function 'aligned_alloc'; expected 'void *(long unsigned int, long unsigned int)' [-Wbuiltin-declaration-mismatch] 106 char aligned_alloc (); ^~~~~ conftest.c:94:1: note: 'aligned_alloc' is declared in header '' 93 # include 94 #else configure:17575: $? = 0 configure:17575: result: yes configure:17586: checking whether aligned_alloc needs a declaration configure:17604: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:17604: $? = 0 configure:17611: result: no configure:17650: checking for execinfo.h configure:17650: result: yes configure:17661: checking size parameter type for backtrace() configure:17692: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 conftest.c:90:1: error: unknown type name 'size_t' 90 size_t backtrace(void **addrlist, size_t len); ^~ conftest.c:90:35: error: unknown type name 'size_t' 90 size_t backtrace(void **addrlist, size_t len); ^~ conftest.c:89:1: note: 'size_t' is defined in header ''; did you forget to '#include '? 88 #include 89 extern conftest.c:91:47: error: unknown type name 'size_t' 91 char *backtrace_symbols(void const *buffer, size_t size); ^~ conftest.c:91:47: note: 'size_t' is defined in header ''; did you forget to '#include '? configure:17692: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "MPL" #define PACKAGE_TARNAME "mpl" #define PACKAGE_VERSION "0.1" #define PACKAGE_STRING "MPL 0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpl" #define VERSION "0.1" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define EXTENSIONS 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define restrict __restrict #define HAVE_MACRO_VA_ARGS 1 #define HAVE_BUILTIN_EXPECT 1 #define HAVE_C11__STATIC_ASSERT 1 #define HAVE___TYPEOF 1 #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_STDARG_H 1 #define HAVE_CTYPE_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_EXECINFO_H 1 #define HAVE_UNISTD_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_BROKEN_VALGRIND 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_GETRES 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_SCHED_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SCHED_YIELD 1 #define HAVE_USLEEP 1 #define HAVE_SLEEP 1 #define HAVE_SELECT 1 #define USE_NOTHING_FOR_YIELD 1 #define HAVE_PTHREAD_H 1 #define HAVE_PTHREAD_YIELD 1 #define THREAD_PACKAGE_NAME MPL_THREAD_PACKAGE_POSIX #define POSIX_MUTEX_NAME MPL_POSIX_MUTEX_NATIVE #define COMPILER_TLS _Thread_local #define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1 #define PROC_MUTEX_PACKAGE_NAME MPL_PROC_MUTEX_PACKAGE_POSIX #define SIZEOF_VOID_P 8 #define HAVE_GCC_INTRINSIC_SYNC 1 #define HAVE_GCC_INTRINSIC_ATOMIC 1 #define HAVE_C11_ATOMICS 1 #define HAVE_MKSTEMP 1 #define HAVE_FDOPEN 1 #define HAVE_GETPID 1 #define HAVE_MMAP 1 #define HAVE_MUNMAP 1 #define USE_MMAP_SHM 1 #define HAVE_STRDUP 1 #define HAVE_SNPRINTF 1 #define HAVE_PUTENV 1 #define HAVE_STRERROR 1 #define HAVE_USLEEP 1 #define HAVE_POSIX_MEMALIGN 1 #define HAVE_ALIGNED_ALLOC 1 #define DEFINE_ALIGNED_ALLOC 1 #define CACHELINE_SIZE 64 #define HAVE_EXECINFO_H 1 / end confdefs.h. /
#include
extern
size_t backtrace(void **addrlist, size_t len);
char *backtrace_symbols(void const *buffer, size_t size);
int
main ()
{
;
return 0;
}

configure:17692: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:17692: $? = 0 configure:17704: result: int configure:17714: checking for library containing backtrace configure:17745: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:17745: $? = 0 configure:17762: result: none required configure:17778: checking for library containing gethostbyname configure:17809: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:17809: $? = 0 configure:17826: result: none required configure:17834: checking for library containing socket configure:17865: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:17865: $? = 0 configure:17882: result: none required configure:17936: checking ifaddrs.h usability configure:17936: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:17936: $? = 0 configure:17936: result: yes configure:17936: checking ifaddrs.h presence configure:17936: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c configure:17936: $? = 0 configure:17936: result: yes configure:17936: checking for ifaddrs.h configure:17936: result: yes configure:17936: checking arpa/inet.h usability configure:17936: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:17936: $? = 0 configure:17936: result: yes configure:17936: checking arpa/inet.h presence configure:17936: gcc -E -DNETMOD_INLINE=netmod_inline_ofi conftest.c configure:17936: $? = 0 configure:17936: result: yes configure:17936: checking for arpa/inet.h configure:17936: result: yes configure:17949: checking for inet_ntop configure:17949: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:17949: $? = 0 configure:17949: result: yes configure:17949: checking for getifaddrs configure:17949: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:17949: $? = 0 configure:17949: result: yes configure:17963: checking whether attribute allowed configure:17980: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:17980: $? = 0 configure:17987: result: yes configure:17989: checking whether attribute((format)) allowed configure:18006: gcc -c -DNETMOD_INLINE=netmod_inline_ofi conftest.c >&5 configure:18006: $? = 0 configure:18013: result: yes configure:18025: checking for attribute((aligned)) configure:18048: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:18048: $? = 0 configure:18061: result: yes configure:18077: checking for attribute((used)) configure:18100: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:18100: $? = 0 configure:18113: result: yes configure:18182: checking for attribute((fallthrough)) configure:18203: gcc -o conftest -DNETMOD_INLINE=netmod_inline_ofi conftest.c -lpthread >&5 configure:18203: $? = 0 configure:18216: result: yes configure:18378: checking that generated files are newer than configure configure:18384: result: done configure:18423: creating ./config.status

----------------------

Running config.status.

----------------------

This file was extended by MPL config.status 0.1, which was generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status

on localhost.localdomain

config.status:1174: creating Makefile config.status:1174: creating localdefs config.status:1174: creating include/mpl_timer.h config.status:1174: creating include/config.h config.status:1403: executing depfiles commands config.status:1403: executing libtool commands config.status:1403: executing prefix-config commands

----------------

Cache variables.

----------------

ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_restrict=restrict ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=' ' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=' -DNETMOD_INLINE=netmod_inline_ofi' ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_GCOV_set= ac_cv_env_GCOV_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set=set ac_cv_env_LIBS_value= ac_cv_env_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_MPLLIBNAME_set=set ac_cv_env_MPLLIBNAME_value=mpl ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_aligned_alloc=yes ac_cv_func_clock_getres=yes ac_cv_func_clock_gettime=yes ac_cv_func_fdopen=yes ac_cv_func_gethrtime=no ac_cv_func_getifaddrs=yes ac_cv_func_getpid=yes ac_cv_func_gettimeofday=yes ac_cv_func_inet_ntop=yes ac_cv_func_mach_absolute_time=no ac_cv_func_mkstemp=yes ac_cv_func_mmap=yes ac_cv_func_munmap=yes ac_cv_func_posix_memalign=yes ac_cv_func_pthread_key_create=yes ac_cv_func_pthread_mutex_init=yes ac_cv_func_pthread_mutexattr_setpshared=yes ac_cv_func_pthread_yield=yes ac_cv_func_putenv=yes ac_cv_func_sched_yield=yes ac_cv_func_select=yes ac_cv_func_sleep=yes ac_cv_func_snprintf=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_usleep=yes ac_cv_func_yield=no ac_cv_header_arpa_inet_h=yes ac_cv_header_ctype_h=yes ac_cv_header_cuda_runtime_api_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_drd_h=no ac_cv_header_errno_h=yes ac_cv_header_execinfo_h=yes ac_cv_header_helgrind_h=no ac_cv_header_ifaddrs_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_level_zero_ze_api_h=no ac_cv_header_memcheck_h=no ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_pthread_h=yes ac_cv_header_sched_h=yes ac_cv_header_stdarg_h=yes ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_unistd_h=yes ac_cv_header_valgrind_drd_h=no ac_cv_header_valgrind_h=no ac_cv_header_valgrind_helgrind_h=no ac_cv_header_valgrind_memcheck_h=no ac_cv_header_valgrind_valgrind_h=no ac_cv_header_windows_h=no ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_cudart_cudaStreamSynchronize=no ac_cv_lib_pthread_pthread_key_create=yes ac_cv_lib_ze_loader_zeInit=no ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_SED=/usr/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_path_lt_DD=/usr/bin/dd ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_GCOV=gcov ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_todefineextensions=yes ac_cv_search_backtrace='none required' ac_cv_search_clock_getres='none required' ac_cv_search_clock_gettime='none required' ac_cv_search_gethostbyname='none required' ac_cv_search_socket='none required' ac_cv_sizeof_void_p=8 ac_cv_typeBool=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_ar_interface=ar am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ax_cv_have_func_attribute_fallthrough=yes ax_cv_have_var_attribute_aligned=yes ax_cv_have_var_attribute_used=yes ax_cv_proto_backtrace_type=int lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.[ ]([ABCDGIRSTW][ABCDGIRSTW])[ ][ ]([_A-Za-z][_A-Za-z0-9])$/\1 \2 \2/p'\'' | sed '\''/ gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: (.) .$/ {"\1", (void ) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW] . (.)$/ {"\1", (void ) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: (.) .$/ {"\1", (void ) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW] . (lib.)$/ {"\1", (void ) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW] . (.)$/ {"lib\1", (void ) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T . (.)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW] . (.*)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' pac_cv_func_decl_aligned_alloc=no pac_cv_func_decl_fdopen=no pac_cv_func_decl_mkstemp=no pac_cv_func_decl_putenv=no pac_cv_func_decl_snprintf=no pac_cv_func_decl_strdup=no pac_cv_func_decl_strerror=no pac_cv_func_decl_usleep=no pac_cv_gnu_attr_format=yes pac_cv_gnu_attr_pure=yes pac_cvhavetypeof=yes pac_cv_have_broken_valgrind=yes pac_cv_posix_clock_realtime=yes pac_cv_struct_timespec_defined=yes pac_cv_tls=_Thread_local

-----------------

Output variables.

-----------------

ACLOCAL='${SHELL} /usr/local/mpich-3.4.3/src/mpl/confdb/missing aclocal-1.15' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='ar' AUTOCONF='${SHELL} /usr/local/mpich-3.4.3/src/mpl/confdb/missing autoconf' AUTOHEADER='${SHELL} /usr/local/mpich-3.4.3/src/mpl/confdb/missing autoheader' AUTOMAKE='${SHELL} /usr/local/mpich-3.4.3/src/mpl/confdb/missing automake-1.15' AWK='gawk' BUILD_COVERAGE_FALSE='' BUILD_COVERAGE_TRUE='#' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS=' ' CPP='gcc -E' CPPFLAGS=' -DNETMOD_INLINE=netmod_inline_ofi' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' FGREP='/usr/bin/grep -F' GCOV='gcov' GREP='/usr/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='' LIBOBJS='' LIBS='-lpthread ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAKEINFO='${SHELL} /usr/local/mpich-3.4.3/src/mpl/confdb/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/usr/bin/mkdir -p' MPLLIBNAME='mpl' MPL_EMBEDDED_MODE_FALSE='#' MPL_EMBEDDED_MODE_TRUE='' MPL_HAVE_CUDA_FALSE='' MPL_HAVE_CUDA_TRUE='#' MPL_HAVE_ZE_FALSE='' MPL_HAVE_ZE_TRUE='#' MPL_TIMER_KIND='MPL_TIMER_KINDCLOCK_GETTIME' MPL_TIMER_TYPE='struct timespec' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='mpl' PACKAGE_BUGREPORT='' PACKAGE_NAME='MPL' PACKAGE_STRING='MPL 0.1' PACKAGE_TARNAME='mpl' PACKAGE_URL='' PACKAGE_VERSION='0.1' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='0.1' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' amEXEEXT_TRUE='#' amfastdepCC_FALSE='#' am__fastdepCC_TRUE='' aminclude='include' amisrc='' amleading_dot='.' am__nodep='_no' amquote='' amtar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /usr/local/mpich-3.4.3/src/mpl/confdb/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' libmpl_so_version='1:0' libmpl_so_versionflags='-avoid-version' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias=''

-----------

confdefs.h.

-----------

/ confdefs.h /

define PACKAGE_NAME "MPL"

define PACKAGE_TARNAME "mpl"

define PACKAGE_VERSION "0.1"

define PACKAGE_STRING "MPL 0.1"

define PACKAGE_BUGREPORT ""

define PACKAGE_URL ""

define PACKAGE "mpl"

define VERSION "0.1"

define STDC_HEADERS 1

define HAVE_SYS_TYPES_H 1

define HAVE_SYS_STAT_H 1

define HAVE_STDLIB_H 1

define HAVE_STRING_H 1

define HAVE_MEMORY_H 1

define HAVE_STRINGS_H 1

define HAVE_INTTYPES_H 1

define HAVE_STDINT_H 1

define HAVE_UNISTD_H 1

define EXTENSIONS 1

define _ALL_SOURCE 1

define _GNU_SOURCE 1

define _POSIX_PTHREAD_SEMANTICS 1

define _TANDEM_SOURCE 1

define HAVE_DLFCN_H 1

define LT_OBJDIR ".libs/"

define restrict __restrict

define HAVE_MACRO_VA_ARGS 1

define HAVE_BUILTIN_EXPECT 1

define HAVE_C11__STATIC_ASSERT 1

define HAVE___TYPEOF 1

define HAVE_STDIO_H 1

define HAVE_STDLIB_H 1

define HAVE_STRING_H 1

define HAVE_STDARG_H 1

define HAVE_CTYPE_H 1

define HAVE_SYS_TYPES_H 1

define HAVE_SYS_UIO_H 1

define HAVE_EXECINFO_H 1

define HAVE_UNISTD_H 1

define HAVE_ERRNO_H 1

define HAVE_SYS_MMAN_H 1

define HAVE_INTTYPES_H 1

define HAVE_STDINT_H 1

define HAVE__BOOL 1

define HAVE_STDBOOL_H 1

define HAVE_BROKEN_VALGRIND 1

define HAVE_CLOCK_GETTIME 1

define HAVE_CLOCK_GETRES 1

define HAVE_GETTIMEOFDAY 1

define HAVE_SCHED_H 1

define HAVE_UNISTD_H 1

define HAVE_SYS_SELECT_H 1

define HAVE_SCHED_YIELD 1

define HAVE_USLEEP 1

define HAVE_SLEEP 1

define HAVE_SELECT 1

define USE_NOTHING_FOR_YIELD 1

define HAVE_PTHREAD_H 1

define HAVE_PTHREAD_YIELD 1

define THREAD_PACKAGE_NAME MPL_THREAD_PACKAGE_POSIX

define POSIX_MUTEX_NAME MPL_POSIX_MUTEX_NATIVE

define COMPILER_TLS _Thread_local

define HAVE_PTHREAD_MUTEXATTR_SETPSHARED 1

define PROC_MUTEX_PACKAGE_NAME MPL_PROC_MUTEX_PACKAGE_POSIX

define SIZEOF_VOID_P 8

define HAVE_GCC_INTRINSIC_SYNC 1

define HAVE_GCC_INTRINSIC_ATOMIC 1

define HAVE_C11_ATOMICS 1

define HAVE_MKSTEMP 1

define HAVE_FDOPEN 1

define HAVE_GETPID 1

define HAVE_MMAP 1

define HAVE_MUNMAP 1

define USE_MMAP_SHM 1

define HAVE_STRDUP 1

define HAVE_SNPRINTF 1

define HAVE_PUTENV 1

define HAVE_STRERROR 1

define HAVE_USLEEP 1

define HAVE_POSIX_MEMALIGN 1

define HAVE_ALIGNED_ALLOC 1

define DEFINE_ALIGNED_ALLOC 1

define CACHELINE_SIZE 64

define HAVE_EXECINFO_H 1

define backtrace_size_t int

define HAVE_BACKTRACE 1

define HAVE_IFADDRS_H 1

define HAVE_ARPA_INET_H 1

define HAVE_INET_NTOP 1

define HAVE_GETIFADDRS 1

define HAVE_GCC_ATTRIBUTE 1

define HAVE_VAR_ATTRIBUTE_ALIGNED 1

define HAVE_VAR_ATTRIBUTE_USED 1

define HAVE_FUNC_ATTRIBUTE_FALLTHROUGH 1

configure: exit 0

hzhou commented 2 years ago

Thanks. config.log looks ok. It must be the step prefix-config went wrong. If you have the console log during configure, check any error message. The command executed is:

     perl $srcdir/confdb/cmd_prefix_config_h.pl MPL include/config.h include/mplconfig.h

And that step wasn't successful. Do you have Perl installed?

[Next time, do not paste large amount of log directly to the comment. Rather, drag the file into the comment and github will attach it. I am going to hide above comment just to make following this issue easier].

chenjunyu66 commented 2 years ago

Thank you very much for your reply, when I installed perl I make successfully. Since this is my first time asking a question, sorry for paste large amount of log.

hzhou commented 2 years ago

No worries. I am glad you resolved your issue. Can we close this issue?