summaryrefslogtreecommitdiffstats
path: root/perform/pio_perf.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-08-13 15:21:22 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-08-13 15:21:22 (GMT)
commit52cfa98120bebabe735367ca22b7ce945080f47c (patch)
tree573098892bcd8d23634c99080398ef2470560ba9 /perform/pio_perf.h
parentc5aa1f7a5f55d2e482591ed4f7f4d2f3b84563eb (diff)
downloadhdf5-52cfa98120bebabe735367ca22b7ce945080f47c.zip
hdf5-52cfa98120bebabe735367ca22b7ce945080f47c.tar.gz
hdf5-52cfa98120bebabe735367ca22b7ce945080f47c.tar.bz2
[svn-r11237] Purpose:
New Feature. Description: Added code and changes so that h5perf (pio) can be built by standalone mode (that is built by just "h5pcc" without all these internal files.) With the standalone mode, h5perf can be built against different versions of hdf5 library and to contrast the performance among them. (Note that pio_standalone.c and pio_standalone.h are used in standalone build only.) Platforms tested: Tested in copper and heping.
Diffstat (limited to 'perform/pio_perf.h')
-rw-r--r--perform/pio_perf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/perform/pio_perf.h b/perform/pio_perf.h
index b7fd92c..cc0fce8 100644
--- a/perform/pio_perf.h
+++ b/perform/pio_perf.h
@@ -16,8 +16,13 @@
#define PIO_PERF_H__
#include "pio_timer.h"
+#ifndef STANDALONE
#include "H5private.h"
#include "h5test.h"
+#include "h5tools_utils.h"
+#else
+#include "pio_standalone.h"
+#endif
/* setup the dataset no fill option if this is v1.5 or more */
#if H5_VERS_MAJOR > 1 || H5_VERS_MINOR > 4