summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-08-14 18:54:46 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-08-14 18:54:46 (GMT)
commit072bbbd9cbb345661d8d0f15596df6816ca69762 (patch)
tree05ddb1cd2f06af7898f601bc670b181f10447d64
parent22270493b018177ef8686778a6e471ccf39e0a66 (diff)
downloadhdf5-072bbbd9cbb345661d8d0f15596df6816ca69762.zip
hdf5-072bbbd9cbb345661d8d0f15596df6816ca69762.tar.gz
hdf5-072bbbd9cbb345661d8d0f15596df6816ca69762.tar.bz2
[svn-r4347] Purpose:
New feature Description: Added perform programs to test the HDF5 library performance. Programs are installed in directory perform/. Platforms tested: eirene
-rw-r--r--MANIFEST7
-rwxr-xr-xconfigure2
-rw-r--r--configure.in1
-rw-r--r--release_docs/RELEASE.txt2
4 files changed, 12 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index bb3c9f2..38e6c04 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -740,6 +740,13 @@
./pablo/ProcTrace.h
./pablo/READ_ME
+./perform/Makefile.in
+./perform/chunk.c
+./perform/iopipe.c
+./perform/mpi-perf.c
+./perform/overhead.c
+./perform/perf.c
+
./release_docs/INSTALL
./release_docs/INSTALL_TFLOPS
./release_docs/INSTALL_VFL
diff --git a/configure b/configure
index 6e6c0a7..f4c1b23 100755
--- a/configure
+++ b/configure
@@ -9803,6 +9803,7 @@ trap 'rm -fr `echo "src/libhdf5.settings
pablo/Makefile
test/Makefile
$PARALLEL_MAKE
+ perform/Makefile
tools/Makefile
tools/h5dump/Makefile
tools/h5ls/Makefile
@@ -9971,6 +9972,7 @@ CONFIG_FILES=\${CONFIG_FILES-"src/libhdf5.settings
pablo/Makefile
test/Makefile
$PARALLEL_MAKE
+ perform/Makefile
tools/Makefile
tools/h5dump/Makefile
tools/h5ls/Makefile
diff --git a/configure.in b/configure.in
index 895f7a6..502bc8d 100644
--- a/configure.in
+++ b/configure.in
@@ -1751,6 +1751,7 @@ AC_OUTPUT(src/libhdf5.settings
pablo/Makefile
test/Makefile
$PARALLEL_MAKE
+ perform/Makefile
tools/Makefile
tools/h5dump/Makefile
tools/h5ls/Makefile
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0de8686..7adcb2a 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -138,6 +138,8 @@ New Features
* Added new checking in H5check_version() to verify the five HDF5 version
information macros (H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE,
H5_VERS_SUBRELEASE and H5_VERS_INFO) are consistent.
+ * Added perform programs to test the HDF5 library performance. Programs
+ are installed in directory perform/.
Platforms Tested