diff --git a/doc/Downloading.html b/doc/Downloading.html index 88480af..5ccecac 100644 --- a/doc/Downloading.html +++ b/doc/Downloading.html @@ -6,8 +6,6 @@ - -
Downloading HDF5 and H5Part @@ -39,12 +37,49 @@ ls get zlib-1.2.1.tar.gz (get the current version, this as the one on April 20th, 2006) - Note: you might already have libz in your system and you will not need libsz unless you build hdf5 with support for it. - -

Downloading H5Part

- Please contact
Andreas Adelmann
. +

+ Note: you might already have libz in your system and you will not need libsz unless you build hdf5 with support for it. +

+ +

Building Parallel HDF5

+

+When you build HDF5, you will need to build an version with parallel I/O +enabled. Here is a set of configure options that worked for us on a +Linux workstation running SuSE 10.1 with MPICH installed in /usr/local/mpich. +

+ +
+./configure --prefix=/usr/local/hdf5-mpich --enable-parallel CC=mpicc CXX=mpicxx --disable-shared --enable-static --enable-stream-vfd
+
+ + + + +

Downloading H5Part

+ H5Part is available for download from Berkeley Labs Codeforge system https://codeforge.lbl.gov/projects/h5part.
- -