diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2005-03-14 14:30:01 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2005-03-14 14:30:01 (GMT) |
commit | 7e6577fdea9f78e4b140f2b1c7684c9cec7d9a7e (patch) | |
tree | c1eb07e614ad3c3470c98120b676e5ba3ad89955 /src | |
parent | 161914eda1ea8817eb532f7822eb28b6160838cc (diff) | |
download | hdf5-7e6577fdea9f78e4b140f2b1c7684c9cec7d9a7e.zip hdf5-7e6577fdea9f78e4b140f2b1c7684c9cec7d9a7e.tar.gz hdf5-7e6577fdea9f78e4b140f2b1c7684c9cec7d9a7e.tar.bz2 |
[svn-r10208] Purpose:
Collective chunk IO configuration
Description:
Forgot adding H5config.h.in to the CVS tree.
Solution:
Platforms tested:
Copper, heping
Misc. update:
Diffstat (limited to 'src')
-rw-r--r-- | src/H5config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index 76be2df..2092ad0 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -349,6 +349,10 @@ /* Define if `__tm_gmtoff' is a member of `struct tm' */ #undef HAVE___TM_GMTOFF +/* Define if your system can handle complicated MPI derived datype correctly. + */ +#undef MPI_COMPLEX_DERIVED_DATATYPE_WORKS + /* Define if your system's `MPI_File_set_size' function works for files over 2GB. */ #undef MPI_FILE_SET_SIZE_BIG |