<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><br>Hi Lorenzo,<div><br></div><div>My understanding is that you must have ISO_Fortran_binding support in your Fortran compiler in order to use the mpi_f08 capabilities of MPICH. Currently, GFortran (as of 8.2) does not support ISO_Fortran_binding natively. However, you may try downloading and installing ISO_Fortran_binding from: <a href="https://github.com/sourceryinstitute/iso_fortran_binding">https://github.com/sourceryinstitute/iso_fortran_binding</a>. Currently, the tests make use of C VLAs, so if you compile with a C compiler other than GCC the tests may fail to build. However, the runtime *should* (AFAIK) still work, as I don't believe we used VLAs or any other (breaking) GNU extensions in the source itself.</div><div><br></div><div>If you install ISO_Fortran_binding onto your default system search path before configuring MPICH, then I think MPICH will find it and enable the f08 module.</div><div><br></div><div>I  have no idea what is wrong with TotalView.</div><div><br></div><div>Good luck!</div><div>Zaak</div><div><br></div><div><div dir="ltr"><div dir="ltr"><div dir="ltr">Izaak "Zaak" Beekman<br><br>------------------------------------------------------------------------------- <br>HPC Scientist</div><div dir="ltr"><a href="mailto:ibeekman@paratools.com">ibeekman@paratools.com</a><br><a href="http://www.paratools.com/" target="_blank">ParaTools Inc.</a><div dir="ltr">1509 16th St, NW</div><div dir="ltr">Washington, DC 20036</div>mobile: <a href="tel:(917)%20797-3239" value="+19177973239" target="_blank">(917) 797-3239</a><br>-------------------------------------------------------------------------------</div><div dir="ltr"><br></div></div></div><div class="gmail_quote"><div dir="ltr">On Mon, Sep 17, 2018 at 9:25 AM <<a href="mailto:discuss-request@mpich.org">discuss-request@mpich.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send discuss mailing list submissions to<br>
        <a href="mailto:discuss@mpich.org" target="_blank">discuss@mpich.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://lists.mpich.org/mailman/listinfo/discuss" rel="noreferrer" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:discuss-request@mpich.org" target="_blank">discuss-request@mpich.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:discuss-owner@mpich.org" target="_blank">discuss-owner@mpich.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of discuss digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1.  mpi_f08 and Totalview (Lorenzo Zanon)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 17 Sep 2018 15:25:45 +0200<br>
From: Lorenzo Zanon <<a href="mailto:zanon@mechbau.uni-stuttgart.de" target="_blank">zanon@mechbau.uni-stuttgart.de</a>><br>
To: <a href="mailto:discuss@mpich.org" target="_blank">discuss@mpich.org</a><br>
Subject: [mpich-discuss] mpi_f08 and Totalview<br>
Message-ID:<br>
        <<a href="mailto:10a0c010-7304-9bac-eb75-6429c111526c@mechbau.uni-stuttgart.de" target="_blank">10a0c010-7304-9bac-eb75-6429c111526c@mechbau.uni-stuttgart.de</a>><br>
Content-Type: text/plain; charset="utf-8"; Format="flowed"<br>
<br>
Hello,<br>
<br>
After the mpich installation I have these two issues:<br>
<br>
- I cannot use the module mpi_f08 in a Fortran program, only the old mpi<br>
module. The compilation error is:<br>
<br>
Fatal Error: Can't open module file ?mpi_f08.mod? for reading at (1): No<br>
such file or directory<br>
compilation terminated.<br>
<br>
- I cannot debug with Totalview. Totalview freezes when starting a debug<br>
session with "go" and a breakpoint, without error message. Maybe there<br>
was something wrong in my debug configuration options?<br>
<br>
Attached are my c.txt and m.txt files.<br>
<br>
Thanks for helping!<br>
Best,<br>
Lorenzo<br>
<br>
-- <br>
============================<br>
Lorenzo Zanon<br>
<br>
Institute of Applied Mechanics<br>
Continuum Mechanics and Mechanobiology<br>
University of Stuttgart<br>
<br>
Pfaffenwaldring 5a<br>
70569 Stuttgart<br>
Germany<br>
<br>
<a href="mailto:zanon@mechbau.uni-stuttgart.de" target="_blank">zanon@mechbau.uni-stuttgart.de</a><br>
<a href="tel:+49%20711%2068560829" value="+4971168560829" target="_blank">+49 (0)711 685 60 829</a><br>
<a href="tel:+49%201577%202790439" value="+4915772790439" target="_blank">+49 (0)1577 2790439</a><br>
============================<br>
<br>
<br>
-------------- next part --------------<br>
Configuring MPICH version 3.2.1 with  'F77=gfortran' 'FC=gfortran' '-prefix=/data/homes/zanon/software/mpich/mpich-install' '-enable-debuginfo' '--enable-g=dbg,mem,log' '-with-pm=hydra:gforker:remshell'<br>
Running on system: Linux cbmnb-lorenzo 4.10.0-38-generic #42~16.04.1-Ubuntu SMP Tue Oct 10 16:32:20 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux<br>
checking for icc... no<br>
checking for pgcc... no<br>
checking for xlc... no<br>
checking for xlC... no<br>
checking for pathcc... no<br>
checking for gcc... gcc<br>
checking whether the C compiler works... yes<br>
checking for C compiler default output file name... a.out<br>
checking for suffix of executables... <br>
checking whether we are cross compiling... no<br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ISO C89... none needed<br>
checking whether gcc understands -c and -o together... yes<br>
checking how to run the C preprocessor... gcc -E<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether build environment is sane... yes<br>
checking for a thread-safe mkdir -p... /bin/mkdir -p<br>
checking for gawk... gawk<br>
checking whether make sets $(MAKE)... yes<br>
checking for style of include used by make... GNU<br>
checking whether make supports nested variables... yes<br>
checking dependency style of gcc... gcc3<br>
checking whether to enable maintainer-specific portions of Makefiles... yes<br>
checking for ar... ar<br>
checking the archiver (ar) interface... ar<br>
checking build system type... x86_64-pc-linux-gnu<br>
checking host system type... x86_64-pc-linux-gnu<br>
checking how to print strings... printf<br>
checking for a sed that does not truncate output... /bin/sed<br>
checking for grep that handles long lines and -e... /bin/grep<br>
checking for egrep... /bin/grep -E<br>
checking for fgrep... /bin/grep -F<br>
checking for ld used by gcc... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B<br>
checking the name lister (/usr/bin/nm -B) interface... BSD nm<br>
checking whether ln -s works... yes<br>
checking the maximum length of command line arguments... 1572864<br>
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop<br>
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop<br>
checking for /usr/bin/ld option to reload object files... -r<br>
checking for objdump... objdump<br>
checking how to recognize dependent libraries... pass_all<br>
checking for dlltool... no<br>
checking how to associate runtime and link libraries... printf %s\n<br>
checking for archiver @FILE support... @<br>
checking for strip... strip<br>
checking for ranlib... ranlib<br>
checking command to parse /usr/bin/nm -B output from gcc object... ok<br>
checking for sysroot... no<br>
checking for a working dd... /bin/dd<br>
checking how to truncate binary pipes... /bin/dd bs=4096 count=1<br>
checking for mt... mt<br>
checking if mt is a manifest tool... no<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking for dlfcn.h... yes<br>
checking for objdir... .libs<br>
checking if gcc supports -fno-rtti -fno-exceptions... no<br>
checking for gcc option to produce PIC... -fPIC -DPIC<br>
checking if gcc PIC flag -fPIC -DPIC works... yes<br>
checking if gcc static flag -static works... yes<br>
checking if gcc supports -c -o file.o... yes<br>
checking if gcc supports -c -o file.o... (cached) yes<br>
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<br>
checking whether -lc should be explicitly linked in... no<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
checking whether make supports nested variables... (cached) yes<br>
checking for icpc... no<br>
checking for pgCC... no<br>
checking for xlC... no<br>
checking for pathCC... no<br>
checking for g++... g++<br>
checking whether we are using the GNU C++ compiler... yes<br>
checking whether g++ accepts -g... yes<br>
checking dependency style of g++... gcc3<br>
checking how to run the C++ preprocessor... g++ -E<br>
checking for ld used by g++... /usr/bin/ld -m elf_x86_64<br>
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes<br>
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<br>
checking for g++ option to produce PIC... -fPIC -DPIC<br>
checking if g++ PIC flag -fPIC -DPIC works... yes<br>
checking if g++ static flag -static works... yes<br>
checking if g++ supports -c -o file.o... yes<br>
checking if g++ supports -c -o file.o... (cached) yes<br>
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<br>
checking dynamic linker characteristics... (cached) GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether we are using the GNU Fortran compiler... yes<br>
checking whether gfortran accepts -g... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
checking for gfortran option to produce PIC... -fPIC<br>
checking if gfortran PIC flag -fPIC works... yes<br>
checking if gfortran static flag -static works... yes<br>
checking if gfortran supports -c -o file.o... yes<br>
checking if gfortran supports -c -o file.o... (cached) yes<br>
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<br>
checking dynamic linker characteristics... (cached) GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether we are using the GNU Fortran 77 compiler... yes<br>
checking whether gfortran accepts -g... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
checking for gfortran option to produce PIC... -fPIC<br>
checking if gfortran PIC flag -fPIC works... yes<br>
checking if gfortran static flag -static works... yes<br>
checking if gfortran supports -c -o file.o... yes<br>
checking if gfortran supports -c -o file.o... (cached) yes<br>
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<br>
checking dynamic linker characteristics... (cached) GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
configure: RUNNING PREREQ FOR ch3:nemesis<br>
checking hcoll/api/hcoll_api.h usability... no<br>
checking hcoll/api/hcoll_api.h presence... no<br>
checking for hcoll/api/hcoll_api.h... no<br>
checking for hcoll_init in -lhcoll... no<br>
configure: ===== configuring src/mpl =====<br>
configure: running /bin/bash ../../../mpich-3.2.1/src/mpl/configure --disable-option-checking '--prefix=/data/homes/zanon/software/mpich/mpich-install' --disable-versioning 'F77=gfortran' 'FC=gfortran' '-enable-debuginfo' '--enable-g=dbg,mem,log' '-with-pm=hydra:gforker:remshell' --cache-file=/dev/null --srcdir=../../../mpich-3.2.1/src/mpl<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether build environment is sane... yes<br>
checking for a thread-safe mkdir -p... /bin/mkdir -p<br>
checking for gawk... gawk<br>
checking whether make sets $(MAKE)... yes<br>
checking whether make supports nested variables... yes<br>
checking for style of include used by make... GNU<br>
checking whether the C compiler works... yes<br>
checking for C compiler default output file name... a.out<br>
checking for suffix of executables... <br>
checking whether we are cross compiling... no<br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ISO C89... none needed<br>
checking whether gcc understands -c and -o together... yes<br>
checking dependency style of gcc... gcc3<br>
checking the archiver (ar) interface... ar<br>
checking build system type... x86_64-pc-linux-gnu<br>
checking host system type... x86_64-pc-linux-gnu<br>
checking how to print strings... printf<br>
checking for a sed that does not truncate output... /bin/sed<br>
checking for grep that handles long lines and -e... /bin/grep<br>
checking for egrep... /bin/grep -E<br>
checking for fgrep... /bin/grep -F<br>
checking for ld used by gcc... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B<br>
checking the name lister (/usr/bin/nm -B) interface... BSD nm<br>
checking whether ln -s works... yes<br>
checking the maximum length of command line arguments... 1572864<br>
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop<br>
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop<br>
checking for /usr/bin/ld option to reload object files... -r<br>
checking for objdump... objdump<br>
checking how to recognize dependent libraries... pass_all<br>
checking for dlltool... no<br>
checking how to associate runtime and link libraries... printf %s\n<br>
checking for archiver @FILE support... @<br>
checking for strip... strip<br>
checking for ranlib... ranlib<br>
checking command to parse /usr/bin/nm -B output from gcc object... ok<br>
checking for sysroot... no<br>
checking for a working dd... /bin/dd<br>
checking how to truncate binary pipes... /bin/dd bs=4096 count=1<br>
checking for mt... mt<br>
checking if mt is a manifest tool... no<br>
checking how to run the C preprocessor... gcc -E<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking for dlfcn.h... yes<br>
checking for objdir... .libs<br>
checking if gcc supports -fno-rtti -fno-exceptions... no<br>
checking for gcc option to produce PIC... -fPIC -DPIC<br>
checking if gcc PIC flag -fPIC -DPIC works... yes<br>
checking if gcc static flag -static works... yes<br>
checking if gcc supports -c -o file.o... yes<br>
checking if gcc supports -c -o file.o... (cached) yes<br>
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<br>
checking whether -lc should be explicitly linked in... no<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
checking whether make supports nested variables... (cached) yes<br>
checking for an ANSI C-conforming const... yes<br>
checking for C/C++ restrict keyword... __restrict<br>
checking for inline... inline<br>
checking for variable argument list macro functionality... yes<br>
checking for gcov... gcov<br>
checking whether the compiler supports __typeof(variable)... yes<br>
checking stdio.h usability... yes<br>
checking stdio.h presence... yes<br>
checking for stdio.h... yes<br>
checking for stdlib.h... (cached) yes<br>
checking for string.h... (cached) yes<br>
checking stdarg.h usability... yes<br>
checking stdarg.h presence... yes<br>
checking for stdarg.h... yes<br>
checking ctype.h usability... yes<br>
checking ctype.h presence... yes<br>
checking for ctype.h... yes<br>
checking search.h usability... yes<br>
checking search.h presence... yes<br>
checking for search.h... yes<br>
checking for sys/types.h... (cached) yes<br>
checking sys/uio.h usability... yes<br>
checking sys/uio.h presence... yes<br>
checking for sys/uio.h... yes<br>
checking for inttypes.h... (cached) yes<br>
checking for stdint.h... (cached) yes<br>
checking valgrind.h usability... no<br>
checking valgrind.h presence... no<br>
checking for valgrind.h... no<br>
checking memcheck.h usability... no<br>
checking memcheck.h presence... no<br>
checking for memcheck.h... no<br>
checking valgrind/valgrind.h usability... no<br>
checking valgrind/valgrind.h presence... no<br>
checking for valgrind/valgrind.h... no<br>
checking valgrind/memcheck.h usability... no<br>
checking valgrind/memcheck.h presence... no<br>
checking for valgrind/memcheck.h... no<br>
checking helgrind.h usability... no<br>
checking helgrind.h presence... no<br>
checking for helgrind.h... no<br>
checking valgrind/helgrind.h usability... no<br>
checking valgrind/helgrind.h presence... no<br>
checking for valgrind/helgrind.h... no<br>
checking drd.h usability... no<br>
checking drd.h presence... no<br>
checking for drd.h... no<br>
checking valgrind/drd.h usability... no<br>
checking valgrind/drd.h presence... no<br>
checking for valgrind/drd.h... no<br>
checking whether the valgrind headers are broken or too old... yes<br>
checking for strdup... yes<br>
checking whether strdup needs a declaration... no<br>
checking for snprintf... yes<br>
checking whether snprintf needs a declaration... no<br>
checking for strncmp... yes<br>
checking whether strncmp needs a declaration... no<br>
checking for putenv... yes<br>
checking whether putenv needs a declaration... no<br>
checking for strerror... yes<br>
checking whether strerror needs a declaration... no<br>
checking whether __attribute__ allowed... yes<br>
checking whether __attribute__((format)) allowed... yes<br>
checking that generated files are newer than configure... done<br>
configure: creating ./config.status<br>
config.status: creating Makefile<br>
config.status: creating localdefs<br>
config.status: creating include/config.h<br>
config.status: executing depfiles commands<br>
config.status: executing libtool commands<br>
config.status: executing include/mplconfig.h commands<br>
config.status: creating include/mplconfig.h - prefix MPL for include/config.h defines<br>
configure: ===== done with src/mpl configure =====<br>
configure: sourcing src/mpl/localdefs<br>
configure: ===== configuring src/openpa =====<br>
configure: running /bin/bash ../../../mpich-3.2.1/src/openpa/configure --disable-option-checking '--prefix=/data/homes/zanon/software/mpich/mpich-install' --disable-versioning --with-atomic-primitives=auto_allow_emulation 'F77=gfortran' 'FC=gfortran' '-enable-debuginfo' '--enable-g=dbg,mem,log' '-with-pm=hydra:gforker:remshell' --cache-file=/dev/null --srcdir=../../../mpich-3.2.1/src/openpa<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether build environment is sane... yes<br>
checking for a thread-safe mkdir -p... /bin/mkdir -p<br>
checking for gawk... gawk<br>
checking whether make sets $(MAKE)... yes<br>
checking whether make supports nested variables... yes<br>
checking for style of include used by make... GNU<br>
checking for gcc... gcc<br>
checking whether the C compiler works... yes<br>
checking for C compiler default output file name... a.out<br>
checking for suffix of executables... <br>
checking whether we are cross compiling... no<br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ISO C89... none needed<br>
checking whether gcc understands -c and -o together... yes<br>
checking dependency style of gcc... gcc3<br>
checking the archiver (ar) interface... ar<br>
checking build system type... x86_64-pc-linux-gnu<br>
checking host system type... x86_64-pc-linux-gnu<br>
checking how to print strings... printf<br>
checking for a sed that does not truncate output... /bin/sed<br>
checking for grep that handles long lines and -e... /bin/grep<br>
checking for egrep... /bin/grep -E<br>
checking for fgrep... /bin/grep -F<br>
checking for ld used by gcc... /usr/bin/ld<br>
checking if the linker (/usr/bin/ld) is GNU ld... yes<br>
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B<br>
checking the name lister (/usr/bin/nm -B) interface... BSD nm<br>
checking whether ln -s works... yes<br>
checking the maximum length of command line arguments... 1572864<br>
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop<br>
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop<br>
checking for /usr/bin/ld option to reload object files... -r<br>
checking for objdump... objdump<br>
checking how to recognize dependent libraries... pass_all<br>
checking for dlltool... no<br>
checking how to associate runtime and link libraries... printf %s\n<br>
checking for archiver @FILE support... @<br>
checking for strip... strip<br>
checking for ranlib... ranlib<br>
checking command to parse /usr/bin/nm -B output from gcc object... ok<br>
checking for sysroot... no<br>
checking for a working dd... /bin/dd<br>
checking how to truncate binary pipes... /bin/dd bs=4096 count=1<br>
checking for mt... mt<br>
checking if mt is a manifest tool... no<br>
checking how to run the C preprocessor... gcc -E<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking for dlfcn.h... yes<br>
checking for objdir... .libs<br>
checking if gcc supports -fno-rtti -fno-exceptions... no<br>
checking for gcc option to produce PIC... -fPIC -DPIC<br>
checking if gcc PIC flag -fPIC -DPIC works... yes<br>
checking if gcc static flag -static works... yes<br>
checking if gcc supports -c -o file.o... yes<br>
checking if gcc supports -c -o file.o... (cached) yes<br>
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes<br>
checking whether -lc should be explicitly linked in... no<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
checking whether make supports nested variables... (cached) yes<br>
checking for gcc... (cached) gcc<br>
checking whether we are using the GNU C compiler... (cached) yes<br>
checking whether gcc accepts -g... (cached) yes<br>
checking for gcc option to accept ISO C89... (cached) none needed<br>
checking whether gcc understands -c and -o together... (cached) yes<br>
checking dependency style of gcc... (cached) gcc3<br>
checking whether to enable assertions... yes<br>
checking pthread.h usability... yes<br>
checking pthread.h presence... yes<br>
checking for pthread.h... yes<br>
checking atomic.h usability... no<br>
checking atomic.h presence... no<br>
checking for atomic.h... no<br>
checking intrin.h usability... no<br>
checking intrin.h presence... no<br>
checking for intrin.h... no<br>
checking for inttypes.h... (cached) yes<br>
checking for stdint.h... (cached) yes<br>
checking stddef.h usability... yes<br>
checking stddef.h presence... yes<br>
checking for stddef.h... yes<br>
checking for C/C++ restrict keyword... __restrict<br>
checking for inline... inline<br>
checking for an ANSI C-conforming const... yes<br>
checking for pthread_create in -lpthread... yes<br>
checking for pthread_yield... yes<br>
checking if 100 threads can be run at once... yes<br>
checking size of void *... 8<br>
checking size of int... 4<br>
checking whether __attribute__ allowed... yes<br>
checking whether __attribute__((format)) allowed... yes<br>
checking if compiler rejects bogus asm statements... yes<br>
checking for support for gcc x86/x86_64 primitives... yes<br>
checking for support for gcc x86 primitives for pre-Pentium 4... yes<br>
checking for support for gcc ia64 primitives... no<br>
checking for support for gcc PowerPC atomics... no<br>
checking for support for gcc ARM atomics... no<br>
checking for support for gcc SiCortex atomics... no<br>
checking for support for gcc atomic intrinsics... yes<br>
checking for support for Windows NT atomic intrinsics... no<br>
checking for support for Sun atomic operations library... no<br>
checking whether to enable strict fairness checks... no<br>
checking that generated files are newer than configure... done<br>
configure: creating ./config.status<br>
config.status: creating Makefile<br>
config.status: creating src/Makefile<br>
config.status: creating test/Makefile<br>
config.status: creating openpa.pc<br>
config.status: creating src/config.h<br>
config.status: executing depfiles commands<br>
config.status: executing libtool commands<br>
config.status: executing src/opa_config.h commands<br>
config.status: creating src/opa_config.h - prefix OPA for src/config.h defines<br>
configure: ===== done with src/openpa configure =====<br>
sourcing /data/homes/zanon/software/mpich/mpich-3.2.1/src/pm/hydra/mpichprereq<br>
checking whether the compiler defines __func__... yes<br>
checking whether the compiler defines __FUNC__... no<br>
checking whether the compiler sets __FUNCTION__... yes<br>
checking whether C compiler accepts option -O2... yes<br>
checking whether C compiler option -O2 works with an invalid prototype program... yes<br>
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes<br>
checking for type of weak symbol alias support... pragma weak<br>
checking whether __attribute__ ((weak)) allowed... yes<br>
checking whether __attribute__ ((weak_import)) allowed... yes<br>
checking whether __attribute__((weak,alias(...))) allowed... yes<br>
checking for multiple weak symbol support... yes<br>
checking for shared library (esp. rpath) characteristics of CC... done (results in src/env/cc_shlib.conf)<br>
checking whether Fortran 77 compiler accepts option -O2... yes<br>
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes<br>
checking how to get verbose linking output from gfortran... -v<br>
checking for Fortran 77 libraries of gfortran...  -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/5/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/opt/intel/2013/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/opt/intel/2013/composer_xe_2013_sp1.2.144/mkl/lib/intel64 -L. -L/usr/lib/gcc/x86_64-linux-gnu/5/../../.. -lgfortran -lm -lquadmath<br>
checking whether gfortran accepts the FLIBS found by autoconf... yes<br>
checking whether gcc links with FLIBS found by autoconf... yes<br>
checking whether Fortran 77 and C objects are compatible... yes<br>
checking for linker for Fortran main program... Use Fortran to link programs<br>
checking for Fortran 77 name mangling... lower uscore<br>
checking for libraries to link Fortran main with C stdio routines... none<br>
checking whether Fortran init will work with C... yes<br>
checking for extension for Fortran 90 programs... f90<br>
checking whether the Fortran 90 compiler (gfortran   -g ) works... yes<br>
checking whether the Fortran 90 compiler (gfortran   -g ) is a cross-compiler... no<br>
checking whether Fortran 90 compiler works with Fortran 77 compiler... yes<br>
checking for shared library (esp. rpath) characteristics of F77... done (results in src/env/f77_shlib.conf)<br>
checking whether Fortran 77 accepts ! for comments... yes<br>
checking for include directory flag for Fortran... -I<br>
checking for Fortran 77 flag for library directories... -L<br>
checking whether Fortran 77 compiler processes .F files with C preprocessor... yes<br>
checking whether gfortran allows mismatched arguments... yes<br>
checking for Fortran 2008 support... no<br>
checking for shared library (esp. rpath) characteristics of FC... done (results in src/env/fc_shlib.conf)<br>
checking whether the Fortran 90 compiler (gfortran   -g ) works... yes<br>
checking whether the Fortran 90 compiler (gfortran   -g ) is a cross-compiler... no<br>
checking for Fortran 90 module extension... mod<br>
checking for Fortran 90 module include flag... -I<br>
checking for Fortran 90 module output directory flag... -J<br>
checking whether Fortran 90 compiler accepts option -O2... yes<br>
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes<br>
checking whether Fortran 90 compiler processes .F90 files with C preprocessor... yes<br>
checking what libraries are needed to link Fortran90 programs with C routines that use stdio... none<br>
checking whether TRUE has been defined... no<br>
checking whether the C++ compiler g++ can build an executable... yes<br>
checking whether C++ compiler works with string... yes<br>
checking whether the compiler supports exceptions... yes<br>
checking whether the compiler recognizes bool as a built-in type... yes<br>
checking whether the compiler implements namespaces... yes<br>
checking whether <iostream> available... yes<br>
checking whether the compiler implements the namespace std... yes<br>
checking whether <math> available... no<br>
checking for GNU g++ version... 5 . 4<br>
checking for shared library (esp. rpath) characteristics of CXX... done (results in src/env/cxx_shlib.conf)<br>
checking whether C++ compiler accepts option -O2... yes<br>
checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes<br>
checking for perl... /usr/bin/perl<br>
checking for ar... ar<br>
checking for ranlib... ranlib<br>
checking for killall... killall<br>
checking whether install works... yes<br>
checking whether mkdir -p works... yes<br>
checking for make... make<br>
checking whether clock skew breaks make... no<br>
checking whether make supports include... yes<br>
checking whether make allows comments in actions... yes<br>
checking for virtual path format... VPATH<br>
checking whether make sets CFLAGS... yes<br>
checking for bash... /bin/bash<br>
checking whether /bin/bash supports arrays... yes<br>
configure: WARNING: Some versions of gcc do not include debugging information<br>
within the executable.  Totalview requires this information to detect<br>
an MPICH code.  If you have trouble, try linking with the additional<br>
option<br>
    +noobjdebug<br>
on all link lines (consider adding it to LDFLAGS)<br>
checking for doctext... false<br>
checking for an ANSI C-conforming const... yes<br>
checking for working volatile... yes<br>
checking for C/C++ restrict keyword... __restrict<br>
checking for inline... inline<br>
checking whether __attribute__ allowed... yes<br>
checking whether __attribute__((format)) allowed... yes<br>
checking if C compiler supports __builtin_expect... yes<br>
checking whether byte ordering is bigendian... no<br>
checking whether C compiler allows unaligned doubles... yes<br>
checking whether gcc supports __func__... yes<br>
checking whether long double is supported... yes<br>
checking whether long long is supported... yes<br>
checking for max C struct integer alignment... eight<br>
checking for max C struct floating point alignment... sixteen<br>
checking for max C struct alignment of structs with doubles... eight<br>
checking for max C struct floating point alignment with long doubles... sixteen<br>
configure: WARNING: Structures containing long doubles may be aligned differently from structures with floats or longs.  MPICH does not handle this case automatically and you should avoid assumed extents for structures containing float types.<br>
checking if alignment of structs with doubles is based on position... no<br>
checking if alignment of structs with long long ints is based on position... no<br>
checking if double alignment breaks rules, find actual alignment... no<br>
checking for alignment restrictions on pointers... int or better<br>
checking size of char... 1<br>
checking size of unsigned char... 1<br>
checking size of short... 2<br>
checking size of unsigned short... 2<br>
checking size of int... 4<br>
checking size of unsigned int... 4<br>
checking size of long... 8<br>
checking size of unsigned long... 8<br>
checking size of long long... 8<br>
checking size of unsigned long long... 8<br>
checking size of float... 4<br>
checking size of double... 8<br>
checking size of long double... 16<br>
checking size of void *... 8<br>
checking for ANSI C header files... (cached) yes<br>
checking stddef.h usability... yes<br>
checking stddef.h presence... yes<br>
checking for stddef.h... yes<br>
checking size of wchar_t... 4<br>
checking size of float_int... 8<br>
checking size of double_int... 16<br>
checking size of long_int... 16<br>
checking size of short_int... 8<br>
checking size of two_int... 8<br>
checking size of long_double_int... 32<br>
checking sys/bitypes.h usability... yes<br>
checking sys/bitypes.h presence... yes<br>
checking for sys/bitypes.h... yes<br>
checking for inttypes.h... (cached) yes<br>
checking for stdint.h... (cached) yes<br>
checking for int8_t... yes<br>
checking for int16_t... yes<br>
checking for int32_t... yes<br>
checking for int64_t... yes<br>
checking for uint8_t... yes<br>
checking for uint16_t... yes<br>
checking for uint32_t... yes<br>
checking for uint64_t... yes<br>
checking stdbool.h usability... yes<br>
checking stdbool.h presence... yes<br>
checking for stdbool.h... yes<br>
checking complex.h usability... yes<br>
checking complex.h presence... yes<br>
checking for complex.h... yes<br>
checking size of _Bool... 1<br>
checking size of float _Complex... 8<br>
checking size of double _Complex... 16<br>
checking size of long double _Complex... 32<br>
checking for _Bool... yes<br>
checking for float _Complex... yes<br>
checking for double _Complex... yes<br>
checking for long double _Complex... yes<br>
checking for size of Fortran type integer... 4<br>
checking for size of Fortran type real... 4<br>
checking for size of Fortran type double precision... 8<br>
checking whether integer*1 is supported... yes<br>
checking whether integer*2 is supported... yes<br>
checking whether integer*4 is supported... yes<br>
checking whether integer*8 is supported... yes<br>
checking whether integer*16 is supported... yes<br>
checking whether real*4 is supported... yes<br>
checking whether real*8 is supported... yes<br>
checking whether real*16 is supported... yes<br>
checking for C type matching Fortran real... float<br>
checking for C type matching Fortran double... double<br>
checking for C type matching Fortran integer... int<br>
checking for values of Fortran logicals... True is 1 and False is 0<br>
checking for Fortran 90 integer kind for 8-byte integers... 8<br>
checking for Fortran 90 integer kind for 4-byte integers... 4<br>
checking if real*8 is supported in Fortran 90... yes<br>
checking size of bool... 1<br>
checking complex usability... yes<br>
checking complex presence... yes<br>
checking for complex... yes<br>
checking size of Complex... 8<br>
checking size of DoubleComplex... 16<br>
checking size of LongDoubleComplex... 32<br>
checking for alignment restrictions on int64_t... no<br>
checking for alignment restrictions on int32_t... no<br>
checking for gcov... gcov<br>
checking for ANSI C header files... (cached) yes<br>
checking for stdlib.h... (cached) yes<br>
checking stdarg.h usability... yes<br>
checking stdarg.h presence... yes<br>
checking for stdarg.h... yes<br>
checking for sys/types.h... (cached) yes<br>
checking for string.h... (cached) yes<br>
checking for inttypes.h... (cached) yes<br>
checking limits.h usability... yes<br>
checking limits.h presence... yes<br>
checking for limits.h... yes<br>
checking for stddef.h... (cached) yes<br>
checking errno.h usability... yes<br>
checking errno.h presence... yes<br>
checking for errno.h... yes<br>
checking sys/socket.h usability... yes<br>
checking sys/socket.h presence... yes<br>
checking for sys/socket.h... yes<br>
checking sys/time.h usability... yes<br>
checking sys/time.h presence... yes<br>
checking for sys/time.h... yes<br>
checking for unistd.h... (cached) yes<br>
checking endian.h usability... yes<br>
checking endian.h presence... yes<br>
checking for endian.h... yes<br>
checking assert.h usability... yes<br>
checking assert.h presence... yes<br>
checking for assert.h... yes<br>
checking sys/param.h usability... yes<br>
checking sys/param.h presence... yes<br>
checking for sys/param.h... yes<br>
checking for sys/uio.h... yes<br>
checking for size_t... yes<br>
checking for setitimer... yes<br>
checking for alarm... yes<br>
checking for vsnprintf... yes<br>
checking for vsprintf... yes<br>
checking whether vsnprintf needs a declaration... no<br>
checking for strerror... yes<br>
checking for strncasecmp... yes<br>
checking whether strerror_r is declared... yes<br>
checking for strerror_r... yes<br>
checking whether strerror_r returns char *... no<br>
checking whether strerror_r needs a declaration... no<br>
checking for snprintf... yes<br>
checking whether snprintf needs a declaration... no<br>
checking for qsort... yes<br>
checking for va_copy... yes<br>
checking for variable argument list macro functionality... yes<br>
checking for working alloca.h... yes<br>
checking for alloca... yes<br>
checking search usability... no<br>
checking search presence... no<br>
checking for search... no<br>
checking for tsearch... yes<br>
checking whether tsearch requires char* args... no<br>
checking for mkstemp... yes<br>
checking whether mkstemp needs a declaration... no<br>
checking for fdopen... yes<br>
checking whether fdopen needs a declaration... yes<br>
checking for putenv... yes<br>
checking whether putenv needs a declaration... no<br>
checking for clock_gettime... yes<br>
checking for clock_getres... yes<br>
checking for gethrtime... no<br>
checking for mach_absolute_time... no<br>
checking for gettimeofday... yes<br>
checking for library containing clock_gettime... none required<br>
checking for library containing clock_getres... none required<br>
checking whether struct timespec is defined in time.h... yes<br>
checking for CLOCK_REALTIME defined in time.h... yes<br>
checking size of MPIR_Bsend_data_t... 96<br>
checking pthread.h usability... yes<br>
checking pthread.h presence... yes<br>
checking for pthread.h... yes<br>
checking for pthread_key_create in -lpthread... yes<br>
checking for pthread_yield... yes<br>
checking for pthread_key_create... yes<br>
checking for pthread_cleanup_push... no<br>
checking whether pthread_cleanup_push is available (may be a macro in pthread.h)... no<br>
checking whether pthread.h defines PTHREAD_MUTEX_ERRORCHECK_NP... yes<br>
checking whether pthread.h defines PTHREAD_MUTEX_ERRORCHECK... yes<br>
checking whether pthread_mutexattr_settype needs a declaration... no<br>
checking for thread local storage specifier... __thread<br>
checking for getpid... yes<br>
checking sched.h usability... yes<br>
checking sched.h presence... yes<br>
checking for sched.h... yes<br>
checking for unistd.h... (cached) yes<br>
checking sys/select.h usability... yes<br>
checking sys/select.h presence... yes<br>
checking for sys/select.h... yes<br>
checking for sched_yield... yes<br>
checking for yield... no<br>
checking for usleep... yes<br>
checking for sleep... yes<br>
checking for select... yes<br>
checking whether usleep needs a declaration... no<br>
checking for sched_setaffinity... yes<br>
checking for sched_getaffinity... yes<br>
checking for bindprocessor... no<br>
checking for thread_policy_set... no<br>
checking whether cpu_set_t available... yes<br>
checking whether the CPU_SET and CPU_ZERO macros are defined... no<br>
checking for unistd.h... (cached) yes<br>
checking for string.h... (cached) yes<br>
checking for stdlib.h... (cached) yes<br>
checking for sys/socket.h... (cached) yes<br>
checking for strings.h... (cached) yes<br>
checking for assert.h... (cached) yes<br>
checking arpa/inet.h usability... yes<br>
checking arpa/inet.h presence... yes<br>
checking for arpa/inet.h... yes<br>
checking for snprintf... (cached) yes<br>
checking whether snprintf needs a declaration... (cached) no<br>
checking for strncasecmp... (cached) yes<br>
checking for sys/types.h... (cached) yes<br>
checking for sys/param.h... (cached) yes<br>
checking for sys/socket.h... (cached) yes<br>
checking netinet/in.h usability... yes<br>
checking netinet/in.h presence... yes<br>
checking for netinet/in.h... yes<br>
checking netinet/tcp.h usability... yes<br>
checking netinet/tcp.h presence... yes<br>
checking for netinet/tcp.h... yes<br>
checking sys/un.h usability... yes<br>
checking sys/un.h presence... yes<br>
checking for sys/un.h... yes<br>
checking netdb.h usability... yes<br>
checking netdb.h presence... yes<br>
checking for netdb.h... yes<br>
checking for library containing socket... none required<br>
checking for library containing gethostbyname... none required<br>
checking for socket... yes<br>
checking for setsockopt... yes<br>
checking for gethostbyname... yes<br>
checking whether socklen_t is defined (in sys/socket.h if present)... yes<br>
checking whether struct hostent contains h_addr_list... yes<br>
checking whether __attribute__ allowed... (cached) yes<br>
checking whether __attribute__((format)) allowed... (cached) yes<br>
configure: RUNNING CONFIGURE FOR CH3 DEVICE<br>
checking for assert.h... (cached) yes<br>
checking for limits.h... (cached) yes<br>
checking for string.h... (cached) yes<br>
checking for sys/types.h... (cached) yes<br>
checking for sys/uio.h... (cached) yes<br>
checking uuid/uuid.h usability... no<br>
checking uuid/uuid.h presence... no<br>
checking for uuid/uuid.h... no<br>
checking time.h usability... yes<br>
checking time.h presence... yes<br>
checking for time.h... yes<br>
checking ctype.h usability... yes<br>
checking ctype.h presence... yes<br>
checking for ctype.h... yes<br>
checking for unistd.h... (cached) yes<br>
checking for arpa/inet.h... (cached) yes<br>
checking for sys/socket.h... (cached) yes<br>
checking for net/if.h... yes<br>
checking for pid_t... yes<br>
checking for inet_pton... yes<br>
checking for gethostname... yes<br>
checking whether gethostname needs a declaration... no<br>
checking for CFUUIDCreate... no<br>
checking for uuid_generate... no<br>
checking for time... yes<br>
checking for OpenPA atomic primitive availability... yes<br>
checking whether byte ordering is bigendian... (cached) no<br>
configure: RUNNING CONFIGURE FOR ch3:nemesis<br>
checking for net/if.h... yes<br>
checking for assert.h... (cached) yes<br>
checking for netdb.h... (cached) yes<br>
checking for unistd.h... (cached) yes<br>
checking for sched.h... (cached) yes<br>
checking sys/mman.h usability... yes<br>
checking sys/mman.h presence... yes<br>
checking for sys/mman.h... yes<br>
checking sys/ioctl.h usability... yes<br>
checking sys/ioctl.h presence... yes<br>
checking for sys/ioctl.h... yes<br>
checking for sys/socket.h... (cached) yes<br>
checking sys/sockio.h usability... no<br>
checking sys/sockio.h presence... no<br>
checking for sys/sockio.h... no<br>
checking for sys/types.h... (cached) yes<br>
checking for errno.h... (cached) yes<br>
checking sys/ipc.h usability... yes<br>
checking sys/ipc.h presence... yes<br>
checking for sys/ipc.h... yes<br>
checking sys/shm.h usability... yes<br>
checking sys/shm.h presence... yes<br>
checking for sys/shm.h... yes<br>
checking for netinet/in.h... (cached) yes<br>
checking signal.h usability... yes<br>
checking signal.h presence... yes<br>
checking for signal.h... yes<br>
checking for signal... yes<br>
checking for mkstemp... (cached) yes<br>
checking for rand... yes<br>
checking for srand... yes<br>
checking for mmap... yes<br>
checking for munmap... yes<br>
configure: Using a memory-mapped file for shared memory<br>
checking whether struct hostent contains h_addr_list... (cached) yes<br>
checking whether we can use struct ifconf... yes<br>
checking whether we can use struct ifreq... yes<br>
checking knem_io.h usability... no<br>
checking knem_io.h presence... no<br>
checking for knem_io.h... no<br>
configure: RUNNING CONFIGURE FOR F90 CODE<br>
checking whether ln -s works... yes<br>
checking for extension for Fortran 90 programs... f90<br>
checking for the precision and range of reals...  6 , 37<br>
checking for the precision and range of double precision...  15 , 307<br>
checking for the range of integer...  9<br>
checking for available integer kinds...  2 , 1, 4 , 2, 9 , 4, 18 , 8,<br>
checking for available integer ranges...  {  2 , 1 , 1 }, {  4 , 2 , 2 }, {  9 , 4 , 4 }, {  18 , 8 , 8 },<br>
configure: RUNNING CONFIGURE FOR src/pm/gforker<br>
checking for library containing socketpair... none required<br>
checking for sys/types.h... (cached) yes<br>
checking for signal.h... (cached) yes<br>
checking sys/ptrace.h usability... yes<br>
checking sys/ptrace.h presence... yes<br>
checking for sys/ptrace.h... yes<br>
checking for strsignal... yes<br>
checking for sigaction... yes<br>
checking for signal... (cached) yes<br>
checking for sigset... yes<br>
checking for struct sigaction... yes<br>
checking for string.h... (cached) yes<br>
checking for sys/time.h... (cached) yes<br>
checking for unistd.h... (cached) yes<br>
checking for stdlib.h... (cached) yes<br>
checking for sys/socket.h... (cached) yes<br>
checking wait.h usability... yes<br>
checking wait.h presence... yes<br>
checking for wait.h... yes<br>
checking for errno.h... (cached) yes<br>
configure: RUNNING CONFIGURE FOR src/pm/remshell<br>
checking for library containing socketpair... (cached) none required<br>
checking for sys/types.h... (cached) yes<br>
checking for signal.h... (cached) yes<br>
checking for sys/ptrace.h... (cached) yes<br>
checking for strsignal... (cached) yes<br>
checking for sigaction... (cached) yes<br>
checking for signal... (cached) yes<br>
checking for sigset... (cached) yes<br>
checking for struct sigaction... (cached) yes<br>
checking for string.h... (cached) yes<br>
checking for sys/time.h... (cached) yes<br>
checking for unistd.h... (cached) yes<br>
checking for stdlib.h... (cached) yes<br>
checking for sys/socket.h... (cached) yes<br>
checking for wait.h... (cached) yes<br>
checking for errno.h... (cached) yes<br>
checking for ptrace... yes<br>
checking for ptrace named parameters... yes<br>
checking for ssh... /usr/bin/ssh<br>
checking for rsh... /usr/bin/rsh<br>
configure: RUNNING CONFIGURE FOR src/pm/util<br>
checking for pid_t... (cached) yes<br>
checking for setsid... yes<br>
checking for isatty... yes<br>
checking for getsid... yes<br>
checking whether getsid needs a declaration... no<br>
checking for unsetenv... yes<br>
checking for cygwin1.dll in /bin... yes<br>
checking for environ in unistd.h... no<br>
checking for extern environ in runtime... yes<br>
checking for library containing socketpair... (cached) none required<br>
checking for ANSI C header files... (cached) yes<br>
checking for sys/types.h... (cached) yes<br>
checking for signal.h... (cached) yes<br>
checking for sys/ptrace.h... (cached) yes<br>
checking for sys/uio.h... (cached) yes<br>
checking for unistd.h... (cached) yes<br>
checking whether struct iovec is defined in sys/uio.h... yes<br>
checking for strsignal... (cached) yes<br>
checking whether strsignal needs a declaration... no<br>
checking for snprintf... (cached) yes<br>
checking for strdup... yes<br>
checking for sigaction... (cached) yes<br>
checking for signal... (cached) yes<br>
checking for sigset... (cached) yes<br>
checking for struct sigaction and sa_handler... yes<br>
checking whether snprintf needs a declaration... (cached) no<br>
checking whether strdup needs a declaration... no<br>
checking for putenv... (cached) yes<br>
checking whether putenv needs a declaration... (cached) no<br>
checking for gethostname... (cached) yes<br>
checking whether gethostname needs a declaration... (cached) no<br>
checking for select... (cached) yes<br>
checking for sys/select.h... (cached) yes<br>
checking whether FD_ZERO works... yes<br>
checking for sched_setaffinity... (cached) yes<br>
checking for sched_getaffinity... (cached) yes<br>
checking for bindprocessor... (cached) no<br>
checking for thread_policy_set... (cached) no<br>
checking whether cpu_set_t available... (cached) yes<br>
checking whether the CPU_SET and CPU_ZERO macros are defined... (cached) no<br>
checking for string.h... (cached) yes<br>
checking for sys/time.h... (cached) yes<br>
checking for time.h... (cached) yes<br>
checking for stdlib.h... (cached) yes<br>
checking for sys/socket.h... (cached) yes<br>
checking for wait.h... (cached) yes<br>
checking for errno.h... (cached) yes<br>
checking for time... (cached) yes<br>
checking whether socklen_t is defined (in sys/socket.h if present)... (cached) yes<br>
configure: ===== configuring src/mpi/romio =====<br>
configure: running /bin/bash ../../../../mpich-3.2.1/src/mpi/romio/configure --disable-option-checking '--prefix=/data/homes/zanon/software/mpich/mpich-install'  'F77=gfortran' 'FC=gfortran' '-enable-debuginfo' '--enable-g=dbg,mem,log' '-with-pm=hydra:gforker:remshell' --cache-file=/dev/null --srcdir=../../../../mpich-3.2.1/src/mpi/romio<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether build environment is sane... yes<br>
checking for a thread-safe mkdir -p... mkdir -p<br>
checking for gawk... gawk<br>
checking whether make sets $(MAKE)... yes<br>
checking whether make supports nested variables... yes<br>
checking whether to enable maintainer-specific portions of Makefiles... yes<br>
checking for style of include used by make... GNU<br>
checking whether the C compiler works... yes<br>
checking for C compiler default output file name... a.out<br>
checking for suffix of executables... <br>
checking whether we are cross compiling... no<br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ISO C89... none needed<br>
checking whether gcc understands -c and -o together... yes<br>
checking dependency style of gcc... gcc3<br>
checking the archiver (ar) interface... ar<br>
checking build system type... x86_64-pc-linux-gnu<br>
checking host system type... x86_64-pc-linux-gnu<br>
checking how to print strings... printf<br>
checking for a sed that does not truncate output... /bin/sed<br>
checking for grep that handles long lines and -e... /bin/grep<br>
checking for egrep... /bin/grep -E<br>
checking for fgrep... /bin/grep -F<br>
checking for ld used by gcc... /usr/bin/ld -m elf_x86_64<br>
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes<br>
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B<br>
checking the name lister (/usr/bin/nm -B) interface... BSD nm<br>
checking whether ln -s works... yes<br>
checking the maximum length of command line arguments... 1572864<br>
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop<br>
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop<br>
checking for /usr/bin/ld -m elf_x86_64 option to reload object files... -r<br>
checking for objdump... objdump<br>
checking how to recognize dependent libraries... pass_all<br>
checking for dlltool... no<br>
checking how to associate runtime and link libraries... printf %s\n<br>
checking for archiver @FILE support... @<br>
checking for strip... strip<br>
checking for ranlib... ranlib<br>
checking command to parse /usr/bin/nm -B output from gcc object... ok<br>
checking for sysroot... no<br>
checking for a working dd... /bin/dd<br>
checking how to truncate binary pipes... /bin/dd bs=4096 count=1<br>
checking for mt... mt<br>
checking if mt is a manifest tool... no<br>
checking how to run the C preprocessor... gcc -E<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking for dlfcn.h... yes<br>
checking for objdir... .libs<br>
checking if gcc supports -fno-rtti -fno-exceptions... no<br>
checking for gcc option to produce PIC... -fPIC -DPIC<br>
checking if gcc PIC flag -fPIC -DPIC works... yes<br>
checking if gcc static flag -static works... yes<br>
checking if gcc supports -c -o file.o... yes<br>
checking if gcc supports -c -o file.o... (cached) yes<br>
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes<br>
checking whether -lc should be explicitly linked in... no<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
checking whether make supports nested variables... (cached) yes<br>
Configuring with args dummy mt<br>
checking whether clock skew breaks make... no<br>
checking whether make supports include... yes<br>
checking whether make allows comments in actions... yes<br>
checking for virtual path format... VPATH<br>
checking whether make sets CFLAGS... yes<br>
checking for architecture... LINUX<br>
ROMIO home directory is ../../../../mpich-3.2.1/src/mpi/romio<br>
checking whether we are using the GNU Fortran 77 compiler... yes<br>
checking whether gfortran accepts -g... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
checking for gfortran option to produce PIC... -fPIC<br>
checking if gfortran PIC flag -fPIC works... yes<br>
checking if gfortran static flag -static works... yes<br>
checking if gfortran supports -c -o file.o... yes<br>
checking if gfortran supports -c -o file.o... (cached) yes<br>
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes<br>
checking dynamic linker characteristics... (cached) GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether we are using the GNU Fortran compiler... yes<br>
checking whether gfortran accepts -g... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
checking for gfortran option to produce PIC... -fPIC<br>
checking if gfortran PIC flag -fPIC works... yes<br>
checking if gfortran static flag -static works... yes<br>
checking if gfortran supports -c -o file.o... yes<br>
checking if gfortran supports -c -o file.o... (cached) yes<br>
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes<br>
checking dynamic linker characteristics... (cached) GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking for long long... yes<br>
checking size of long long... 8<br>
checking for memalign... yes<br>
checking Fortran external names<br>
Fortran externals have a trailing underscore and are lowercase<br>
checking for inline... inline<br>
checking for size_t... yes<br>
checking for ssize_t... yes<br>
checking for off_t... yes<br>
checking how to run the C preprocessor... gcc -E<br>
checking for unistd.h... (cached) yes<br>
checking fcntl.h usability... yes<br>
checking fcntl.h presence... yes<br>
checking for fcntl.h... yes<br>
checking malloc.h usability... yes<br>
checking malloc.h presence... yes<br>
checking for malloc.h... yes<br>
checking stddef.h usability... yes<br>
checking stddef.h presence... yes<br>
checking for stddef.h... yes<br>
checking for sys/types.h... (cached) yes<br>
checking limits.h usability... yes<br>
checking limits.h presence... yes<br>
checking for limits.h... yes<br>
checking time.h usability... yes<br>
checking time.h presence... yes<br>
checking for time.h... yes<br>
checking for mpix.h... no<br>
checking for u_char... yes<br>
checking for u_short... yes<br>
checking for u_int... yes<br>
checking for u_long... yes<br>
checking sys/attr.h usability... no<br>
checking sys/attr.h presence... no<br>
checking for sys/attr.h... no<br>
checking size of int... 4<br>
checking size of void *... 8<br>
checking for int large enough for pointers... no<br>
checking size of long long... (cached) 8<br>
checking for extension for Fortran 90 programs... f90<br>
checking for Fortran 90 KIND parameter for 8-byte integers...            8<br>
checking that we can use integer*8 to declare MPI_DISPLACMENT_CURRENT... yes<br>
Overriding Array test for MPICH<br>
checking for type of weak symbol alias support... pragma weak<br>
checking whether __attribute__ ((weak)) allowed... yes<br>
checking whether __attribute__ ((weak_import)) allowed... yes<br>
checking whether __attribute__((weak,alias(...))) allowed... yes<br>
checking for multiple weak symbol support... yes<br>
checking whether struct flock compatible with MPI_Offset... yes<br>
checking for pvfs2-config... notfound<br>
checking configured file systems... testfs ufs nfs<br>
configure: WARNING: File locks may not work with NFS.  See the Installation and<br>
users manual for instructions on testing and if necessary fixing this<br>
checking for library containing aio_write... -lrt<br>
checking signal.h usability... yes<br>
checking signal.h presence... yes<br>
checking for signal.h... yes<br>
checking aio.h usability... yes<br>
checking aio.h presence... yes<br>
checking for aio.h... yes<br>
checking sys/aio.h usability... no<br>
checking sys/aio.h presence... no<br>
checking for sys/aio.h... no<br>
checking whether aio routines can be used... yes<br>
checking for obsolete two-argument aio_write... no<br>
checking for obsolete two-argument aio_suspend... no<br>
checking for struct aiocb.aio_fildes... yes<br>
checking for struct aiocb.aio_whence... no<br>
checking for struct aiocb.aio_handle... no<br>
checking for struct aiocb.aio_reqprio... yes<br>
checking for struct aiocb.aio_sigevent... yes<br>
checking sys/vfs.h usability... yes<br>
checking sys/vfs.h presence... yes<br>
checking for sys/vfs.h... yes<br>
checking sys/param.h usability... yes<br>
checking sys/param.h presence... yes<br>
checking for sys/param.h... yes<br>
checking sys/mount.h usability... yes<br>
checking sys/mount.h presence... yes<br>
checking for sys/mount.h... yes<br>
checking sys/statvfs.h usability... yes<br>
checking sys/statvfs.h presence... yes<br>
checking for sys/statvfs.h... yes<br>
checking for statfs... yes<br>
checking whether struct statfs properly defined... yes<br>
checking for f_fstypename member of statfs structure... no<br>
checking for sys/stat.h... (cached) yes<br>
checking for sys/types.h... (cached) yes<br>
checking for unistd.h... (cached) yes<br>
checking for stat... yes<br>
checking for st_fstype member of stat structure... no<br>
checking for sys/types.h... (cached) yes<br>
checking for sys/statvfs.h... (cached) yes<br>
checking for sys/vfs.h... (cached) yes<br>
checking for statvfs... yes<br>
checking for f_basetype member of statvfs structure... no<br>
checking for blksize_t... yes<br>
checking for special C compiler options needed for large files... no<br>
checking for _FILE_OFFSET_BITS value needed for large files... no<br>
checking whether pwrite is declared... yes<br>
checking for strerror... yes<br>
checking for doctext... false<br>
checking for strdup... yes<br>
checking whether strdup needs a declaration... no<br>
checking for snprintf... yes<br>
checking whether snprintf needs a declaration... no<br>
checking for lstat... yes<br>
checking whether lstat needs a declaration... no<br>
checking for readlink... yes<br>
checking whether readlink needs a declaration... no<br>
checking for fsync... yes<br>
checking whether fsync needs a declaration... no<br>
checking for ftruncate... yes<br>
checking whether ftruncate needs a declaration... no<br>
checking for lseek64... yes<br>
checking whether lseek64 needs a declaration... yes<br>
checking for usleep... yes<br>
checking whether usleep needs a declaration... no<br>
setting SYSDEP_INC to <br>
checking for C/C++ restrict keyword... __restrict<br>
checking whether __attribute__ allowed... yes<br>
checking whether __attribute__((format)) allowed... yes<br>
checking for gcov... gcov<br>
setting CC to gcc<br>
setting F77 to gfortran<br>
setting TEST_CC to $(bindir)/mpicc<br>
setting TEST_F77 to $(bindir)/mpifort<br>
setting CFLAGS to    -g -O2  -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H<br>
setting USER_CFLAGS to <br>
setting USER_FFLAGS to <br>
checking that generated files are newer than configure... done<br>
configure: creating ./config.status<br>
config.status: creating Makefile<br>
config.status: creating localdefs<br>
config.status: creating mpi2-other/info/Makefile<br>
config.status: creating mpi2-other/array/Makefile<br>
config.status: creating test/Makefile<br>
config.status: creating test/misc.c<br>
config.status: creating test/large_file.c<br>
config.status: creating test/runtests<br>
config.status: creating test-internal/Makefile<br>
config.status: creating util/romioinstall<br>
config.status: creating include/mpio.h<br>
config.status: creating include/mpiof.h<br>
config.status: creating mpi2-other/info/fortran/Makefile<br>
config.status: creating mpi2-other/array/fortran/Makefile<br>
config.status: creating test/fmisc.f<br>
config.status: creating test/fcoll_test.f<br>
config.status: creating test/pfcoll_test.f<br>
config.status: creating test/fperf.f<br>
config.status: creating adio/include/romioconf.h<br>
config.status: executing depfiles commands<br>
config.status: executing libtool commands<br>
config.status: executing default-1 commands<br>
configure: ===== done with src/mpi/romio configure =====<br>
configure: sourcing src/mpi/romio/localdefs<br>
configure: ===== configuring src/pm/hydra =====<br>
configure: running /bin/bash ../../../../mpich-3.2.1/src/pm/hydra/configure --disable-option-checking '--prefix=/data/homes/zanon/software/mpich/mpich-install'  'F77=gfortran' 'FC=gfortran' '-enable-debuginfo' '--enable-g=dbg,mem,log' '-with-pm=hydra:gforker:remshell' --cache-file=/dev/null --srcdir=../../../../mpich-3.2.1/src/pm/hydra<br>
checking build system type... x86_64-pc-linux-gnu<br>
checking host system type... x86_64-pc-linux-gnu<br>
checking target system type... x86_64-pc-linux-gnu<br>
checking whether the C compiler works... yes<br>
checking for C compiler default output file name... a.out<br>
checking for suffix of executables... <br>
checking whether we are cross compiling... no<br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ISO C89... none needed<br>
checking whether gcc understands -c and -o together... yes<br>
checking how to run the C preprocessor... gcc -E<br>
checking for grep that handles long lines and -e... /bin/grep<br>
checking for egrep... /bin/grep -E<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking minix/config.h usability... no<br>
checking minix/config.h presence... no<br>
checking for minix/config.h... no<br>
checking whether it is safe to define __EXTENSIONS__... yes<br>
checking for fgrep... /bin/grep -F<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether build environment is sane... yes<br>
checking for a thread-safe mkdir -p... mkdir -p<br>
checking for gawk... gawk<br>
checking whether make sets $(MAKE)... yes<br>
checking for style of include used by make... GNU<br>
checking whether make supports nested variables... yes<br>
checking dependency style of gcc... gcc3<br>
checking the archiver (ar) interface... ar<br>
checking whether make supports nested variables... (cached) yes<br>
checking for perl... /usr/bin/perl<br>
checking for doctext... false<br>
checking for an ANSI C-conforming const... yes<br>
checking for working volatile... yes<br>
checking for C/C++ restrict keyword... __restrict<br>
checking for inline... inline<br>
checking size of unsigned long... 8<br>
checking for size_t... yes<br>
checking how to print strings... printf<br>
checking for a sed that does not truncate output... /bin/sed<br>
checking for ld used by gcc... /usr/bin/ld -m elf_x86_64<br>
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes<br>
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B<br>
checking the name lister (/usr/bin/nm -B) interface... BSD nm<br>
checking whether ln -s works... yes<br>
checking the maximum length of command line arguments... 1572864<br>
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop<br>
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop<br>
checking for /usr/bin/ld -m elf_x86_64 option to reload object files... -r<br>
checking for objdump... objdump<br>
checking how to recognize dependent libraries... pass_all<br>
checking for dlltool... no<br>
checking how to associate runtime and link libraries... printf %s\n<br>
checking for archiver @FILE support... @<br>
checking for strip... strip<br>
checking for ranlib... ranlib<br>
checking command to parse /usr/bin/nm -B output from gcc object... ok<br>
checking for sysroot... no<br>
checking for a working dd... /bin/dd<br>
checking how to truncate binary pipes... /bin/dd bs=4096 count=1<br>
checking for mt... mt<br>
checking if mt is a manifest tool... no<br>
checking for dlfcn.h... yes<br>
checking for objdir... .libs<br>
checking if gcc supports -fno-rtti -fno-exceptions... no<br>
checking for gcc option to produce PIC... -fPIC -DPIC<br>
checking if gcc PIC flag -fPIC -DPIC works... yes<br>
checking if gcc static flag -static works... yes<br>
checking if gcc supports -c -o file.o... yes<br>
checking if gcc supports -c -o file.o... (cached) yes<br>
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes<br>
checking whether -lc should be explicitly linked in... no<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
checking for variable argument list macro functionality... yes<br>
checking whether __attribute__ allowed... yes<br>
checking whether __attribute__((format)) allowed... yes<br>
checking whether the compiler defines __func__... yes<br>
checking whether the compiler defines __FUNC__... no<br>
checking whether the compiler sets __FUNCTION__... yes<br>
configure: ===== configuring mpl =====<br>
configure: running /bin/bash ../../../../../mpich-3.2.1/src/pm/hydra/mpl/configure --disable-option-checking '--prefix=/data/homes/zanon/software/mpich/mpich-install' --disable-versioning 'F77=gfortran' 'FC=gfortran' '-enable-debuginfo' '--enable-g=dbg,mem,log' '-with-pm=hydra:gforker:remshell' 'CC=gcc' 'CFLAGS=   -g -O2 ' 'LDFLAGS=' 'LIBS=' 'CPPFLAGS=  -I/data/homes/zanon/software/mpich/mpich-build/src/mpl/include -I/data/homes/zanon/software/mpich/mpich-3.2.1/src/mpl/include -I/data/homes/zanon/software/mpich/mpich-3.2.1/src/openpa/src -I/data/homes/zanon/software/mpich/mpich-build/src/openpa/src -D_REENTRANT -I/data/homes/zanon/software/mpich/mpich-build/src/mpi/romio/include' 'MPLLIBNAME=mpl' --cache-file=/dev/null --srcdir=../../../../../mpich-3.2.1/src/pm/hydra/mpl<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether build environment is sane... yes<br>
checking for a thread-safe mkdir -p... mkdir -p<br>
checking for gawk... gawk<br>
checking whether make sets $(MAKE)... yes<br>
checking whether make supports nested variables... yes<br>
checking for style of include used by make... GNU<br>
checking whether the C compiler works... yes<br>
checking for C compiler default output file name... a.out<br>
checking for suffix of executables... <br>
checking whether we are cross compiling... no<br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ISO C89... none needed<br>
checking whether gcc understands -c and -o together... yes<br>
checking dependency style of gcc... gcc3<br>
checking the archiver (ar) interface... ar<br>
checking build system type... x86_64-pc-linux-gnu<br>
checking host system type... x86_64-pc-linux-gnu<br>
checking how to print strings... printf<br>
checking for a sed that does not truncate output... /bin/sed<br>
checking for grep that handles long lines and -e... /bin/grep<br>
checking for egrep... /bin/grep -E<br>
checking for fgrep... /bin/grep -F<br>
checking for ld used by gcc... /usr/bin/ld -m elf_x86_64 -m elf_x86_64<br>
checking if the linker (/usr/bin/ld -m elf_x86_64 -m elf_x86_64) is GNU ld... yes<br>
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B<br>
checking the name lister (/usr/bin/nm -B) interface... BSD nm<br>
checking whether ln -s works... yes<br>
checking the maximum length of command line arguments... 1572864<br>
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop<br>
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop<br>
checking for /usr/bin/ld -m elf_x86_64 -m elf_x86_64 option to reload object files... -r<br>
checking for objdump... objdump<br>
checking how to recognize dependent libraries... pass_all<br>
checking for dlltool... no<br>
checking how to associate runtime and link libraries... printf %s\n<br>
checking for archiver @FILE support... @<br>
checking for strip... strip<br>
checking for ranlib... ranlib<br>
checking command to parse /usr/bin/nm -B output from gcc object... ok<br>
checking for sysroot... no<br>
checking for a working dd... /bin/dd<br>
checking how to truncate binary pipes... /bin/dd bs=4096 count=1<br>
checking for mt... mt<br>
checking if mt is a manifest tool... no<br>
checking how to run the C preprocessor... gcc -E<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking for dlfcn.h... yes<br>
checking for objdir... .libs<br>
checking if gcc supports -fno-rtti -fno-exceptions... no<br>
checking for gcc option to produce PIC... -fPIC -DPIC<br>
checking if gcc PIC flag -fPIC -DPIC works... yes<br>
checking if gcc static flag -static works... yes<br>
checking if gcc supports -c -o file.o... yes<br>
checking if gcc supports -c -o file.o... (cached) yes<br>
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64 -m elf_x86_64 -m elf_x86_64) supports shared libraries... yes<br>
checking whether -lc should be explicitly linked in... no<br>
checking dynamic linker characteristics... GNU/Linux ld.so<br>
checking how to hardcode library paths into programs... immediate<br>
checking whether stripping libraries is possible... yes<br>
checking if libtool supports shared libraries... yes<br>
checking whether to build shared libraries... yes<br>
checking whether to build static libraries... yes<br>
checking whether make supports nested variables... (cached) yes<br>
checking for an ANSI C-conforming const... yes<br>
checking for C/C++ restrict keyword... __restrict<br>
checking for inline... inline<br>
checking for variable argument list macro functionality... yes<br>
checking for gcov... gcov<br>
checking whether the compiler supports __typeof(variable)... yes<br>
checking stdio.h usability... yes<br>
checking stdio.h presence... yes<br>
checking for stdio.h... yes<br>
checking for stdlib.h... (cached) yes<br>
checking for string.h... (cached) yes<br>
checking stdarg.h usability... yes<br>
checking stdarg.h presence... yes<br>
checking for stdarg.h... yes<br>
checking ctype.h usability... yes<br>
checking ctype.h presence... yes<br>
checking for ctype.h... yes<br>
checking search.h usability... yes<br>
checking search.h presence... yes<br>
checking for search.h... yes<br>
checking for sys/types.h... (cached) yes<br>
checking sys/uio.h usability... yes<br>
checking sys/uio.h presence... yes<br>
checking for sys/uio.h... yes<br>
checking for inttypes.h... (cached) yes<br>
checking for stdint.h... (cached) yes<br>
checking valgrind.h usability... no<br>
checking valgrind.h presence... no<br>
checking for valgrind.h... no<br>
checking memcheck.h usability... no<br>
checking memcheck.h presence... no<br>
checking for memcheck.h... no<br>
checking valgrind/valgrind.h usability... no<br>
checking valgrind/valgrind.h presence... no<br>
checking for valgrind/valgrind.h... no<br>
checking valgrind/memcheck.h usability... no<br>
checking valgrind/memcheck.h presence... no<br>
checking for valgrind/memcheck.h... no<br>
checking helgrind.h usability... no<br>
checking helgrind.h presence... no<br>
checking for helgrind.h... no<br>
checking valgrind/helgrind.h usability... no<br>
checking valgrind/helgrind.h presence... no<br>
checking for valgrind/helgrind.h... no<br>
checking drd.h usability... no<br>
checking drd.h presence... no<br>
checking for drd.h... no<br>
checking valgrind/drd.h usability... no<br>
checking valgrind/drd.h presence... no<br>
checking for valgrind/drd.h... no<br>
checking whether the valgrind headers are broken or too old... yes<br>
checking for strdup... yes<br>
checking whether strdup needs a declaration... no<br>
checking for snprintf... yes<br>
checking whether snprintf needs a declaration... no<br>
checking for strncmp... yes<br>
checking whether strncmp needs a declaration... no<br>
checking for putenv... yes<br>
checking whether putenv needs a declaration... no<br>
checking for strerror... yes<br>
checking whether strerror needs a declaration... no<br>
checking whether __attribute__ allowed... yes<br>
checking whether __attribute__((format)) allowed... yes<br>
checking that generated files are newer than configure... done<br>
configure: creating ./config.status<br>
config.status: creating Makefile<br>
config.status: creating localdefs<br>
config.status: creating include/config.h<br>
config.status: executing depfiles commands<br>
config.status: executing libtool commands<br>
config.status: executing include/mplconfig.h commands<br>
config.status: creating include/mplconfig.h - prefix MPL for include/config.h defines<br>
configure: ===== done with mpl configure =====<br>
configure: sourcing mpl/localdefs<br>
checking for doxygen... no<br>
checking for gcov... gcov<br>
checking for ANSI C header files... (cached) yes<br>
checking for unistd.h... (cached) yes<br>
checking for strings.h... (cached) yes<br>
checking for sys/types.h... (cached) yes<br>
checking sys/socket.h usability... yes<br>
checking sys/socket.h presence... yes<br>
checking for sys/socket.h... yes<br>
checking sched.h usability... yes<br>
checking sched.h presence... yes<br>
checking for sched.h... yes<br>
checking for sys/stat.h... (cached) yes<br>
checking sys/param.h usability... yes<br>
checking sys/param.h presence... yes<br>
checking for sys/param.h... yes<br>
checking netinet/in.h usability... yes<br>
checking netinet/in.h presence... yes<br>
checking for netinet/in.h... yes<br>
checking netinet/tcp.h usability... yes<br>
checking netinet/tcp.h presence... yes<br>
checking for netinet/tcp.h... yes<br>
checking sys/un.h usability... yes<br>
checking sys/un.h presence... yes<br>
checking for sys/un.h... yes<br>
checking sys/time.h usability... yes<br>
checking sys/time.h presence... yes<br>
checking for sys/time.h... yes<br>
checking time.h usability... yes<br>
checking time.h presence... yes<br>
checking for time.h... yes<br>
checking ifaddrs.h usability... yes<br>
checking ifaddrs.h presence... yes<br>
checking for ifaddrs.h... yes<br>
checking arpa/inet.h usability... yes<br>
checking arpa/inet.h presence... yes<br>
checking for arpa/inet.h... yes<br>
checking poll.h usability... yes<br>
checking poll.h presence... yes<br>
checking for poll.h... yes<br>
checking fcntl.h usability... yes<br>
checking fcntl.h presence... yes<br>
checking for fcntl.h... yes<br>
checking netdb.h usability... yes<br>
checking netdb.h presence... yes<br>
checking for netdb.h... yes<br>
checking winsock2.h usability... no<br>
checking winsock2.h presence... no<br>
checking for winsock2.h... no<br>
checking windows.h usability... no<br>
checking windows.h presence... no<br>
checking for windows.h... no<br>
checking for library containing socket... none required<br>
checking for library containing gethostbyname... none required<br>
checking for library containing hstrerror... none required<br>
checking for gettimeofday... yes<br>
checking for time... yes<br>
checking for strdup... yes<br>
checking for sigaction... yes<br>
checking for signal... yes<br>
checking for usleep... yes<br>
checking for alloca... no<br>
checking for unsetenv... yes<br>
checking for strerror... yes<br>
checking for strsignal... yes<br>
checking for stat... yes<br>
checking for fcntl... yes<br>
checking for alarm... yes<br>
checking for isatty... yes<br>
checking for inet_ntop... yes<br>
checking for getpgid... yes<br>
checking for setsid... yes<br>
checking for killpg... yes<br>
checking for hstrerror... yes<br>
checking whether hstrerror needs a declaration... no<br>
checking whether gettimeofday needs a declaration... no<br>
checking whether getpgid needs a declaration... no<br>
checking whether killpg needs a declaration... no<br>
checking for environ in unistd.h... yes<br>
checking bootstrap server... user,ssh,rsh,fork,slurm,ll,lsf,sge,pbs,cobalt,manual,persist<br>
checking tm.h usability... no<br>
checking tm.h presence... no<br>
checking for tm.h... no<br>
checking for tm_init in -ltorque... no<br>
checking process manager... pmiserv<br>
checking user interface... mpich<br>
checking desired processor topology libraries... hwloc<br>
checking for pkg-config... /usr/bin/pkg-config<br>
checking pkg-config is at least version 0.9.0... yes<br>
checking for X... libraries , headers <br>
<br>
###<br>
### Configuring hwloc core<br>
###<br>
checking hwloc building mode... embedded<br>
configure: hwloc builddir: /data/homes/zanon/software/mpich/mpich-build/src/pm/hydra/tools/topo/hwloc/hwloc<br>
configure: hwloc srcdir: /data/homes/zanon/software/mpich/mpich-3.2.1/src/pm/hydra/tools/topo/hwloc/hwloc<br>
configure: Detected VPATH build<br>
checking for hwloc version... 1.11.0rc3-git<br>
checking if want hwloc maintainer support... disabled (embedded mode)<br>
checking for hwloc directory prefix... tools/topo/hwloc/hwloc/<br>
checking for hwloc symbol prefix... hwloc_<br>
checking size of void *... 8<br>
checking which OS support to include... Linux<br>
checking which CPU support to include... x86_64<br>
checking size of unsigned long... (cached) 8<br>
checking size of unsigned int... 4<br>
checking for the C compiler vendor... gnu<br>
checking for __attribute__... yes<br>
checking for __attribute__(aligned)... yes<br>
checking for __attribute__(always_inline)... yes<br>
checking for __attribute__(cold)... yes<br>
checking for __attribute__(const)... yes<br>
checking for __attribute__(deprecated)... yes<br>
checking for __attribute__(format)... yes<br>
checking for __attribute__(hot)... yes<br>
checking for __attribute__(malloc)... yes<br>
checking for __attribute__(may_alias)... yes<br>
checking for __attribute__(no_instrument_function)... yes<br>
checking for __attribute__(nonnull)... yes<br>
checking for __attribute__(noreturn)... yes<br>
checking for __attribute__(packed)... yes<br>
checking for __attribute__(pure)... yes<br>
checking for __attribute__(sentinel)... yes<br>
checking for __attribute__(unused)... yes<br>
checking for __attribute__(warn_unused_result)... yes<br>
checking for __attribute__(weak_alias)... yes<br>
checking if gcc supports -fvisibility=hidden... yes<br>
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)<br>
configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS<br>
checking whether the C compiler rejects function calls with too many arguments... yes<br>
checking whether the C compiler rejects function calls with too few arguments... yes<br>
checking for unistd.h... (cached) yes<br>
checking dirent.h usability... yes<br>
checking dirent.h presence... yes<br>
checking for dirent.h... yes<br>
checking for strings.h... (cached) yes<br>
checking ctype.h usability... yes<br>
checking ctype.h presence... yes<br>
checking for ctype.h... yes<br>
checking for strncasecmp... yes<br>
checking whether function strncasecmp is declared... yes<br>
checking for strftime... yes<br>
checking for setlocale... yes<br>
checking for stdint.h... (cached) yes<br>
checking sys/mman.h usability... yes<br>
checking sys/mman.h presence... yes<br>
checking for sys/mman.h... yes<br>
checking for KAFFINITY... no<br>
checking for PROCESSOR_CACHE_TYPE... no<br>
checking for CACHE_DESCRIPTOR... no<br>
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no<br>
checking for RelationProcessorPackage... no<br>
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no<br>
checking for GROUP_AFFINITY... no<br>
checking for PROCESSOR_RELATIONSHIP... no<br>
checking for NUMA_NODE_RELATIONSHIP... no<br>
checking for CACHE_RELATIONSHIP... no<br>
checking for PROCESSOR_GROUP_INFO... no<br>
checking for GROUP_RELATIONSHIP... no<br>
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no<br>
checking for PSAPI_WORKING_SET_EX_BLOCK... no<br>
checking for PSAPI_WORKING_SET_EX_INFORMATION... no<br>
checking for main in -lgdi32... no<br>
checking for windows.h... (cached) no<br>
checking sys/lgrp_user.h usability... no<br>
checking sys/lgrp_user.h presence... no<br>
checking for sys/lgrp_user.h... no<br>
checking kstat.h usability... no<br>
checking kstat.h presence... no<br>
checking for kstat.h... no<br>
checking whether fabsf is declared... yes<br>
checking for fabsf in -lm... yes<br>
checking picl.h usability... no<br>
checking picl.h presence... no<br>
checking for picl.h... no<br>
checking whether _SC_NPROCESSORS_ONLN is declared... yes<br>
checking whether _SC_NPROCESSORS_CONF is declared... yes<br>
checking whether _SC_NPROC_ONLN is declared... no<br>
checking whether _SC_NPROC_CONF is declared... no<br>
checking whether _SC_PAGESIZE is declared... yes<br>
checking whether _SC_PAGE_SIZE is declared... yes<br>
checking whether _SC_LARGE_PAGESIZE is declared... no<br>
checking mach/mach_host.h usability... no<br>
checking mach/mach_host.h presence... no<br>
checking for mach/mach_host.h... no<br>
checking mach/mach_init.h usability... no<br>
checking mach/mach_init.h presence... no<br>
checking for mach/mach_init.h... no<br>
checking for sys/param.h... (cached) yes<br>
checking for sys/sysctl.h... yes<br>
checking whether CTL_HW is declared... no<br>
checking whether HW_NCPU is declared... no<br>
checking whether strtoull is declared... yes<br>
checking whether getprogname is declared... no<br>
checking whether getexecname is declared... no<br>
checking whether GetModuleFileName is declared... no<br>
checking for program_invocation_name... yes<br>
checking for __progname... yes<br>
checking for pthread_t... yes<br>
checking whether function sched_setaffinity is declared... yes<br>
checking for old prototype of sched_setaffinity... no<br>
checking for working CPU_SET... yes<br>
checking for working CPU_SET_S... yes<br>
checking for working _syscall3... no<br>
checking for KERRIGHED... no<br>
checking for lib... no<br>
checking for bash... /bin/bash<br>
checking for ffs... yes<br>
checking whether function ffs is declared... yes<br>
checking for ffsl... yes<br>
checking whether function ffsl is declared... yes<br>
checking for fls... no<br>
checking for flsl... no<br>
checking for clz... no<br>
checking for clzl... no<br>
checking for openat... yes<br>
checking malloc.h usability... yes<br>
checking malloc.h presence... yes<br>
checking for malloc.h... yes<br>
checking for getpagesize... yes<br>
checking for memalign... yes<br>
checking for posix_memalign... yes<br>
checking sys/utsname.h usability... yes<br>
checking sys/utsname.h presence... yes<br>
checking for sys/utsname.h... yes<br>
checking for uname... yes<br>
checking pthread_np.h usability... no<br>
checking pthread_np.h presence... no<br>
checking for pthread_np.h... no<br>
checking whether pthread_setaffinity_np is declared... yes<br>
checking whether pthread_getaffinity_np is declared... yes<br>
checking for sched_setaffinity... yes<br>
checking for sys/cpuset.h... no<br>
checking for cpuset_setaffinity... no<br>
checking for library containing pthread_getthrds_np... no<br>
checking for cpuset_setid... no<br>
checking numaif.h usability... yes<br>
checking numaif.h presence... yes<br>
checking for numaif.h... yes<br>
checking for numa_available in -lnuma... yes<br>
checking for set_mempolicy in -lnuma... yes<br>
checking for mbind in -lnuma... yes<br>
checking for migrate_pages in -lnuma... yes<br>
checking libudev.h usability... no<br>
checking libudev.h presence... no<br>
checking for libudev.h... no<br>
checking for PCIACCESS... no<br>
checking pciaccess.h usability... no<br>
checking pciaccess.h presence... no<br>
checking for pciaccess.h... no<br>
checking CL/cl_ext.h usability... no<br>
checking CL/cl_ext.h presence... no<br>
checking for CL/cl_ext.h... no<br>
checking cuda.h usability... no<br>
checking cuda.h presence... no<br>
checking for cuda.h... no<br>
checking cuda_runtime_api.h usability... no<br>
checking cuda_runtime_api.h presence... no<br>
checking for cuda_runtime_api.h... no<br>
checking nvml.h usability... no<br>
checking nvml.h presence... no<br>
checking for nvml.h... no<br>
checking for gethostbyname... yes<br>
checking for connect... yes<br>
checking for remove... yes<br>
checking for shmat... yes<br>
checking for IceConnectionNumber in -lICE... no<br>
checking X11/Xlib.h usability... yes<br>
checking X11/Xlib.h presence... yes<br>
checking for X11/Xlib.h... yes<br>
checking for XOpenDisplay in -lX11... yes<br>
checking for X11/Xutil.h... yes<br>
checking X11/keysym.h usability... yes<br>
checking X11/keysym.h presence... yes<br>
checking for X11/keysym.h... yes<br>
checking NVCtrl/NVCtrl.h usability... no<br>
checking NVCtrl/NVCtrl.h presence... no<br>
checking for NVCtrl/NVCtrl.h... no<br>
checking for LIBXML2... no<br>
checking for x86 cpuid... yes<br>
checking for pthread_mutex_lock... yes<br>
checking if plugin support is enabled... no<br>
checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86<br>
checking components to build as plugins... <br>
checking available processor topology libraries... hwloc<br>
checking pthread.h usability... yes<br>
checking pthread.h presence... yes<br>
checking for pthread.h... yes<br>
checking for pthread_key_create in -lpthread... yes<br>
checking checkpointing library... blcr<br>
checking libcr.h usability... yes<br>
checking libcr.h presence... yes<br>
checking for libcr.h... yes<br>
checking for cr_init in -lcr... yes<br>
checking demux engine... poll,select,port<br>
checking for poll... yes<br>
checking for select... yes<br>
checking debugging support... dbg,mem,log<br>
checking error checking... yes<br>
checking warnings... no<br>
checking profiling... yes<br>
checking for strsignal... (cached) yes<br>
checking whether strsignal needs a declaration... no<br>
checking for sigaction... (cached) yes<br>
checking for signal... (cached) yes<br>
checking for sigset... yes<br>
checking for struct sigaction and sa_handler... yes<br>
checking for gethostname... yes<br>
checking whether gethostname needs a declaration... no<br>
checking that generated files are newer than configure... done<br>
configure: creating ./config.status<br>
config.status: creating tools/topo/hwloc/hwloc/Makefile<br>
config.status: creating tools/topo/hwloc/hwloc/include/Makefile<br>
config.status: creating tools/topo/hwloc/hwloc/src/Makefile<br>
config.status: creating Makefile<br>
config.status: creating tools/bootstrap/src/bsci_init.c<br>
config.status: creating hydra-doxygen.cfg<br>
config.status: creating include/hydra_config.h<br>
config.status: creating tools/topo/hwloc/hwloc/include/private/autogen/config.h<br>
config.status: creating tools/topo/hwloc/hwloc/include/hwloc/autogen/config.h<br>
config.status: executing depfiles commands<br>
config.status: executing libtool commands<br>
configure: ===== done with src/pm/hydra configure =====<br>
checking size of OPA_ptr_t... 8<br>
checking the sizeof MPI_Offset... 8<br>
checking whether the Fortran Offset type works with Fortran 77... yes<br>
checking whether the Fortran Offset type works with Fortran 90... yes<br>
checking for size of MPI_Status... 20<br>
checking for BSD/POSIX style global symbol lister... BSD style,/usr/bin/nm -g -B<br>
checking stdio.h usability... yes<br>
checking stdio.h presence... yes<br>
checking for stdio.h... yes<br>
checking for multiple __attribute__((alias)) support... yes<br>
checking the minimum alignment of Fortran common block of 1 integers... 16<br>
checking the minimum alignment of Fortran common block of 5 integers... 16, too small! reset to 32<br>
configure: WARNING: The ch3 device did not set the maximum size of an error string, 512 being used.<br>
configure: creating ./<a href="http://config.lt" rel="noreferrer" target="_blank">config.lt</a><br>
<a href="http://config.lt" rel="noreferrer" target="_blank">config.lt</a>: creating libtool<br>
checking that generated files are newer than configure... done<br>
configure: creating ./config.status<br>
config.status: creating src/mpid/ch3/channels/nemesis/include/mpid_nem_net_module_defs.h<br>
config.status: creating src/mpid/ch3/channels/nemesis/src/mpid_nem_net_array.c<br>
config.status: creating src/binding/fortran/use_mpi/mpif90model.h<br>
config.status: creating Makefile<br>
config.status: creating examples/Makefile<br>
config.status: creating test/Makefile<br>
config.status: creating test/commands/Makefile<br>
config.status: creating src/include/mpichinfo.h<br>
config.status: creating mpich-doxygen<br>
config.status: creating src/include/glue_romio.h<br>
config.status: creating src/binding/cxx/mpicxx.h<br>
config.status: creating src/binding/fortran/mpif_h/mpif.h<br>
config.status: creating src/binding/fortran/mpif_h/setbotf.f<br>
config.status: creating src/binding/fortran/mpif_h/setbot.c<br>
config.status: creating src/binding/fortran/use_mpi/mpi_sizeofs.f90<br>
config.status: creating src/binding/fortran/use_mpi/mpi_base.f90<br>
config.status: creating src/binding/fortran/use_mpi/mpi_constants.f90<br>
config.status: creating src/binding/fortran/use_mpi_f08/mpi_f08_compile_constants.f90<br>
config.status: creating src/binding/fortran/use_mpi_f08/mpi_c_interface_types.f90<br>
config.status: creating src/packaging/pkgconfig/mpich.pc<br>
config.status: creating src/packaging/envmods/mpich.module<br>
config.status: WARNING:  '../mpich-3.2.1/src/packaging/envmods/<a href="http://mpich.module.in" rel="noreferrer" target="_blank">mpich.module.in</a>' seems to ignore the --datarootdir setting<br>
config.status: creating src/env/mpixxx_opts.conf<br>
config.status: creating src/env/mpicc.sh<br>
config.status: creating src/env/mpicc.bash<br>
config.status: creating src/env/mpicxx.sh<br>
config.status: creating src/env/mpicxx.bash<br>
config.status: creating src/env/mpif77.sh<br>
config.status: creating src/env/mpif77.bash<br>
config.status: creating src/env/mpifort.sh<br>
config.status: creating src/env/mpifort.bash<br>
config.status: creating src/env/parkill<br>
config.status: creating src/util/dbg/getfuncstack<br>
config.status: creating src/util/timers/mpiu_timer.h<br>
config.status: creating src/include/mpi.h<br>
config.status: creating doc/design/Makefile<br>
config.status: creating doc/installguide/Makefile<br>
config.status: creating doc/logging/Makefile<br>
config.status: creating doc/refman/Makefile<br>
config.status: creating doc/userguide/Makefile<br>
config.status: creating test/commands/cmdtests<br>
config.status: creating src/include/mpichconf.h<br>
config.status: executing depfiles commands<br>
config.status: executing libtool commands<br>
config.status: executing default-1 commands<br>
config.status: executing default-2 commands<br>
config.status: executing default-3 commands<br>
config.status: executing default-4 commands<br>
config.status: executing default-5 commands<br>
=== configuring in test/mpi (/data/homes/zanon/software/mpich/mpich-build/test/mpi)<br>
configure: running /bin/bash ../../../mpich-3.2.1/test/mpi/configure --disable-option-checking '--prefix=/data/homes/zanon/software/mpich/mpich-install'  'F77=gfortran' 'FC=gfortran' '-enable-debuginfo' '--enable-g=dbg,mem,log' '-with-pm=hydra:gforker:remshell' --cache-file=/dev/null --srcdir=../../../mpich-3.2.1/test/mpi<br>
RUNNING CONFIGURE FOR MPI TESTS<br>
checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether build environment is sane... yes<br>
checking for a thread-safe mkdir -p... mkdir -p<br>
checking for gawk... gawk<br>
checking whether make sets $(MAKE)... yes<br>
checking whether make supports nested variables... yes<br>
checking whether to enable maintainer-specific portions of Makefiles... yes<br>
checking whether make supports nested variables... (cached) yes<br>
checking for make... make<br>
checking whether clock skew breaks make... no<br>
checking whether make supports include... yes<br>
checking whether make allows comments in actions... yes<br>
checking for virtual path format... VPATH<br>
checking whether make sets CFLAGS... yes<br>
checking for style of include used by make... GNU<br>
checking whether the C compiler works... yes<br>
checking for C compiler default output file name... a.out<br>
checking for suffix of executables... <br>
checking whether we are cross compiling... no<br>
checking for suffix of object files... o<br>
checking whether we are using the GNU C compiler... yes<br>
checking whether gcc accepts -g... yes<br>
checking for gcc option to accept ISO C89... none needed<br>
checking whether gcc understands -c and -o together... yes<br>
checking dependency style of gcc... gcc3<br>
checking whether long double is supported... yes<br>
checking whether long long is supported... yes<br>
checking for an ANSI C-conforming const... yes<br>
checking for C/C++ restrict keyword... __restrict<br>
checking for ranlib... ranlib<br>
checking the archiver (ar) interface... ar<br>
checking for grep that handles long lines and -e... /bin/grep<br>
checking for fgrep... /bin/grep -F<br>
checking how to run the C preprocessor... gcc -E<br>
checking for egrep... /bin/grep -E<br>
checking for ANSI C header files... yes<br>
checking for sys/types.h... yes<br>
checking for sys/stat.h... yes<br>
checking for stdlib.h... yes<br>
checking for string.h... yes<br>
checking for memory.h... yes<br>
checking for strings.h... yes<br>
checking for inttypes.h... yes<br>
checking for stdint.h... yes<br>
checking for unistd.h... yes<br>
checking stdarg.h usability... yes<br>
checking stdarg.h presence... yes<br>
checking for stdarg.h... yes<br>
checking sys/time.h usability... yes<br>
checking sys/time.h presence... yes<br>
checking for sys/time.h... yes<br>
checking sys/resource.h usability... yes<br>
checking sys/resource.h presence... yes<br>
checking for sys/resource.h... yes<br>
checking for int8_t... yes<br>
checking for int16_t... yes<br>
checking for int32_t... yes<br>
checking for int64_t... yes<br>
checking for uint8_t... yes<br>
checking for uint16_t... yes<br>
checking for uint32_t... yes<br>
checking for uint64_t... yes<br>
checking for _Bool... yes<br>
checking for float _Complex... yes<br>
checking for double _Complex... yes<br>
checking for long double _Complex... yes<br>
checking size of void *... 8<br>
checking for library containing socket... none required<br>
checking for library containing gethostbyname... none required<br>
checking pthread.h usability... yes<br>
checking pthread.h presence... yes<br>
checking for pthread.h... yes<br>
checking for library containing pthread_create... -lpthread<br>
checking for library containing pthread_barrier_init... none required<br>
checking for pthread_create... yes<br>
checking for pthread_yield... yes<br>
checking for pthread_barrier_init... yes<br>
checking </blockquote></div></div></div>