From a23ec265e32fb9134e1852a194fca70606948f5d Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Fri, 6 Nov 1998 16:01:15 -0500 Subject: [svn-r882] Made modifications to support MPIO Pablo real-time tracing. --- src/H5Fmpio.c | 6 +++--- src/H5Smpio.c | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/H5Fmpio.c b/src/H5Fmpio.c index 1ade4b6..facc9fd 100644 --- a/src/H5Fmpio.c +++ b/src/H5Fmpio.c @@ -47,6 +47,9 @@ #include #include +#include +#include + #ifndef HAVE_PARALLEL /* * The H5F_mpio_xxxx functions are for parallel I/O only and are @@ -62,9 +65,6 @@ #include #include -#ifdef HAVE_PABLO -#include "MPIO_Trace.h" -#endif #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 19b09d7..2610f94 100644 --- a/src/H5Smpio.c +++ b/src/H5Smpio.c @@ -27,9 +27,6 @@ /* 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; -- cgit v0.12