summaryrefslogtreecommitdiffstats
path: root/bin/trace
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2012-09-17 19:14:56 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2012-09-17 19:14:56 (GMT)
commit5188e7a61773c8a72a8f228d8dc4c68eaef9b7d4 (patch)
tree36d011890c577906a5af40c51ce7dbdca72e7feb /bin/trace
parentb22ef5f8a78f078d6dff70a1eabc242503f3c848 (diff)
downloadhdf5-5188e7a61773c8a72a8f228d8dc4c68eaef9b7d4.zip
hdf5-5188e7a61773c8a72a8f228d8dc4c68eaef9b7d4.tar.gz
hdf5-5188e7a61773c8a72a8f228d8dc4c68eaef9b7d4.tar.bz2
[svn-r22780] Purpose:
HDFFV-8143 Provide a routine(s) for telling the user why the library broke collective data access Description: Added H5Pget_mpio_no_collective_cause() function that retrive reasons why the collective I/O was broken during Read/Write IO access. Reasons to break collective I/O: - SET_INDEPENDENT - DATATYPE_CONVERSION - DATA_TRANSFORMS - MPIPOSIX - NOT_SIMPLE_OR_SCALAR_DATASPACES (NULL Space) - POINT_SELECTIONS - NOT_CONTIGUOUS_OR_CHUNKED_DATASET (Compact or External-Storage) - FILTERS Merged from HDF5 trunk r22735, r22741 , 22743, 22744, 22763. Tested: jam-pp (linux32-LE), koala-pp (linux64-LE), wallaby-pp
Diffstat (limited to 'bin/trace')
-rwxr-xr-xbin/trace1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/trace b/bin/trace
index 188b858..3e82f43 100755
--- a/bin/trace
+++ b/bin/trace
@@ -38,6 +38,7 @@ $Source = "";
"H5FD_mpio_chunk_opt_t" => "Dh",
"H5D_mpio_actual_io_mode_t" => "Di",
"H5D_layout_t" => "Dl",
+ "H5D_mpio_no_collective_cause_t" => "Dn",
"H5D_mpio_actual_chunk_opt_mode_t" => "Do",
"H5D_space_status_t" => "Ds",
"H5FD_mpio_xfer_t" => "Dt",