Go to file
Robb Matzke 34f5a59b9e [svn-r398] Changes since 19980501
----------------------

./src/H5Bprivate.h
./src/H5F.c
./src/H5Ffamily.c
./src/H5Fprivate.h
./src/H5Gpkg.h
./src/H5MF.c
./src/H5P.c
./src/H5Ppublic.h
./test/big.c
./html/Big.html
./html/Files.html
	Family members can now be any size >1kB.  Got rid of some
	places where we were reading a property list after it was
	closed.

./MANIFEST
./src/Makefile.in
./src/h5repart.c
	A program to repartition file families.  The source and/or
	destination may be files or file families.  Examples:

	   testhdf5 -c -o stab
	   h5repart -m 1m   tstab2.h5 x%05d.h5
	   h5repart -m 100k x%05d.h5  y%05d.h5
	   h5repart         y%05d.h5  z.h5
	   diff tstab2.h5 z.h5

./src/h5ls.c
	Added a usage message, replaced assertions with error
	messages.

./config/linux
	Made a warning message more obvious.  Added better
	optimization flags for Pentium-Pro's.
1998-05-13 12:58:24 -05:00
bin [svn-r397] Finally! The "versinc" file now runs when files are checked in and 1998-05-06 12:18:49 -05:00
config [svn-r398] Changes since 19980501 1998-05-13 12:58:24 -05:00
doc/tgif
examples
src [svn-r398] Changes since 19980501 1998-05-13 12:58:24 -05:00
test [svn-r398] Changes since 19980501 1998-05-13 12:58:24 -05:00
testpar [svn-r366] Purpose: 1998-04-23 18:11:06 -05:00
acconfig.h [svn-r376] ./acconfig.h 1998-04-24 16:26:32 -05:00
configure [svn-r376] ./acconfig.h 1998-04-24 16:26:32 -05:00
configure.in [svn-r376] ./acconfig.h 1998-04-24 16:26:32 -05:00
INSTALL [svn-r368] Purpose: 1998-04-23 19:02:08 -05:00
INSTALL_MAINT
INSTALL_parallel [svn-r368] Purpose: 1998-04-23 19:02:08 -05:00
INSTALL_parallel.ascired [svn-r368] Purpose: 1998-04-23 19:02:08 -05:00
INSTALL.ascired [svn-r368] Purpose: 1998-04-23 19:02:08 -05:00
INSTALL.ibm.sp.parallel
Makefile.dist
Makefile.in [svn-r368] Purpose: 1998-04-23 19:02:08 -05:00
MANIFEST [svn-r398] Changes since 19980501 1998-05-13 12:58:24 -05:00
README
RELEASE

This is the hdf5-1.0.0a prototype release of the HDF5 library.

This release is almost fully functional for the entire API defined in the
documentation, see the RELEASE 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.

Three 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.

To subscribe to a list, send mail to "<list>-request@ncsa.uiuc.edu",
(e.g., hdf5-request@ncsa.uiuc.ed) with "subscribe <your e-mail
address> in the _body_ of the message.  Messages to be sent to
the list should be sent to "<list>@ncsa.uiuc.edu".

Bugs should be reported to:

  Robb Matzke <matzke@llnl.gov>		 All types of bugs
  Quincey Koziol <koziol@ncsa.uiuc.edu>  All types of bugs
  Albert Cheng <acheng@ncsa.uiuc.edu>	 Parallel bugs
  Kim Yates <rkyates@llnl.gov>		 Parallel bugs
  Paul Harten <pharten@ncsa.uiuc.edu>	 Bugs specific to ASCI Red

or to the hdf5dev mailing list.