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/H5public.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/H5public.h')
-rw-r--r-- | src/H5public.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5public.h b/src/H5public.h index 7436cc2..9d7eee8 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -18,6 +18,10 @@ #include <H5config.h> /*from configure */ #include <sys/types.h> +#ifdef HAVE_PARALLEL +#include <mpi.h> +#include <mpio.h> +#endif /* * Data types |