diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-19 17:07:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-19 17:07:52 (GMT) |
commit | 3659ae4176434e7b81af4f49f6578d7dd0807f76 (patch) | |
tree | b808963ffc5eed752e18629422f0bbbb772bf67b /src/H5FDmpio.h | |
parent | ea052ffd55cabca3ef756a7f44e7f3f2fa32b679 (diff) | |
download | hdf5-3659ae4176434e7b81af4f49f6578d7dd0807f76.zip hdf5-3659ae4176434e7b81af4f49f6578d7dd0807f76.tar.gz hdf5-3659ae4176434e7b81af4f49f6578d7dd0807f76.tar.bz2 |
[svn-r5677] Purpose:
Code improvement
Description:
Some small code cleanups and took out the code the was turning off the
metadata cache for parallel I/O (!)
Platforms tested:
IRIX64 6.5 (modi4) w/parallel
Diffstat (limited to 'src/H5FDmpio.h')
-rw-r--r-- | src/H5FDmpio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDmpio.h b/src/H5FDmpio.h index db85bb2..c5133f3 100644 --- a/src/H5FDmpio.h +++ b/src/H5FDmpio.h @@ -17,7 +17,7 @@ # define H5FD_MPIO (H5FD_mpio_init()) #else # define H5FD_MPIO (-1) -#endif +#endif /* H5_HAVE_PARALLEL */ /* Type of I/O for data transfer properties */ typedef enum H5FD_mpio_xfer_t { @@ -68,6 +68,6 @@ __DLL__ int H5FD_mpio_mpi_size(H5FD_t *_file); } #endif -#endif /*H5_HAVE_PARALLEL*/ +#endif /* H5_HAVE_PARALLEL */ #endif |