Comment 43 for bug 152273

Revision history for this message
gcordoba (glgcg) wrote :

Hi,
yes it works fine.
However, I am trying to install a software for modeling that needs both mpi and hdf5. The last reported lines in the configure file were:
checking for pthread_create in -lpthread... yes
checking for MPI_Init in -lmpich... no
checking for MPI_Init in -lmpi... yes
checking for H5open in -lhdf5... no
configure: error: HDF5 is strongly recommended for paraview support.
                  Re-run configure --with-hdf5=/path/to/hdf5.
                  Re-run configure --without-hdf5 to get rid of this message

This, despite I installed hdf5 after your tip. Perhaps there is a similar bug?
Thanks and sorry for the cross posting