Quincey Koziol 0081d8f082 [svn-r20658] Description:
Bring code contribution from John Biddiscombe into trunk, according to
IP assignment #002 (on file).  Checkin message from John is:

	This patch includes the changes necessary to compile a Virtual File
	Driver outside of the main hdf5 build and still have it link against
	the hdf5 core and work correctly at run-time.

	Certain MPI-IO related VFD checks were hard-coded in the hdf5 source
	and so it was not possible to extend the functionality to new drivers.
 
	Removed IS_H5FD_MPI macros and replaced with H5F_HAS_FEATURE calls with
	new keys, H5FD_FEAT_HAS_MPI and H5FD_FEAT_ALLOCATE_EARLY.
 
	Change H5FD cleanup (term_interface) so that file drivers call
	terminate when their class types are deleted instead of explicitly
	being called from the finalization code. Move the terminate call out
	of H5I and put it into the FD class_free call. Remove the now obsolete
	check of handles after cleaning types at termination time.
 
Tested on:
        FreeBSD/32 6.3 (duty) in debug mode
        FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
        FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode
        FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode
        Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x,
                w/C++ & FORTRAN, w/threadsafe, in debug mode
        Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x,
                w/C++ & FORTRAN, in production mode
        Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
                w/szip filter, w/threadsafe, in production mode
        Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode
        Linux/64-ia64 2.6 (ember) w/Intel compilers, w/C++ & FORTRAN,
                in production mode
        Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in debug mode
2011-04-27 20:02:02 -05:00
2011-04-26 16:42:45 -05:00
2011-04-14 16:21:59 -05:00
2011-04-14 16:21:59 -05:00
2011-04-14 16:21:59 -05:00
2011-04-26 15:12:58 -05:00
2011-04-27 20:02:02 -05:00
2010-11-17 11:42:57 -05:00
2011-04-14 14:45:57 -05:00
2010-05-05 12:34:26 -05:00
2011-04-27 19:56:57 -05:00
2011-04-27 19:56:57 -05:00
2011-02-17 14:03:56 -05:00
2011-04-14 16:21:59 -05:00
2011-04-03 21:28:07 -05:00

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

This release is fully functional for the API described in the documentation. 
See the RELEASE.txt file in the release_docs/ directory for information 
specific to this release of the library.  Several INSTALL* files can also be 
found in the release_docs/ directory:  INSTALL contains instructions for 
compiling and installing the library;  INSTALL_parallel contains instructions 
for installing the parallel version of the library;  similarly-named files
contain instructions for VMS and several environments on MS Windows systems. 

Documentation for this release can be found at the following URL:
    http://www.hdfgroup.org/HDF5/doc/.

The following  mailing lists are currently set up for HDF5 Library users:

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

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

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

To subscribe to a list, send mail to "<list>-subscribe@hdfgroup.org".
where <list> is the name of the list.  For example, send a request 
to subscribe to the 'news' mail list to the following address:
    news-subscribe@hdfgroup.org

Messages to be sent to the list should be sent to "<list>@hdfgroup.org".

Periodic code snapshots are provided at the following URL:
    ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the README.txt file in that directory before working with a library
snapshot.

The HDF5 website is located at http://hdfgroup.org/HDF5/

Bugs should be reported to help@hdfgroup.org.
Description
No description provided
Readme 669 MiB
Languages
C 80%
Fortran 4.4%
Java 3.9%
CMake 3.2%
C++ 2.4%
Other 6%