diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-02-02 03:32:41 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-02-02 03:32:41 (GMT) |
commit | 233319898db1bc7e8e28c150e55c9dcc7f068d82 (patch) | |
tree | d43f20aab2c9716e9756360ffc1adc2ea888ab71 /release_docs | |
parent | 0ce42d9ed905b0d28c8afa1e33c67fb1cdaaab8b (diff) | |
download | hdf5-233319898db1bc7e8e28c150e55c9dcc7f068d82.zip hdf5-233319898db1bc7e8e28c150e55c9dcc7f068d82.tar.gz hdf5-233319898db1bc7e8e28c150e55c9dcc7f068d82.tar.bz2 |
[svn-r8143] Purpose:
New Feature. (Contributed by Robb)
Description:
Allow h5ls to specify a VFL with the '--vfl=' command line flag.
Add MPI-I/O & MPI-POSIX VFL drivers to list of drivers available for
h5ls and h5dump.
Platforms tested:
FreeBSD 4.9 (sleipnir) w/parallel
h5committested
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7252b88..16b7641 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -77,6 +77,10 @@ New Features Tools: ------ + - Added the MPI-I/O and MPI-POSIX drivers to the list of VFL drivers + available for h5dump and h5ls + - Added option --vfd= to h5ls to allow a VFL driver to be selected + by a user. - Added option -showconfig to compiler tools (h5cc,h5fc,h5c++). AKC - 2004/01/08 - Install the "h5cc" and "h5fc" tools as "h5pcc" and "h5pfc" |