diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-27 21:38:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-10-27 21:38:27 (GMT) |
commit | 8a43391a1157aa6bccb530cb1a39e6ad5e0e01e2 (patch) | |
tree | 6a803fcfb644aed148738c6d97b54cb287fce421 /src/H5Sprivate.h | |
parent | 8dc1c9870a39b5e8ecb5f313661e27af60511fe3 (diff) | |
download | hdf5-8a43391a1157aa6bccb530cb1a39e6ad5e0e01e2.zip hdf5-8a43391a1157aa6bccb530cb1a39e6ad5e0e01e2.tar.gz hdf5-8a43391a1157aa6bccb530cb1a39e6ad5e0e01e2.tar.bz2 |
[svn-r7754] Purpose:
Code cleanup
Description:
Straighten out more goofiness in the MPI code dealing with collective I/O
transfers - mostly make certain that a view is set if-and-only-if collective
I/O is occurring on raw data (and vice versa for views and independent I/O)
Platforms tested:
FreeBSD 4.9 (sleipnir) w/parallel & FPHDF5
too minor to repquire h5committest
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r-- | src/H5Sprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h index 389b3b1..46d302f 100644 --- a/src/H5Sprivate.h +++ b/src/H5Sprivate.h @@ -164,7 +164,7 @@ typedef struct H5S_conv_t { H5_DLL H5S_t *H5S_copy(const H5S_t *src); H5_DLL herr_t H5S_close(H5S_t *ds); H5_DLL H5S_conv_t *H5S_find(const H5S_t *mem_space, const H5S_t *file_space, - unsigned flags); + unsigned flags, hbool_t *use_par_opt_io); H5_DLL H5S_class_t H5S_get_simple_extent_type(const H5S_t *ds); H5_DLL hssize_t H5S_get_simple_extent_npoints(const H5S_t *ds); H5_DLL hsize_t H5S_get_npoints_max(const H5S_t *ds); |