summaryrefslogtreecommitdiffstats
path: root/tools/src/h5diff
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2024-02-13 15:06:33 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2024-02-14 22:11:04 (GMT)
commit1ac9bd3afb9a3f19d1193d2eb97ebd06f462ffe3 (patch)
treec7365ba70a8cd66c0d2a6be4b371eb1e25af1a2c /tools/src/h5diff
parentca789406691d76d8c796ea05304a16a4aca4fa6f (diff)
downloadhdf5-1ac9bd3afb9a3f19d1193d2eb97ebd06f462ffe3.zip
hdf5-1ac9bd3afb9a3f19d1193d2eb97ebd06f462ffe3.tar.gz
hdf5-1ac9bd3afb9a3f19d1193d2eb97ebd06f462ffe3.tar.bz2
Fix some output issues with ph5diff (#4008)
Diffstat (limited to 'tools/src/h5diff')
-rw-r--r--tools/src/h5diff/ph5diff_main.c3
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 {