diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2006-02-16 17:20:37 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2006-02-16 17:20:37 (GMT) |
commit | 4336ee7bf3ebc55e3187b1c5c23c1fde5e7e986e (patch) | |
tree | 47e1d474470e240e38ef41c15c7c2ba11335e763 /src/H5config.h.in | |
parent | 25837d324e306ea5631029b5b14e34d4a5e97c59 (diff) | |
download | hdf5-4336ee7bf3ebc55e3187b1c5c23c1fde5e7e986e.zip hdf5-4336ee7bf3ebc55e3187b1c5c23c1fde5e7e986e.tar.gz hdf5-4336ee7bf3ebc55e3187b1c5c23c1fde5e7e986e.tar.bz2 |
[svn-r11952] Purpose:
Enhance the collective chunk IO support
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index c518ce4..1bd7960 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -386,6 +386,9 @@ 2GB. */ #undef MPI_FILE_SET_SIZE_BIG +/* Define if your system can handle special collective IO properly. */ +#undef MPI_SPECIAL_COLLECTIVE_IO_WORKS + /* Define if shared writing must be disabled (CodeWarrior only) */ #undef NO_SHARED_WRITING |