summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Wells <dwells@cs.uiuc.edu>2002-04-29 16:28:57 (GMT)
committerDan Wells <dwells@cs.uiuc.edu>2002-04-29 16:28:57 (GMT)
commit47db555678afa77e188688dc5dae4d1134074dc2 (patch)
tree75e61b5c498c5ba346ee979498a870e6d37d8cda
parentb7418a6cc9800f44c5179acfccc51dd0ba08947e (diff)
downloadhdf5-47db555678afa77e188688dc5dae4d1134074dc2.zip
hdf5-47db555678afa77e188688dc5dae4d1134074dc2.tar.gz
hdf5-47db555678afa77e188688dc5dae4d1134074dc2.tar.bz2
[svn-r5279] Purpose:
bug fix Description: There was an ifdef HAVE_PARALLEL used in the code. Solution: Changed to H5_HAVE_PARALLEL Platforms tested: Origin 2000 64
-rw-r--r--pablo/HDFIOTrace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pablo/HDFIOTrace.h b/pablo/HDFIOTrace.h
index 6e41612..8209908 100644
--- a/pablo/HDFIOTrace.h
+++ b/pablo/HDFIOTrace.h
@@ -289,7 +289,7 @@ void HDFtraceWriteEnd ( int );
void HDFtraceIOBegin ( int, int );
void HDFtraceIOEnd ( int, double, char * );
-#ifdef HAVE_PARALLEL
+#ifdef H5_HAVE_PARALLEL
#include "HDFmpioProtos.h"
@@ -410,8 +410,8 @@ void HDFtraceIOEnd ( int, double, char * );
#define MPI_File_set_atomicity HDF_MPI_File_set_atomicity
#define MPI_File_get_atomicity HDF_MPI_File_get_atomicity
#define MPI_File_sync HDF_MPI_File_sync
-#endif /* HAVE_PARALLEL */
-#endif /* HAVE_PARALLEL */
+#endif /* H5_HAVE_PARALLEL */
+#endif /* HDFIOTRACE */
#ifdef __cplusplus
}
#endif