diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-02-06 03:00:35 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-02-06 03:00:35 (GMT) |
commit | 238cccd5e8657fe9800eb6caad98b6c54b1c251d (patch) | |
tree | 2f4cfa92dc384cc5c7ff4b041a09e46936de1738 /src/H5private.h | |
parent | 858b8fbfaedd5800f2c716f381618a978b89d1a0 (diff) | |
download | hdf5-238cccd5e8657fe9800eb6caad98b6c54b1c251d.zip hdf5-238cccd5e8657fe9800eb6caad98b6c54b1c251d.tar.gz hdf5-238cccd5e8657fe9800eb6caad98b6c54b1c251d.tar.bz2 |
[svn-r224] Initial implementation of the upper levels of PHDF5. The
MPIO lower interface layer (H5Fmpio.c) has been commited by Kim already.
All PHDF5 codes are "bracket'ed" by #ifdef HAVE_PARALLEL macro.
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h index 995b53d..a2d5d49 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -46,6 +46,15 @@ # include <unistd.h> #endif +#ifdef HAVE_PARALLEL +/* + * MPIO headers + */ +# include <mpi.h> +# include <mpio.h> +#endif + + /* * Pablo support files. */ |