diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-11-04 18:10:59 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-11-04 18:10:59 (GMT) |
commit | bfbfda0cae28482357408b1020dfeebd4d0ba217 (patch) | |
tree | 3ae8f9cd210105429997c9b4e56bba62fe8fb8fb /release_docs | |
parent | 5e835237bed01840bc750d7972ba8ed2c982b3f6 (diff) | |
download | hdf5-bfbfda0cae28482357408b1020dfeebd4d0ba217.zip hdf5-bfbfda0cae28482357408b1020dfeebd4d0ba217.tar.gz hdf5-bfbfda0cae28482357408b1020dfeebd4d0ba217.tar.bz2 |
[svn-r7816] Purpose:
Improvement
Description:
If the library is built in parallel mode, then name the "h5cc" and
"h5fc" programs "h5pcc" and "h5pfc" resp. This saves the user from
worrying about mixing serial and parallel builds of the library and
having to specify the pathnames and so-forth.
Platforms tested:
Linux (w/ parallel & Fortran)
Modi4 (w/ parallel & Fortran)
Sol (Serial & Fortran & C++)
Misc. update:
Updated release/docs/RELEASE
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 39746ca..6cc21c8 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -65,6 +65,9 @@ New Features Tools: ------ + - Install the "h5cc" and "h5fc" tools as "h5pcc" and "h5pfc" + respectively if library is built in parallel mode. + WCW - 2003/11/04 - Changed output of "OID"s from h5dump from "<number>-<number>" to "<number". This affects both the "regular" and XML output. QAK - 2003/08/08 @@ -92,7 +95,7 @@ Bug Fixes since HDF5-1.6.0 release were not correctly handled, causing core dumps. QAK - 2003/10/25 - Fixed incorrect datatype of the third parameter to the Fortran90 h5pset(get)_cache_f subroutine (INTEGER to INTEGER(SIZE_T)) - EIP - 2003/10/13 + EIP - 2003/10/13 - Fixed problems with accessing variable-length data datatypes on Crays. QAK - 2003/10/10 - Fixed potential file corruption bug when too many object header @@ -169,11 +172,11 @@ Bug Fixes since HDF5-1.6.0 release Tools ----- - - Fixed h5redeploy which sometimes complain too many argument for the - test command. (The complain did not hinder the h5redploy to proceed - correctly.) AKC - 2003/11/03 - - Fixed a segmentation fault of h5diff when percentage option is used. - AKC - 2003/08/27 + - Fixed h5redeploy which sometimes complain too many argument for the + test command. (The complain did not hinder the h5redploy to + proceed correctly.) AKC - 2003/11/03 + - Fixed a segmentation fault of h5diff when percentage option is used. + AKC - 2003/08/27 - Switched away from tools using internal "fixtype" function(s) to use H5Tget_native_type() internally. QAK - 2003/08/25 |