Go to file
Albert Cheng ee0c2bb456 [svn-r4444] Purpose:
Feature
Description:
    The H5Pset_fapl_split() used to assume both meta and raw files
    have the same prefix name.  This prohibited the option to specify
    the two files reside on different file systems.  E.g., having
    meta-file as /user/home/data1.meta and raw-file as /pfs/data1.raw.
Solution:
    Added feature that if the raw or meta extension string contains
    a "%s", it will be substituted by the filename given for H5Fopen
    or H5Fcreate.  This is same as the multi-file syntax.  If no %s
    is found, one is inserted at the beginning.  This is the previous
    behavior.
Platforms tested:
    Modi4 (parallel, serial) and eirene (parallel).
2001-09-17 14:37:15 -05:00
bin [svn-r4432] Purpose: 2001-09-09 22:52:17 -05:00
c++ [svn-r4366] Purpose: 2001-08-16 08:06:37 -05:00
config [svn-r4434] Purpose: 2001-09-10 23:04:15 -05:00
doc [svn-r4438] 2001-09-13 12:11:31 -05:00
examples [svn-r4292] 2001-08-01 16:00:25 -05:00
fortran [svn-r4355] Purpose: 2001-08-14 17:09:56 -05:00
hl/tools/gif2h5 [svn-r4327] Purpose: 2001-08-10 21:47:13 -05:00
pablo [svn-r4395] Purpose: 2001-08-20 12:50:56 -05:00
perform [svn-r4443] Purpose: 2001-09-17 11:41:15 -05:00
release_docs [svn-r4439] 2001-09-13 12:12:00 -05:00
src [svn-r4444] Purpose: 2001-09-17 14:37:15 -05:00
test [svn-r4419] 2001-09-04 12:37:10 -05:00
testpar [svn-r4399] Purpose: 2001-08-20 15:05:36 -05:00
tools [svn-r4402] 2001-08-21 14:37:23 -05:00
windows [svn-r4188] 2001-07-11 11:59:46 -05:00
acconfig.h [svn-r4312] Purpose: 2001-08-06 11:01:44 -05:00
aclocal.m4 [svn-r2552] Purpose: 2000-09-14 17:59:16 -05:00
configure [svn-r4422] Purpose: 2001-09-04 16:18:59 -05:00
configure.in [svn-r4422] Purpose: 2001-09-04 16:18:59 -05:00
COPYING [svn-r4032] 2001-06-21 10:18:59 -05:00
Makefile.dist [svn-r1112] Changes since 19990301 1999-03-02 12:15:35 -05:00
Makefile.in [svn-r4353] Purpose: 2001-08-14 16:45:55 -05:00
MANIFEST [svn-r4387] 2001-08-18 03:57:06 -05:00
README.txt [svn-r4311] Snapshot version 1.5 release 10 2001-08-04 03:16:40 -05:00

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