mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r5726] Snapshot version 1.5 release 30
This commit is contained in:
parent
d059a941bc
commit
099ae67264
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.5.30 currently under development
|
||||
HDF5 version 1.5.31 currently under development
|
||||
Please refer to the release_docs/INSTALL file for installation instructions.
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
18
c++/configure
vendored
18
c++/configure
vendored
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in.
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53 for HDF5 C++ 1.5.30.
|
||||
# Generated by GNU Autoconf 2.53 for HDF5 C++ 1.5.31.
|
||||
#
|
||||
# Report bugs to <hdfhelp@ncsa.uiuc.edu>.
|
||||
#
|
||||
@ -416,8 +416,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='HDF5 C++'
|
||||
PACKAGE_TARNAME='hdf5-c--'
|
||||
PACKAGE_VERSION='1.5.30'
|
||||
PACKAGE_STRING='HDF5 C++ 1.5.30'
|
||||
PACKAGE_VERSION='1.5.31'
|
||||
PACKAGE_STRING='HDF5 C++ 1.5.31'
|
||||
PACKAGE_BUGREPORT='hdfhelp@ncsa.uiuc.edu'
|
||||
|
||||
ac_unique_file="src/H5Library.cpp"
|
||||
@ -934,7 +934,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures HDF5 C++ 1.5.30 to adapt to many kinds of systems.
|
||||
\`configure' configures HDF5 C++ 1.5.31 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -995,7 +995,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of HDF5 C++ 1.5.30:";;
|
||||
short | recursive ) echo "Configuration of HDF5 C++ 1.5.31:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1095,7 +1095,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
HDF5 C++ configure 1.5.30
|
||||
HDF5 C++ configure 1.5.31
|
||||
generated by GNU Autoconf 2.53
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
||||
@ -1110,7 +1110,7 @@ cat >&5 <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by HDF5 C++ $as_me 1.5.30, which was
|
||||
It was created by HDF5 C++ $as_me 1.5.31, which was
|
||||
generated by GNU Autoconf 2.53. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -8606,7 +8606,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by HDF5 C++ $as_me 1.5.30, which was
|
||||
This file was extended by HDF5 C++ $as_me 1.5.31, which was
|
||||
generated by GNU Autoconf 2.53. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -8660,7 +8660,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
HDF5 C++ config.status 1.5.30
|
||||
HDF5 C++ config.status 1.5.31
|
||||
configured by $0, generated by GNU Autoconf 2.53,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
@ -18,7 +18,7 @@ dnl
|
||||
dnl NOTE: Don't forget to change the version number here when we do a
|
||||
dnl release!!!
|
||||
dnl
|
||||
AC_INIT([HDF5 C++], [1.5.30], [hdfhelp@ncsa.uiuc.edu])
|
||||
AC_INIT([HDF5 C++], [1.5.31], [hdfhelp@ncsa.uiuc.edu])
|
||||
AC_CONFIG_SRCDIR([src/H5Library.cpp])
|
||||
|
||||
AC_CONFIG_AUX_DIR([../bin])
|
||||
|
18
configure
vendored
18
configure
vendored
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in.
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53 for HDF5 1.5.30.
|
||||
# Generated by GNU Autoconf 2.53 for HDF5 1.5.31.
|
||||
#
|
||||
# Report bugs to <hdfhelp@ncsa.uiuc.edu>.
|
||||
#
|
||||
@ -416,8 +416,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='HDF5'
|
||||
PACKAGE_TARNAME='hdf5'
|
||||
PACKAGE_VERSION='1.5.30'
|
||||
PACKAGE_STRING='HDF5 1.5.30'
|
||||
PACKAGE_VERSION='1.5.31'
|
||||
PACKAGE_STRING='HDF5 1.5.31'
|
||||
PACKAGE_BUGREPORT='hdfhelp@ncsa.uiuc.edu'
|
||||
|
||||
ac_unique_file="src/H5.c"
|
||||
@ -923,7 +923,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures HDF5 1.5.30 to adapt to many kinds of systems.
|
||||
\`configure' configures HDF5 1.5.31 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -984,7 +984,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of HDF5 1.5.30:";;
|
||||
short | recursive ) echo "Configuration of HDF5 1.5.31:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1114,7 +1114,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
HDF5 configure 1.5.30
|
||||
HDF5 configure 1.5.31
|
||||
generated by GNU Autoconf 2.53
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
||||
@ -1129,7 +1129,7 @@ cat >&5 <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by HDF5 $as_me 1.5.30, which was
|
||||
It was created by HDF5 $as_me 1.5.31, which was
|
||||
generated by GNU Autoconf 2.53. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -29924,7 +29924,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by HDF5 $as_me 1.5.30, which was
|
||||
This file was extended by HDF5 $as_me 1.5.31, which was
|
||||
generated by GNU Autoconf 2.53. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -29986,7 +29986,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
HDF5 config.status 1.5.30
|
||||
HDF5 config.status 1.5.31
|
||||
configured by $0, generated by GNU Autoconf 2.53,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
@ -16,7 +16,7 @@ dnl
|
||||
dnl NOTE: Don't forget to change the version number here when we do a
|
||||
dnl release!!!
|
||||
dnl
|
||||
AC_INIT([HDF5], [1.5.30], [hdfhelp@ncsa.uiuc.edu])
|
||||
AC_INIT([HDF5], [1.5.31], [hdfhelp@ncsa.uiuc.edu])
|
||||
AC_CONFIG_SRCDIR([src/H5.c])
|
||||
AC_CONFIG_HEADER([src/H5config.h])
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.5.29 released on Sat Jun 1 23:08:45 CDT 2002
|
||||
HDF5 version 1.5.30 released on Sat Jun 29 03:47:35 CDT 2002
|
||||
================================================================================
|
||||
|
||||
|
||||
@ -35,7 +35,29 @@ Bug Fixes since HDF5-1.4.0
|
||||
|
||||
Library
|
||||
-------
|
||||
|
||||
* Fixed bug in parallel I/O routines where a collective I/O which used
|
||||
MPI derived types, followed by an independent I/O would cause the library
|
||||
to hang. QAK 2002/06/24
|
||||
* Fixed bug in chunking routines where they were using internal allocation
|
||||
free routines, instead of malloc/free, preventing user filters from
|
||||
working correctly. Chunks are now allocated/freed with malloc/free and
|
||||
so should the chunks in user filters. QAK 2002/06/18
|
||||
* Fixed bug where regular hyperslab selection could get incorrectly
|
||||
transferred when the number of elements in a row did not fit evenly
|
||||
into the buffer provided. QAK 2002/06/12
|
||||
* Fixed bug (#499) which allowed an "empty" compound or enumerated datatype
|
||||
(one with no members) to be used to create a dataset or committed to a
|
||||
file. QAK - 2002/06/11
|
||||
* Fixed bug (#777) which allowed a compound datatype to be inserted into
|
||||
itself. QAK - 2002/06/10
|
||||
* Fixed bug (#789) where creating 1-D dataset region reference caused the
|
||||
library to go into infinite loop. QAK - 2002/06/10
|
||||
* Fixed bug (#699, fix provided by a user) where a scalar dataspace was
|
||||
written to the file and then subsequently queried with the
|
||||
H5Sget_simple_extent_type function, type was reported H5S_SIMPLE instead
|
||||
of H5S_SCALAR. EIP - 2002/06/04
|
||||
* Clear symbol table node "dirty" flag when flushing symbol tables to
|
||||
disk, to reduce I/O calls made & improve performance. QAK - 2002/06/03
|
||||
* Fixed bug where an object's header could get corrupted in certain obscure
|
||||
situations where many objects were created in the file. QAK - 2002/05/31
|
||||
* Fixed bug where read/write intent in file IDs created with H5Freopen
|
||||
@ -166,6 +188,30 @@ Documentation
|
||||
New Features
|
||||
============
|
||||
|
||||
* Added environment variable flag to control whether creating MPI derived
|
||||
typed is preferred or not. This can affect performance, depending on
|
||||
which way the MPI-I/O library is optimized for. The default is set to
|
||||
prefer MPI derived types for collective raw data transfers, setting the
|
||||
HDF5_MPI_PREFER_DERIVED_TYPES environment variable to "0" (i.e.:
|
||||
"setenv HDF5_MPI_PREFER_DERIVED_TYPES 0") changes the preference to avoid
|
||||
using then whenever possible. QAK - 2002/06/19
|
||||
* Changed MPI I/O routines to avoid creating MPI derived types (and thus
|
||||
needing to set the file view) for contiguous selections within datasets,
|
||||
which should result in some performance improvement for those types of
|
||||
selections. QAK - 2002/06/18
|
||||
* Enable MPI type support for collective I/O to be enabled by default.
|
||||
This can be disabled by setting the HDF5_MPI_OPT_TYPES environment
|
||||
variable to the value "0". QAK - 2002/06/14
|
||||
* Allow chunks in chunked datasets to be cached when parallel file is
|
||||
opened for read-only access (bug #709). QAK - 2002/06/10
|
||||
* Added internal "small data" aggregation, which can reduce the number of
|
||||
actual I/O calls made, improving performance. QAK - 2002/06/05
|
||||
* Improved internal metadata aggregation, which can reduce the number of
|
||||
actual I/O calls made, improving performance. Additionally, this can
|
||||
reduce the size of files produced. QAK - 2002/06/04
|
||||
* Improved internal metadata caching, which can reduce the number of actual
|
||||
I/O calls made by a substantial amount, improving
|
||||
performance. QAK - 2002/06/03
|
||||
* Added 'closing' parameter to VFL 'flush' callback function and H5FDflush.
|
||||
This allows the library to indicate that the file will be closed
|
||||
immediately following the call to 'flush' and can be used to avoid actions
|
||||
@ -280,9 +326,9 @@ New Features
|
||||
7 and contains the sizes of the data buffer dimensions.
|
||||
- F90 subroutines h5dwrite_f, h5dread_f, h5awrite_f and h5aread_f were
|
||||
overloaded with "dims" argument to be assumed size array of type
|
||||
INTEGER(HSIZE_T). We recommend to use the subroutines with the new type.
|
||||
Module subroutines that accept "dims" as INTEGER array of size 7 will be
|
||||
depricated in 1.6 release.
|
||||
INTEGER(HSIZE_T). We recommend to use the subroutines with the new
|
||||
type. Module subroutines that accept "dims" as INTEGER array of size
|
||||
7 will be deprecated in 1.6 release.
|
||||
EIP - 2002/05/06
|
||||
* C++ API:
|
||||
- Added two new member functions: Exception::getFuncName() and
|
||||
@ -310,8 +356,8 @@ Platforms Tested
|
||||
Cray Fortran Version 3.4.0.2
|
||||
Cray SV1 sn9605 10.0.0.7 Cray Standard C Version 6.4.0.0
|
||||
Cray Fortran Version 3.4.0.2
|
||||
FreeBSD 4.3 gcc 2.95.2
|
||||
g++ 2.95.2
|
||||
FreeBSD 4.6 gcc 2.95.4
|
||||
g++ 2.95.4
|
||||
HP-UX B.10.20 HP C HP92453-01 A.10.32.30
|
||||
HP-UX B.11.00 HP C HP92453-01 A.11.00.13
|
||||
HP C HP92453-01 A.11.01.20
|
||||
|
18
fortran/configure
vendored
18
fortran/configure
vendored
@ -1,7 +1,7 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in.
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.53 for HDF5 Fortran 1.5.30.
|
||||
# Generated by GNU Autoconf 2.53 for HDF5 Fortran 1.5.31.
|
||||
#
|
||||
# Report bugs to <hdfhelp@ncsa.uiuc.edu>.
|
||||
#
|
||||
@ -416,8 +416,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='HDF5 Fortran'
|
||||
PACKAGE_TARNAME='hdf5-fortran'
|
||||
PACKAGE_VERSION='1.5.30'
|
||||
PACKAGE_STRING='HDF5 Fortran 1.5.30'
|
||||
PACKAGE_VERSION='1.5.31'
|
||||
PACKAGE_STRING='HDF5 Fortran 1.5.31'
|
||||
PACKAGE_BUGREPORT='hdfhelp@ncsa.uiuc.edu'
|
||||
|
||||
ac_unique_file="src/HDF5.f90"
|
||||
@ -922,7 +922,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures HDF5 Fortran 1.5.30 to adapt to many kinds of systems.
|
||||
\`configure' configures HDF5 Fortran 1.5.31 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@ -983,7 +983,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of HDF5 Fortran 1.5.30:";;
|
||||
short | recursive ) echo "Configuration of HDF5 Fortran 1.5.31:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@ -1081,7 +1081,7 @@ fi
|
||||
test -n "$ac_init_help" && exit 0
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
HDF5 Fortran configure 1.5.30
|
||||
HDF5 Fortran configure 1.5.31
|
||||
generated by GNU Autoconf 2.53
|
||||
|
||||
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
|
||||
@ -1096,7 +1096,7 @@ cat >&5 <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by HDF5 Fortran $as_me 1.5.30, which was
|
||||
It was created by HDF5 Fortran $as_me 1.5.31, which was
|
||||
generated by GNU Autoconf 2.53. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
@ -8985,7 +8985,7 @@ _ASBOX
|
||||
} >&5
|
||||
cat >&5 <<_CSEOF
|
||||
|
||||
This file was extended by HDF5 Fortran $as_me 1.5.30, which was
|
||||
This file was extended by HDF5 Fortran $as_me 1.5.31, which was
|
||||
generated by GNU Autoconf 2.53. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@ -9047,7 +9047,7 @@ _ACEOF
|
||||
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
HDF5 Fortran config.status 1.5.30
|
||||
HDF5 Fortran config.status 1.5.31
|
||||
configured by $0, generated by GNU Autoconf 2.53,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
@ -24,7 +24,7 @@ dnl
|
||||
dnl NOTE: Don't forget to change the version number here when we do a
|
||||
dnl release!!!
|
||||
dnl
|
||||
AC_INIT([HDF5 Fortran], [1.5.30], [hdfhelp@ncsa.uiuc.edu])
|
||||
AC_INIT([HDF5 Fortran], [1.5.31], [hdfhelp@ncsa.uiuc.edu])
|
||||
AC_CONFIG_SRCDIR([src/HDF5.f90])
|
||||
AC_CONFIG_HEADER([src/H5config_fortran.h])
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
HDF5 version 1.5.30 currently under development
|
||||
HDF5 version 1.5.31 currently under development
|
||||
================================================================================
|
||||
|
||||
|
||||
|
@ -69,10 +69,10 @@
|
||||
/* Version numbers */
|
||||
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
|
||||
#define H5_VERS_MINOR 5 /* For minor interface/format changes */
|
||||
#define H5_VERS_RELEASE 30 /* For tweaks, bug-fixes, or development */
|
||||
#define H5_VERS_RELEASE 31 /* For tweaks, bug-fixes, or development */
|
||||
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
|
||||
/* Empty string for real releases. */
|
||||
#define H5_VERS_INFO "HDF5 library version: 1.5.30" /* Full version string */
|
||||
#define H5_VERS_INFO "HDF5 library version: 1.5.31" /* Full version string */
|
||||
|
||||
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
|
||||
H5_VERS_RELEASE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user