Go to file
Albert Cheng a81d1b4035 [svn-r17832] Bug fix:(sort of)
Some systems, like AIX poe, interpret exit(134) the same as if the process has
really been interrupted by the abort signal and prints extra messages that
confuse test script which is looking for matching output.

Solution:
Changed it to exit(6) which still has the "appearance" of an abort signal which
carries the value of 6 in Unix systems.

Tested: LLNL Up both serial and Parallel.
2009-11-04 17:08:49 -05:00
bin [svn-r17592] Bug fix: 2009-10-05 19:08:03 -05:00
c++ [svn-r17775] Purpose: 2009-10-28 15:35:13 -05:00
config [svn-r17742] Snapshot version 1.9 release 50 2009-10-25 01:45:59 -05:00
examples [svn-r17770] Bug 1264 fixed. 2009-10-28 02:26:27 -05:00
fortran [svn-r17775] Purpose: 2009-10-28 15:35:13 -05:00
hl [svn-r17742] Snapshot version 1.9 release 50 2009-10-25 01:45:59 -05:00
perform [svn-r17716] Cosmetic change to use exit(EXIT_FAILURE) instead of exit(1). 2009-10-21 13:55:45 -05:00
release_docs [svn-r17819] Purpose: 2009-11-04 09:39:45 -05:00
src [svn-r17813] Description: 2009-11-03 14:27:25 -05:00
test [svn-r17832] Bug fix:(sort of) 2009-11-04 17:08:49 -05:00
testpar [svn-r17654] Purpose: 2009-10-15 16:14:27 -05:00
tools [svn-r17775] Purpose: 2009-10-28 15:35:13 -05:00
vms [svn-r17742] Snapshot version 1.9 release 50 2009-10-25 01:45:59 -05:00
windows [svn-r17810] Corrected expected output text file to match actual output. (Verified to linux output). 2009-11-03 11:31:15 -05:00
.autom4te.cfg
.h5chkright.ini
aclocal.m4 [svn-r17345] Purpose: 2009-08-12 13:55:25 -05:00
acsite.m4
configure [svn-r17742] Snapshot version 1.9 release 50 2009-10-25 01:45:59 -05:00
configure.in [svn-r17742] Snapshot version 1.9 release 50 2009-10-25 01:45:59 -05:00
COPYING [svn-r16826] Description: 2009-04-21 18:05:36 -05:00
Makefile.am
Makefile.dist
Makefile.in [svn-r17616] Purpose: 2009-10-08 10:17:30 -05:00
MANIFEST [svn-r17722] Added tcheckversion windows project files 2009-10-22 10:05:38 -05:00
README.txt [svn-r17742] Snapshot version 1.9 release 50 2009-10-25 01:45:59 -05:00

HDF5 version 1.9.51 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.