Last modified: 10 May 2013
Tool Name: h5redeploy
Syntax:
h5redeploy [help | -help]
h5redeploy [-echo] [-force] [-prefix=dir] [-exec-prefix=dir] [-libdir=dir] [-includedir=dir] [-tool=tool] [-show]

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

Description:
h5redeploy updates the HDF5 compiler tools after the HDF5 software has been installed in a new location.

Options and Parameters:
help, -help Prints a help message.
-echo Shows all the shell commands executed.
-force Performs the requested action without offering any prompt requesting confirmation.
-prefix=dir Specifies 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=dir Specifies a new directory for the HDF5 lib/ directory.
(Default: exec-prefix/lib)
-includedir=dir Specifies a new directory for the HDF5 include/ directory.
(Default: prefix/include)
-tool=tool Specifies the tool to update.
tool must be in the current directory and must be writable.
(Default: h5cc h5pcc h5fc h5pfc h5c++)
-show Shows all of the shell commands to be executed without actually executing them.

Exit Status:
0 Succeeded.
> 0     An error occurred.

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