diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 1998-10-08 21:28:06 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 1998-10-08 21:28:06 (GMT) |
commit | 9865007240e7b7c36e30db5952f66b0de8032668 (patch) | |
tree | 55882e1c91de11feff3f0fa10cd02babfd9cb070 /src | |
parent | 82f645371d64fb94e126adfff6b3b6e6adc679d0 (diff) | |
download | hdf5-9865007240e7b7c36e30db5952f66b0de8032668.zip hdf5-9865007240e7b7c36e30db5952f66b0de8032668.tar.gz hdf5-9865007240e7b7c36e30db5952f66b0de8032668.tar.bz2 |
[svn-r750] Put the MPIO header file inside the ifdef HAVE_PABLO
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Fmpio.c | 2 | ||||
-rw-r--r-- | src/H5Smpio.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Fmpio.c b/src/H5Fmpio.c index 773ff47..a8461ee 100644 --- a/src/H5Fmpio.c +++ b/src/H5Fmpio.c @@ -65,7 +65,9 @@ #include <mpi.h> #include <mpio.h> +#ifdef HAVE_PABLO #include "MPIO_Trace.h" +#endif HAVE_PABLO #define PABLO_MASK H5F_mpio static hbool_t interface_initialize_g = FALSE; /* rky??? */ #define INTERFACE_INIT NULL diff --git a/src/H5Smpio.c b/src/H5Smpio.c index 022c95d..19b09d7 100644 --- a/src/H5Smpio.c +++ b/src/H5Smpio.c @@ -27,7 +27,9 @@ /* const hbool_t H5S_mpio_avail = FALSE; */ #else /* HAVE_PARALLEL */ /* Interface initialization */ +#ifdef HAVE_PABLO #include "MPIO_Trace.h" +#endif #define PABLO_MASK H5S_all_mask #define INTERFACE_INIT NULL static intn interface_initialize_g = FALSE; |