diff options
author | Robert Kim Yates <rkyates@llnl.gov> | 1998-08-28 19:08:33 (GMT) |
---|---|---|
committer | Robert Kim Yates <rkyates@llnl.gov> | 1998-08-28 19:08:33 (GMT) |
commit | 01b8b7cc529ad727f8477a7129bc6a6aae926fc6 (patch) | |
tree | a1080c468c7d73d1a500e955007bdaed6be33a30 /src/H5Sprivate.h | |
parent | 1b1be9918c1a654225f2040619f0b26ae83028fb (diff) | |
download | hdf5-01b8b7cc529ad727f8477a7129bc6a6aae926fc6.zip hdf5-01b8b7cc529ad727f8477a7129bc6a6aae926fc6.tar.gz hdf5-01b8b7cc529ad727f8477a7129bc6a6aae926fc6.tar.bz2 |
[svn-r628] MPI buffer and file type optimization is bypassed,
unless the environment variable HDF5_MPI_OPT_TYPES is nonzero.
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r-- | src/H5Sprivate.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h index 24dd4f6..fba178a 100644 --- a/src/H5Sprivate.h +++ b/src/H5Sprivate.h @@ -344,6 +344,12 @@ hbool_t H5S_hyper_select_valid (const H5S_t *space); const struct H5O_efl_t *efl, size_t elmt_size, const H5S_t *file_space, const H5S_t *mem_space, const H5D_transfer_t xfer_mode, const void *buf); + +#ifndef _H5S_IN_H5S_C + /* Global var whose value comes from environment variable */ + extern hbool_t H5_mpi_opt_types_g; +#endif /* _H5S_IN_H5S_C */ + #endif #endif |