summaryrefslogtreecommitdiffstats
path: root/src/H5Fmpio.c
diff options
context:
space:
mode:
authorDan Wells <dwells@cs.uiuc.edu>1998-10-08 21:28:06 (GMT)
committerDan Wells <dwells@cs.uiuc.edu>1998-10-08 21:28:06 (GMT)
commit9865007240e7b7c36e30db5952f66b0de8032668 (patch)
tree55882e1c91de11feff3f0fa10cd02babfd9cb070 /src/H5Fmpio.c
parent82f645371d64fb94e126adfff6b3b6e6adc679d0 (diff)
downloadhdf5-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/H5Fmpio.c')
-rw-r--r--src/H5Fmpio.c2
1 files changed, 2 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