summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2002-05-02 21:44:39 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2002-05-02 21:44:39 (GMT)
commit58d1f756b7e139a3f7dc59e7fef40a5fa02eaaa3 (patch)
tree5cff42f5c5886fb742e05075fb0af5706cea7939 /doc
parentcfbe8220230fc6641e6cd515795f0a786c92b2f5 (diff)
downloadhdf5-58d1f756b7e139a3f7dc59e7fef40a5fa02eaaa3.zip
hdf5-58d1f756b7e139a3f7dc59e7fef40a5fa02eaaa3.tar.gz
hdf5-58d1f756b7e139a3f7dc59e7fef40a5fa02eaaa3.tar.bz2
[svn-r5340]
Purpose: Bugfixes -- Fixes #657. Addresses #720 (but does not complete it). Description: H5Pset_fapl_split: Added note re checking on use of this driver, i.e., that H5Pget_driver returns H5FD_MULTI. Fixes Bug #657. Minor copy edits, including some addressed in Bug #720. Platforms tested: IE 5
Diffstat (limited to 'doc')
-rw-r--r--doc/html/RM_H5P.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html
index f3e5906..0cb9d21 100644
--- a/doc/html/RM_H5P.html
+++ b/doc/html/RM_H5P.html
@@ -2913,11 +2913,11 @@ facilitate moving easily between them.</i>
metadata to be written to separate files. These files are viewed
by the HDF5 library and the application as a single virtual HDF5 file
with a single HDF5 file address space.
- The types of data that can be broken out into separate file include
+ The types of data that can be broken out into separate files include
raw data, the superblock, B-tree data, global heap data,
local heap data, and object headers.
At the programmer's discretion, two or more types of data can be
- written the same file while other types of data are written to
+ written to the same file while other types of data are written to
separate files.
<p>
The array <code>memb_map</code> maps memory usage types to other
@@ -3203,6 +3203,13 @@ facilitate moving easily between them.</i>
<p>
<code>raw_plist_id</code> is the file access property list identifier
for the raw data file.
+ <p>
+ If a user wishes to check to see whether this driver is in use,
+ the user must call <code>H5Pget_driver</code> and compare the
+ returned value to the string <code>H5FD_MULTI</code>.
+ A positive match will confirm that the multi driver is in use;
+ HDF5 provides no mechanism to determine whether it was called
+ as the special case invoked by <code>H5Pset_fapl_split</code>.
<dt><strong>Parameters:</strong>
<dl>
<dt>
@@ -3989,7 +3996,7 @@ H5P&nbsp;&nbsp;
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<br>
-Last modified: 16 January 2002
+Last modified: 25 April 2002
<br>
Describes HDF5 Release 1.4.3, February 2002