diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2024-02-13 15:06:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 15:06:33 (GMT) |
commit | be956ea3021ac733dcc9cdec025ed87ea109fe33 (patch) | |
tree | 6b65d5cbea7851d6d8ef84e659203d526928ee08 /tools/src/h5diff | |
parent | d888cf99db491595d4bb82a8fb70d7f1fe5e85f3 (diff) | |
download | hdf5-be956ea3021ac733dcc9cdec025ed87ea109fe33.zip hdf5-be956ea3021ac733dcc9cdec025ed87ea109fe33.tar.gz hdf5-be956ea3021ac733dcc9cdec025ed87ea109fe33.tar.bz2 |
Fix some output issues with ph5diff (#4008)
Diffstat (limited to 'tools/src/h5diff')
-rw-r--r-- | tools/src/h5diff/ph5diff_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/src/h5diff/ph5diff_main.c b/tools/src/h5diff/ph5diff_main.c index f90bd48..98e0c1d 100644 --- a/tools/src/h5diff/ph5diff_main.c +++ b/tools/src/h5diff/ph5diff_main.c @@ -85,8 +85,9 @@ main(int argc, char *argv[]) MPI_Barrier(MPI_COMM_WORLD); - print_info(&opts); print_manager_output(); + + print_info(&opts); } /* All other tasks become workers and wait for assignments. */ else { |