diff options
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; |