mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r4347] Purpose:
New feature Description: Added perform programs to test the HDF5 library performance. Programs are installed in directory perform/. Platforms tested: eirene
This commit is contained in:
parent
22270493b0
commit
072bbbd9cb
7
MANIFEST
7
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
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user