diff options
Diffstat (limited to 'tools/h5diff/h5diff_main.c')
-rw-r--r-- | tools/h5diff/h5diff_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/h5diff/h5diff_main.c b/tools/h5diff/h5diff_main.c index 5c15d16..1c1823a 100644 --- a/tools/h5diff/h5diff_main.c +++ b/tools/h5diff/h5diff_main.c @@ -71,6 +71,7 @@ int main(int argc, const char *argv[]) #ifdef H5_HAVE_PARALLEL MPI_Status Status; + outBuffOffset = 0; #endif /* See what we were called as to determine whether to run serial or parallel version @@ -266,7 +267,9 @@ int main(int argc, const char *argv[]) if (!options.err_stat) { print_found(nfound); +#ifdef H5_HAVE_PARALLEL print_manager_output(); +#endif } } } |