summaryrefslogtreecommitdiffstats
path: root/src/H5Fmpio.c
diff options
context:
space:
mode:
authorDan Wells <dwells@cs.uiuc.edu>1998-11-06 21:01:15 (GMT)
committerDan Wells <dwells@cs.uiuc.edu>1998-11-06 21:01:15 (GMT)
commita23ec265e32fb9134e1852a194fca70606948f5d (patch)
treee58bbeadce6fdc18e7e1e01279478cb1dfd71e20 /src/H5Fmpio.c
parent5897fa35a3aa065613c5155f2606c9376d40abde (diff)
downloadhdf5-a23ec265e32fb9134e1852a194fca70606948f5d.zip
hdf5-a23ec265e32fb9134e1852a194fca70606948f5d.tar.gz
hdf5-a23ec265e32fb9134e1852a194fca70606948f5d.tar.bz2
[svn-r882] Made modifications to support MPIO Pablo real-time tracing.
Diffstat (limited to 'src/H5Fmpio.c')
-rw-r--r--src/H5Fmpio.c6
1 files changed, 3 insertions, 3 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 <H5Dprivate.h>
#include <H5MMprivate.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+
#ifndef HAVE_PARALLEL
/*
* The H5F_mpio_xxxx functions are for parallel I/O only and are
@@ -62,9 +65,6 @@
#include <mpi.h>
#include <mpio.h>
-#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