diff --git a/doc/Downloading.html b/doc/Downloading.html index 5ccecac..38cd546 100644 --- a/doc/Downloading.html +++ b/doc/Downloading.html @@ -11,7 +11,7 @@
- ftp ftp.ncsa.uiuc.edu - username: anonymous - password: your email - cd HDF/HDF5/current/src - ls - get hdf5-1.6.5.tar.gz (get the current version, this as the one on April 20th, 2006) - cd szip/src - ls - get szip-2.0.tar.gz (get the current version, this as the one on April 20th, 2006) - cd ../../ - cd zlib/1.2/src - 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. -
- --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 -- -
-checking whether a simple MPI-IO program can be linked... no -configure: error: unable to link a simple MPI-IO application --
+ Note: you might already have libz in your system and you will not need libsz unless you build hdf5 with support for it. +