summaryrefslogtreecommitdiffstats
path: root/src/H5FDmpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDmpi.h')
-rw-r--r--src/H5FDmpi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5FDmpi.h b/src/H5FDmpi.h
index 480e7f7..b7b4162 100644
--- a/src/H5FDmpi.h
+++ b/src/H5FDmpi.h
@@ -43,9 +43,9 @@ typedef enum H5FD_mpio_xfer_t {
/* Type of I/O for data transfer properties */
typedef enum H5FD_mpio_chunk_opt_t {
- H5FD_MPIO_OPT_IGNORE = 0,
- H5FD_MPIO_OPT_ONE_IO, /*zero is the default*/
- H5FD_MPIO_OPT_MULTI_IO
+ H5FD_MPIO_CHUNK_DEFAULT = 0,
+ H5FD_MPIO_CHUNK_ONE_IO, /*zero is the default*/
+ H5FD_MPIO_CHUNK_MULTI_IO
} H5FD_mpio_chunk_opt_t;