Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Content Layer
id1195548671
Content Column
width50.00001%
id1195578110
classrm_pagetree_col mobile-hide
Content Block
id1195578111
 
Content Column
width50.00001%
id1195548673
classhdf-rm-main-column
Content Block
id1195548672

Include Content
render-without-blockstrue
page.rm-navbar
HTML Wrap
classhdf-print-only

Page Title

HTML Wrap
classhdf-rm-summary-block

Hdf rm anchor
AnchorNamesummary

Excerpt

Repartitions a file or family of files

HTML Wrap
classhdf-rm-content-block
Hdf rm anchor
AnchorNamesyntax
Syntax:
HTML Wrap
classhdf-rm-section
HTML
<pre><code class="language-bash">h5repart [-v] [-V] [-[b|m]N[g|m|k]] [-family_to_single][-family_to_sec2] source_file dest_file</code></pre>

Hdf rm anchor
AnchorNamedescription

Description:
HTML Wrap
classhdf-rm-section

h5repart 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. h5repart can also be used to copy a single file to a single file with holes. At this stage, h5repart cannot split a single non-family file into a family of file(s).

To convert a family of files to a single non-family file such as sec2, log VFD, or Windows VFD, the -family_to_single option must be used. (Please note that as of HDF5-1.10.5, the -family_to_sec2 option has been deprecated in favor of -family_to_single.)

Sizes associated with the -b and -m options may be suffixed with g for gigabytes, m for megabytes, or k for kilobytes.

File family names include an integer printf format such as %d.

Hdf rm anchor
AnchorNameoptparms

Options and Parameters:
HTML Wrap
classhdf-rm-section
-vProduce verbose output
-VPrint a version number and exit
-bNThe I/O block size, defaults to 1kB
-mNThe destination member size or 1GB
-family_to_singleConvert file driver from family to single non-family file such as sec2, log VFD, or Windows VFD
-family_to_sec2   Identical to --family-to-single for sec2 (this option was deprecated in 1.10.5)
source_file    The name of the source file
dest_fileThe name of the destination files

Hdf rm anchor
AnchorNameexitstatus

Exit Status:
HTML Wrap
classhdf-rm-section
0Succeeded.
> 0    An error occurred.
History:
HTML Wrap
classhdf-rm-section
Release    Change
1.10.5The -family_to_single command line argument was added, and -family_to_sec2 was deprecated.