diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-07-12 17:37:58 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-07-12 17:37:58 (GMT) |
commit | ccd97f3d8f20768faaa7675041fff05ec9f79e89 (patch) | |
tree | 49e91c13f8422c7eba65d3e82f9f0cf0f280bfd4 /testpar/testphdf5.h | |
parent | 0fb4c9a123bbe05b99626b33c384951ef9ab8767 (diff) | |
download | hdf5-ccd97f3d8f20768faaa7675041fff05ec9f79e89.zip hdf5-ccd97f3d8f20768faaa7675041fff05ec9f79e89.tar.gz hdf5-ccd97f3d8f20768faaa7675041fff05ec9f79e89.tar.bz2 |
[svn-r1465] src/H5Fmpio.c:
Removed the unnecessary #include of mpi.h and mpio.h. (They are
included already in H5public.h when applicable.) Changed couple
debug printing to be controlled like the others.
src/H5public.h:
Officially, mpio.h should be in mpi.h but MPIO are not always
supported by the vendor yet. Make the #include of mpio.h conditional
when it is not in mpi.h.
testpar/testphdf5.h:
Removed the unnecessary #include of mpi.h and mpio.h. (They are
included already in H5public.h when applicable.)
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index dd4db92..399f3b5 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -6,8 +6,6 @@ #include <assert.h> #include <stdlib.h> #include <hdf5.h> -#include <mpi.h> -#include <mpio.h> /* Define some handy debugging shorthands, routines, ... */ /* debugging tools */ |