diff options
author | Dan Wells <dwells@cs.uiuc.edu> | 1998-11-06 21:01:15 (GMT) |
---|---|---|
committer | Dan Wells <dwells@cs.uiuc.edu> | 1998-11-06 21:01:15 (GMT) |
commit | a23ec265e32fb9134e1852a194fca70606948f5d (patch) | |
tree | e58bbeadce6fdc18e7e1e01279478cb1dfd71e20 /src/H5Smpio.c | |
parent | 5897fa35a3aa065613c5155f2606c9376d40abde (diff) | |
download | hdf5-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/H5Smpio.c')
-rw-r--r-- | src/H5Smpio.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; |