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

Updates HDF5 compiler tools after an HDF5 software installation in a new location

HTML Wrap
classhdf-rm-content-block
Hdf rm anchor
AnchorNamesyntax
Syntax:
HTML Wrap
classhdf-rm-section
HTML
<pre><code class="language-bash">h5redeploy [help | -help]
h5redeploy [-echo] [-force] [-prefix=dir] [-exec-prefix=dir] [-libdir=dir] [-includedir=dir] [-tool=tool] [-show]</code></pre>

Hdf rm anchor
AnchorNamedescription

Description:
HTML Wrap
classhdf-rm-section
h5redeploy updates the HDF5 compiler tools after the HDF5 software has been installed in a new location.

Hdf rm anchor
AnchorNameoptparms

Options and Parameters:
HTML Wrap
classhdf-rm-section
help, -helpPrints a help message.
-echoShows all the shell commands executed.
-forcePerforms the requested action without offering any prompt requesting confirmation.
-prefix=dirSpecifies a new directory in which to find the HDF5 subdirectories lib/ and include/. 
(Default: current working directory)
-exec-prefix=dir 
                  
Specifies a new directory in which to find the HDF5 lib/ subdirectory. 
(Default: prefix)
-libdir=dirSpecifies a new directory for the HDF5 lib/ directory. 
(Default: exec-prefix/lib)
-includedir=dirSpecifies a new directory for the HDF5 include/ directory. 
(Default: prefix/include)
-tool=toolSpecifies the tool to update. 
tool must be in the current directory and must be writable. 
(Default: h5cc h5pcc h5fc h5pfc h5c++)
-showShows all of the shell commands to be executed without actually executing them.

Hdf rm anchor
AnchorNameexitstatus

Exit Status:
HTML Wrap
classhdf-rm-section
0Succeeded.
> 0    An error occurred.

Hdf rm anchor
AnchorNamehistory

History:
HTML Wrap
classhdf-rm-section
Command Line Tool
Release    Change
1.8.11-exec-prefix, -libdir, and -includedir options added.
1.8.5Tool exit status codes updated.
1.6.0Tool introduced in this release.