From 4762998d681767420c0fb7773a200923aa5fb333 Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Mon, 25 Sep 2023 11:04:10 -0500 Subject: [PATCH 1/2] Remove h5dwalk.1 man page. --- config/cmake/ConfigureChecks.cmake | 4 +-- utils/tools/h5dwalk/h5dwalk.1 | 42 ------------------------------ 2 files changed, 2 insertions(+), 44 deletions(-) delete mode 100644 utils/tools/h5dwalk/h5dwalk.1 diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake index f847457f5a0..2cfbd0a7ed9 100644 --- a/config/cmake/ConfigureChecks.cmake +++ b/config/cmake/ConfigureChecks.cmake @@ -843,8 +843,8 @@ if (HDF5_BUILD_FORTRAN) " ) - C_RUN ("maximum decimal precision for C" ${PROG_SRC} PROG_RES PROG_OUTPUT4) - message (STATUS "Testing maximum decimal precision for C - ${PROG_OUTPUT4}") + # C_RUN ("maximum decimal precision for C" ${PROG_SRC} PROG_RES PROG_OUTPUT4) + # message (STATUS "Testing maximum decimal precision for C - ${PROG_OUTPUT4}") # dnl The output from the above program will be: # dnl -- long double decimal precision -- __float128 decimal precision diff --git a/utils/tools/h5dwalk/h5dwalk.1 b/utils/tools/h5dwalk/h5dwalk.1 deleted file mode 100644 index eb0e5e83629..00000000000 --- a/utils/tools/h5dwalk/h5dwalk.1 +++ /dev/null @@ -1,42 +0,0 @@ -.TH "h5dwalk" 1 -.SH NAME -h5dwalk \- Provides a means of extending HDF5 tools by using parallelism on groups of files. -.SH SYNOPSIS -h5dwalk [OPTIONS] -T h5tool [H5TOOL_options...] -.SH DESCRIPTION -h5dwalk utilizes the mpiFileUtils library to invoke a selected HDF5 tool on a collection of files. The mpiFileUtils library provides the facilities to walk directory trees and provide a selection of files contained therein. This selection can be filtered in various ways. At present, h5dwalk filters the original file selection to include only HDF5 formatted files. The resulting collection or collections can be utilized as the file inputs to the selected h5tool. -.SH OPTIONS -.TP -.B \-h -or -.B \-\-help -Print a usage message and exit. -.TP -.B \-i -or -.B \-\-input filename -Read command input from a file. Not yet implemented. -.TP -.B \-o -or -.B \-\-output filename -Captures the hdf5 tool output into a named file. -.TP -.B \-l -or -.B \-\-log [file] -Captures hdf5 tool output into a individual log files. If an optional file (directory) is specified, then output from all tool instances will be written in the given file directory. Without the optional filename, each tool instance output will be captured in a new log file whose name is associated with the hdf5 tool that was run and is written in the current working directory. -.TP -.B \-E -or -.B \-\-error [file] -Show all HDF5 error reporting. Behavior is similar to --log, i.e. errors can either be logged in a single named file or in individual tool specific files. Not yet implemented. -.TP -.B \-T -or -.B \-\-tool hdf5_tool -Specifies the hdf5 tool that should be invoked for each file in a collection of files. The collection consists of individual HDF5 files found by walking a specified directory tree which is used in place of the normal tool filename argument. The '-T' option should appear on the command line just prior to the HDF5 tool argument options. -.TP -.SH "SEE ALSO" -\&\fIh5dump\fR\|(1), \fIh5diff\fR\|(1), \fIh5repart\fR\|(1), \fIh5diff\fR\|(1), -\&\fIh5import\fR\|(1), \fIgif2h5\fR\|(1), \fIh52gif\fR\|(1), \fIh5perf\fR\|(1) From ce678faec2e61e4df1a7b2a4b963317893129a3b Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Mon, 25 Sep 2023 11:07:12 -0500 Subject: [PATCH 2/2] Restore cmake config change. --- config/cmake/ConfigureChecks.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake index 2cfbd0a7ed9..f847457f5a0 100644 --- a/config/cmake/ConfigureChecks.cmake +++ b/config/cmake/ConfigureChecks.cmake @@ -843,8 +843,8 @@ if (HDF5_BUILD_FORTRAN) " ) - # C_RUN ("maximum decimal precision for C" ${PROG_SRC} PROG_RES PROG_OUTPUT4) - # message (STATUS "Testing maximum decimal precision for C - ${PROG_OUTPUT4}") + C_RUN ("maximum decimal precision for C" ${PROG_SRC} PROG_RES PROG_OUTPUT4) + message (STATUS "Testing maximum decimal precision for C - ${PROG_OUTPUT4}") # dnl The output from the above program will be: # dnl -- long double decimal precision -- __float128 decimal precision