mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
8bc0d5ed90
When enable-debug is turned on, a special macro block H5_HAVE_INSTRUMENTED_LIBRARY inside HDF5 will be executed to check if some collective chunk IO test cases are being run with the correct settings(one link, multiple chunk etc.). However,when complicated derived datatype in some mpi-io packages are not supported, the library has to switch one link IO with/without the optimization to multiple chunk IO with/without the optimization. The current testsuite doesn't know this and generates a false assertion failure message. This check-in fix this problem by providing a second property to avoid the false faiure message. Tested at abe(NCSA linux cluster) and kagiso. |
||
---|---|---|
bin | ||
c++ | ||
config | ||
examples | ||
fortran | ||
hl | ||
perform | ||
release_docs | ||
src | ||
test | ||
testpar | ||
tools | ||
vms | ||
windows | ||
windows_vnet | ||
.autom4te.cfg | ||
.h5chkright.ini | ||
aclocal.m4 | ||
acsite.m4 | ||
configure | ||
configure.in | ||
COPYING | ||
Makefile.am | ||
Makefile.dist | ||
Makefile.in | ||
MANIFEST | ||
README.txt |
HDF5 version 1.9.18 currently under development Please refer to the release_docs/INSTALL file for installation instructions. ------------------------------------------------------------------------------ This release is almost fully functional for the entire API defined in the documentation, see the RELEASE.txt file in the release_docs directory for information specific to this release of the library. The INSTALL file contains instructions on compiling and installing the library. The INSTALL_parallel file contains instructions on installing the parallel version of the library. The INSTALL* files can be found in the release_docs/ directory. Documentation for this snapshot can be found at the following URL: http://www.hdfgroup.uiuc.edu/HDF5/doc_dev_snapshot/H5_dev/ Four mailing lists are currently set up for use with the HDF5 library. news - For announcements of HDF5 related developments, not a discussion list. hdf-forum - For general discussion of the HDF5 library with other users. hdf5dev - For discussion of the HDF5 library development with developers and other interested parties. To subscribe to a list, send mail to "<list>-subscribe@hdfgroup.org". where <list> is the name of the list. E.g., mail hdf5-subscribe@hdfgroup.org Messages to be sent to the list should be sent to "<list>@hdfgroup.org". Periodic code snapshots are provided at the following URL: ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots Please read the README.txt file in that directory before working with a library snapshot. The HDF5 website is located at http://hdfgroup.org/HDF5/ Bugs should be reported to help@hdfgroup.org.