Hi,

I'm trying to build hdf5-1.10.0-patch1. I'm trying to build it with a variety of compilers: GCC 5.4.0, GCC 6.1.0, Intel 2015 and PGI 16.5 (we support a lot of compilers where work). I have the following questions:

1. Can I build serial and parallel libraries at the same time, do I need to do separate builds for each?

2. When I have tried building using a configuration like this:

./configure \
--prefix=/usr/pppl/gcc/5.4-pkgs/openmpi-1.10.3-pkgs/hdf5-1.10.0-patch1 \
    --enable-build-mode=production \
    --enable-unsupported \
    --enable-fortran \
    --enable-cxx \
    --enable-hl \
    --enable-shared \
    --enable-static \
    --enable-parallel \
    --with-zlib \
    --with-szlib=/usr/pppl/gcc/5.4-pkgs/szip-2.1 \
    CC=mpicc \
    CXX=mpicxx \
    FC=mpif90 \
    2>&1 | tee configure.log

the 'make check' command just hang when it gets to testphdf5. After a couple of minutes 'top' shows that there is nothing going (no noticeable CPU or RAM usage, like what ever program was running completed or crashed, but the make process, or script launched by make doesn't realize that. Has anyone else seen this? Any ideas what's causing this?



--

Prentice Bisbal
Lead Software Engineer
Princeton Plasma Physics Laboratory
http://www.pppl.gov


_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
Twitter: https://twitter.com/hdf5

Reply via email to