summaryrefslogtreecommitdiffstats
path: root/src/H5Sprivate.h
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2004-11-11 21:00:01 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2004-11-11 21:00:01 (GMT)
commit1702d75b3a49465b184362e088cf120b1b4817f3 (patch)
tree865452aa5fc02f1cad0b15f8e076c8049e56ad77 /src/H5Sprivate.h
parent091fbb49e048b8c89eecff2633068f4508b4d8ac (diff)
downloadhdf5-1702d75b3a49465b184362e088cf120b1b4817f3.zip
hdf5-1702d75b3a49465b184362e088cf120b1b4817f3.tar.gz
hdf5-1702d75b3a49465b184362e088cf120b1b4817f3.tar.bz2
[svn-r9519] Purpose:
Adding codes for the general MPI derived datatype in order to better incorporate new fixes of HDF5 library. Description: Note: These codes have not been tested for general use. Don't call these functions in your developments of the HDF5 library. Also these codes are stand-alone codes, they should not affect other library codes. Solution: Platforms tested: Heping(C and Parallel linux 2.4, mpich 1.2.6) Arabica(C,C++,Fortran, Solaris 2.7) Copper(C,c++,Fortran, AIX 5.1, NOTE: c++ FAILED, seems not due to the recent check-in) Misc. update:
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r--src/H5Sprivate.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h
index a0fdf09..61eb9a9 100644
--- a/src/H5Sprivate.h
+++ b/src/H5Sprivate.h
@@ -279,6 +279,15 @@ H5S_mpio_space_type( const H5S_t *space, size_t elmt_size,
size_t *count,
hsize_t *extra_offset,
hbool_t *is_derived_type );
+
+H5_DLL herr_t
+H5S_mpio_space_span_type( const H5S_t *space, size_t elmt_size,
+ /* out: */
+ MPI_Datatype *new_type,
+ size_t *count,
+ hsize_t *extra_offset,
+ hbool_t *is_derived_type );
+
#endif /* H5_HAVE_PARALLEL */
#endif /* _H5Sprivate_H */