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/H5FDpublic.h | |
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/H5FDpublic.h')
-rw-r--r-- | src/H5FDpublic.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/H5FDpublic.h b/src/H5FDpublic.h index 452de02..df5d5cf 100644 --- a/src/H5FDpublic.h +++ b/src/H5FDpublic.h @@ -217,8 +217,8 @@ typedef enum H5F_mem_t H5FD_mem_t; */ #define H5FD_FEAT_HAS_MPI 0x00000100 /* - * Defining the H5FD_FEAT_ALLOCATE_EARLY for a VFL driver means that - * the library will use the H5D_ALLOC_TIME_EARLY on dataset create + * Defining the H5FD_FEAT_ALLOCATE_EARLY for a VFL driver will force + * the library to use the H5D_ALLOC_TIME_EARLY on dataset create * instead of the default H5D_ALLOC_TIME_LATE */ #define H5FD_FEAT_ALLOCATE_EARLY 0x00000200 @@ -234,12 +234,6 @@ typedef enum H5F_mem_t H5FD_mem_t; * image to store in memory. */ #define H5FD_FEAT_CAN_USE_FILE_IMAGE_CALLBACKS 0x00000800 - /* - * Defining the H5FD_FEAT_HAS_MPI_ATOMICITY for a VFL driver means - * that the driver is able to do atomic read/write operations as - * defined by MPI atomicity semantics. - */ -#define H5FD_FEAT_HAS_MPI_ATOMICITY 0x00001000 /* Forward declaration */ typedef struct H5FD_t H5FD_t; |