diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-01-21 18:57:55 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2015-01-21 18:57:55 (GMT) |
commit | a24e3e5c8669fd205b75d264ca44e23fc1bfc651 (patch) | |
tree | 1f6a540706b4b7325a0d9cdeb895153fd7f0665b /src/H5FDmpio.c | |
parent | de47d219c9be71e36d305994a48ede78b50e4a62 (diff) | |
download | hdf5-a24e3e5c8669fd205b75d264ca44e23fc1bfc651.zip hdf5-a24e3e5c8669fd205b75d264ca44e23fc1bfc651.tar.gz hdf5-a24e3e5c8669fd205b75d264ca44e23fc1bfc651.tar.bz2 |
[svn-r25994] revert adding the has_mpi_atomicity feature flag and use the has_mpi
flag instead.
Diffstat (limited to 'src/H5FDmpio.c')
-rw-r--r-- | src/H5FDmpio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c index 04ae5da..70cf49a 100644 --- a/src/H5FDmpio.c +++ b/src/H5FDmpio.c @@ -1224,7 +1224,6 @@ H5FD_mpio_query(const H5FD_t UNUSED *_file, unsigned long *flags /* out */) *flags|=H5FD_FEAT_AGGREGATE_METADATA; /* OK to aggregate metadata allocations */ *flags|=H5FD_FEAT_AGGREGATE_SMALLDATA; /* OK to aggregate "small" raw data allocations */ *flags|=H5FD_FEAT_HAS_MPI; /* This driver uses MPI */ - *flags|=H5FD_FEAT_HAS_MPI_ATOMICITY; /* This driver has MPI atomicity mode */ *flags|=H5FD_FEAT_ALLOCATE_EARLY; /* Allocate space early instead of late */ } /* end if */ |