summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-07-01 17:38:56 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-07-01 17:38:56 (GMT)
commit8a01a8bb0a9c1616ca525a84a4d77997cdf61801 (patch)
tree16e43803735b20278853f2f006b3bfc678bdd4e8 /release_docs
parent29b3bd1fe0a5ab01df072d411ac8b0339fd3ff20 (diff)
downloadhdf5-8a01a8bb0a9c1616ca525a84a4d77997cdf61801.zip
hdf5-8a01a8bb0a9c1616ca525a84a4d77997cdf61801.tar.gz
hdf5-8a01a8bb0a9c1616ca525a84a4d77997cdf61801.tar.bz2
[svn-r7134] Purpose:
Update Description: Updated the MPE feature mention so that it says "--with-mpe" instead of "--enable-mpe"
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1831d42..65ab733 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -38,10 +38,10 @@ Configuration:
--------------
The following flags have been added to the configuration script:
--enable-hdf5v1_4 Compile the HDF5 v1.4 compatibility interface
---enable-mpe Enable MPE instrumentation [default=no]
--enable-filters=all Turn on all internal I/O filters. One may also
specify a comma-separated list of filters or the
word no. The default is all internal I/O filters.
+--with-mpe=DIR Use MPE instrumentation [default=no]
--with-szlib=DIR Use szlib library for external szlib I/O filter
[default=no]
@@ -90,7 +90,7 @@ Library:
KY-2003/04/01
* Added Fletcher32 checksum as a filter in pipeline. It only works in
chunked dataset. SLU - 2003/2/11
- * MPICH/MPE instrumentation feature added. Use --enable-mpe to configure
+ * MPICH/MPE instrumentation feature added. Use --with-mpe[=DIR] to configure
it. AKC - 2003/1/3
* New functions H5Gget_num_objs, H5Gget_objname_by_idx and H5Gget_objtype_by_idx
are added to the library. SLU - 2002/11/25