Go to file
Bill Wendling 2b629eaceb [svn-r4732]
Purpose:
	Bug Fix
Description:
	Committing the changes in the MPI/IO stuff so that parallel HDF5
	will work on HP-UX. It seems that on HP-UX, the MPI_Status variable
	needs to be initialized to 0 for it to work (i.e., in some other MPI
	calls, if there's garbage in the MPI_Status variable, then it will
	barf).
Solution:
	Initialized to 0.
Platforms tested:
	HP-UX parallel, Linux.
2001-12-18 13:35:23 -05:00
bin [svn-r4682] Purpose: 2001-12-06 16:42:41 -05:00
c++ [svn-r4713] 2001-12-12 22:54:15 -05:00
config [svn-r4616] Purpose: 2001-11-20 13:48:40 -05:00
doc [svn-r4679] Snapshot version 1.5 release 16 2001-12-06 10:08:19 -05:00
examples [svn-r4517] 2001-10-03 12:57:56 -05:00
fortran [svn-r4683] Purpose: 2001-12-07 14:53:53 -05:00
hl/tools/gif2h5 [svn-r4643] Purpose: 2001-11-27 11:29:13 -05:00
pablo [svn-r4395] Purpose: 2001-08-20 12:50:56 -05:00
perform [svn-r4731] Description: 2001-12-17 18:02:20 -05:00
release_docs [svn-r4716] 2001-12-13 10:43:38 -05:00
src [svn-r4732] 2001-12-18 13:35:23 -05:00
test [svn-r4706] Purpose: 2001-12-12 13:40:09 -05:00
testpar [svn-r4582] Purpose: 2001-11-02 10:21:51 -05:00
tools [svn-r4719] 2001-12-13 11:43:24 -05:00
windows [svn-r4704] 2001-12-12 13:08:30 -05:00
acconfig.h
aclocal.m4
configure [svn-r4729] 2001-12-17 17:22:50 -05:00
configure.in [svn-r4729] 2001-12-17 17:22:50 -05:00
COPYING
Makefile.dist
Makefile.in [svn-r4466] 2001-09-21 18:50:15 -05:00
MANIFEST [svn-r4725] Purpose: 2001-12-16 09:54:31 -05:00
README.txt [svn-r4679] Snapshot version 1.5 release 16 2001-12-06 10:08:19 -05:00

HDF5 version 1.5.17 currently under development
Please refer to the INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is almost fully functional for the entire API defined in the
documentation, see the RELEASE.txt file in this directory for information
specific to this release of the library.  The INSTALL file contains
instructions on compiling and installing the library.  The INSTALL_parallel
file contains instructions on installing the parallel version of the
library.

Documentation for this release is in the html directory.  Start with the
"index.html" in that dictectory.

Four mailing lists are currently set up for use with the HDF5
library.

   hdf5         - For general discussion of the HDF5 library with
		  other users.

   hdf5dev      - For discussion of the HDF5 library development
		  with developers and other interested parties.

   hdf5announce - For announcements of HDF5 related developments,
		  not a discussion list.

   hdf5cvs      - For checkin notices of code development on the library,
		  not a discussion list.

To subscribe to a list, send mail to "majordomo@ncsa.uiuc.edu",
with "subscribe <list>" in the _body_, not the Subject, of the message.
E.g., subscribe hdf5 

Messages to be sent to the list should be sent to "<list>@ncsa.uiuc.edu".

Nearly daily code snapshots are now being provided at the following URL:
    ftp://hdf.ncsa.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the readme file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdf.ncsa.uiuc.edu/HDF5/

Bugs should be reported to hdfhelp@ncsa.uiuc.edu.