diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-06-14 20:16:27 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-06-14 20:16:27 (GMT) |
commit | 59336d339b0295d2e86946028042a8005c8b589e (patch) | |
tree | 133d77102278350e09b2f10414fd69c813da4c43 /release_docs/INSTALL | |
parent | a31e264f8923ba7ea89fefceb7bce7ada4679ee7 (diff) | |
download | hdf5-59336d339b0295d2e86946028042a8005c8b589e.zip hdf5-59336d339b0295d2e86946028042a8005c8b589e.tar.gz hdf5-59336d339b0295d2e86946028042a8005c8b589e.tar.bz2 |
[svn-r12413] Purpose:
Bug fix
Description:
Changed the semantics of --enable-stream-vfd and --enable-shared.
Both are now disabled by default when parallel HDF5 is being built.
Solution:
Both shared and stream-vfd are disabled by default in parallel, but can
be enabled explicitly if the user chooses.
Before, shared was always enabled by default and stream-vfd was
always disabled in parallel.
Platforms tested:
heping, mir (configuration change only)
Diffstat (limited to 'release_docs/INSTALL')
-rw-r--r-- | release_docs/INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index d9f1dae..4c584e6 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -484,7 +484,9 @@ compiles the "stream" Virtual File Driver into the main library. See the documentation on the Virtual File Layer for more details about the use of this driver. The network stream capability is - enabled by default. + enabled by default, except for use in parallel or with a parallel + compiler, where it is disabled. Explicitly enabling Stream-VFD + will allow for its use in parallel. 5.4. Building The library, confidence tests, and programs can be build by |