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
..
2010-06-18 17:47:22 -05:00
2007-02-14 17:25:02 -05:00
2009-01-22 15:53:59 -05:00
2005-04-04 17:44:50 -05:00
2007-02-14 17:25:02 -05:00
2007-02-14 17:25:02 -05:00
2007-02-14 17:25:02 -05:00
2009-08-13 15:19:17 -05:00
2007-02-14 17:25:02 -05:00
2009-04-23 13:25:16 -05:00
2011-07-01 15:09:44 -05:00
2005-04-04 17:44:50 -05:00
2007-02-14 17:25:02 -05:00
2005-01-31 22:17:02 -05:00
2007-02-14 17:25:02 -05:00
2011-05-07 12:05:56 -05:00

The daily tests run copies of some of the scripts in this directory from another repository, notably snapshot and runtest.  The copies in this directory should work, but are not used in daily tests, though they should be tested occasionally.