Go to file
Neil Fortner 0e3517d34f [svn-r23230] Purpose: Implement H5Dscatter and H5Dgather
Description:
Adds 2 new API functions, H5Dscatter and H5Dgather.  H5Dscatter retrieves data
from a specified callback function and scatters it into a selection, defined by
a supplied dataspace, within a supplied memory buffer.  H5Dgather gathers data
from a selection within a supplied memory buffer and passes it in a contiguous
form to a supplied callback function.  Added tests for these functions

Tested: jam, ostrich, koala (h5committest); ummon
2013-02-05 12:07:02 -05:00
bin [svn-r23230] Purpose: Implement H5Dscatter and H5Dgather 2013-02-05 12:07:02 -05:00
c++ [svn-r23221] Snapshot version 1.9 release 142 2013-02-03 11:20:03 -05:00
config [svn-r23221] Snapshot version 1.9 release 142 2013-02-03 11:20:03 -05:00
examples [svn-r23161] ported revisions 23146:23160 from the trunk 2013-01-14 14:45:59 -05:00
fortran [svn-r23221] Snapshot version 1.9 release 142 2013-02-03 11:20:03 -05:00
hl [svn-r23221] Snapshot version 1.9 release 142 2013-02-03 11:20:03 -05:00
m4
perform [svn-r23161] ported revisions 23146:23160 from the trunk 2013-01-14 14:45:59 -05:00
release_docs [svn-r23230] Purpose: Implement H5Dscatter and H5Dgather 2013-02-05 12:07:02 -05:00
src [svn-r23230] Purpose: Implement H5Dscatter and H5Dgather 2013-02-05 12:07:02 -05:00
test [svn-r23230] Purpose: Implement H5Dscatter and H5Dgather 2013-02-05 12:07:02 -05:00
testpar [svn-r23161] ported revisions 23146:23160 from the trunk 2013-01-14 14:45:59 -05:00
tools [svn-r23228] Purpose: 2013-02-05 11:09:45 -05:00
vms [svn-r23221] Snapshot version 1.9 release 142 2013-02-03 11:20:03 -05:00
.autom4te.cfg
.h5chkright.ini
ACKNOWLEDGMENTS
aclocal.m4 [svn-r22987] ported revisions from 22742 to 22986 from the trunk 2012-10-29 13:59:05 -05:00
acsite.m4
CMakeLists.txt [svn-r23161] ported revisions 23146:23160 from the trunk 2013-01-14 14:45:59 -05:00
configure [svn-r23221] Snapshot version 1.9 release 142 2013-02-03 11:20:03 -05:00
configure.ac [svn-r23221] Snapshot version 1.9 release 142 2013-02-03 11:20:03 -05:00
COPYING
CTestConfig.cmake
Makefile.am
Makefile.dist
Makefile.in
MANIFEST [svn-r23207] add the new test file to the list. 2013-01-30 16:09:56 -05:00
README.txt [svn-r23221] Snapshot version 1.9 release 142 2013-02-03 11:20:03 -05:00

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