summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2013-02-13 21:55:48 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2013-02-13 21:55:48 (GMT)
commit749522bbd654596191c7cad929c00b1a62466cda (patch)
tree6457ae1e2e92166aee3d608b4760565e16744a7d /bin
parent8dcb0ee3d069b03c1146086dc186fc135ae83bf2 (diff)
downloadhdf5-749522bbd654596191c7cad929c00b1a62466cda.zip
hdf5-749522bbd654596191c7cad929c00b1a62466cda.tar.gz
hdf5-749522bbd654596191c7cad929c00b1a62466cda.tar.bz2
[svn-r23265] Merge revisions 23230, 23234, and 23237 to 1.8 branch
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; ummon (1.8)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/trace2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/trace b/bin/trace
index 3e82f43..3638810 100755
--- a/bin/trace
+++ b/bin/trace
@@ -96,7 +96,9 @@ $Source = "";
"H5A_operator2_t" => "x",
"H5A_info_t" => "x",
"H5AC_cache_config_t" => "x",
+ "H5D_gather_func_t" => "x",
"H5D_operator_t" => "x",
+ "H5D_scatter_func_t" => "x",
"H5E_auto_t" => "x",
"H5E_auto1_t" => "x",
"H5E_auto2_t" => "x",