summaryrefslogtreecommitdiffstats
path: root/perform
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-03-25 03:51:41 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-03-25 03:51:41 (GMT)
commit42efc1c2b591e4cd45ec6cb3bdf32044343118d2 (patch)
tree0ab542871c32246199479e8933ff26286aaf629a /perform
parent3360c3af0c100ac4d3a2fe2865f34661da862ec5 (diff)
downloadhdf5-42efc1c2b591e4cd45ec6cb3bdf32044343118d2.zip
hdf5-42efc1c2b591e4cd45ec6cb3bdf32044343118d2.tar.gz
hdf5-42efc1c2b591e4cd45ec6cb3bdf32044343118d2.tar.bz2
[svn-r18451] Description:
Bring r18172:18446 from trunk to revise_chunks branch. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'perform')
-rw-r--r--perform/perf_meta.c4
-rw-r--r--perform/sio_perf.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/perform/perf_meta.c b/perform/perf_meta.c
index 279c8de..b3966d6 100644
--- a/perform/perf_meta.c
+++ b/perform/perf_meta.c
@@ -20,8 +20,10 @@
* Purpose: Tests performance of metadata
*/
-#include "h5test.h"
+#include <stdlib.h>
+#include <string.h>
#include <sys/time.h>
+#include "h5test.h"
#ifdef H5_HAVE_PARALLEL
#define MAINPROCESS (!mpi_rank) /* define process 0 as main process */
diff --git a/perform/sio_perf.h b/perform/sio_perf.h
index 2417b6f..bd05cfe 100644
--- a/perform/sio_perf.h
+++ b/perform/sio_perf.h
@@ -18,7 +18,6 @@
#include "sio_timer.h"
#ifndef STANDALONE
#include "H5private.h"
-#include "h5test.h"
#include "h5tools_utils.h"
#else
#include "sio_standalone.h"