diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/RM_H5P.html | 10 | ||||
-rw-r--r-- | doc/html/Tools.html | 19 |
2 files changed, 22 insertions, 7 deletions
diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html index 2d0572a..bc6eae6 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -6799,8 +6799,14 @@ END SUBROUTINE h5pset_fapl_core_f <dd><code>H5Pset_fapl_family</code> sets the file access property list identifier, <code>fapl_id</code>, to use the family driver. <p> - <code>memb_size</code> is the size in bytes of each file member - and is used only when creating a new file. + <code>memb_size</code> is the size in bytes of each file member. This size + will be saved in the file when the property list <code>fapl_id</code> is used + to create a new file. If <code>fapl_id</code> is used to open an existing + file, <code>memb_size</code> has to be equal to the original size saved in + the file. A failure with an errror message indicating the correct member + size will be returned if <code>memb_size</code> does not match the size saved. + If any user does not know the original size, <code>H5F_FAMILY_DEFAULT</code> + can be passed in. The library will retrieve the correct size saved in the file. <p> <code>memb_fapl_id</code> is the identifier of the file access property list to be used for each family member. diff --git a/doc/html/Tools.html b/doc/html/Tools.html index 70f7735..afe27dd 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -893,16 +893,22 @@ installed with HDF5. [-v] [-V] [-[b|m]</code><em>N</em><code>[g|m|k]]</code> + [-family_to_sec2] <em>source_file dest_file</em> <dt><strong>Purpose:</strong> <dd>Repartitions a file or family of files. <dt><strong>Description:</strong> - <dd><code>h5repart</code> splits a single file into a family of - files, joins a family of files into a single file, or copies - one family of files to another while changing the size of the - family members. <code>h5repart</code> can also be used to - copy a single file to a single file with holes. + <dd><code>h5repart</code> joins a family of files into a single file, + or copies one family of files to another while changing the size + of the family members. <code>h5repart</code> can also be used to + copy a single file to a single file with holes. At this stage, + <code>h5repart</code> can not split a single non-family file into + a family of file(s). + <p> + To convert a family of file(s) to a single non-family file + (<code>sec2</code> file), the option <code>-family_to_sec2</code> + has to be used. <p> Sizes associated with the <code>-b</code> and <code>-m</code> options may be suffixed with <code>g</code> for gigabytes, @@ -926,6 +932,9 @@ installed with HDF5. <td valign="top"><code>-m</code><em>N</em></td> <td valign="top">The destination member size or 1GB</td></tr> <tr> + <td valign="top"><code>-family_to_sec2</code></td> + <td valign="top">Convert file driver from family to sec2</td></tr> + <tr> <td valign="top"><em>source_file </em></td> <td valign="top">The name of the source file</td></tr> <tr> |