summaryrefslogtreecommitdiffstats
path: root/src/H5Smpio.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/H5Smpio.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/H5Smpio.c')
-rw-r--r--src/H5Smpio.c2
1 files changed, 2 insertions, 0 deletions
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;