diff options
author | Richard Warren <Richard.Warren@hdfgroup.org> | 2019-12-06 14:33:55 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:19 (GMT) |
commit | 41eada6dac6c2a44d32a5b7f89fe47ae52fb2838 (patch) | |
tree | a3af1760c47a75ba8da07324e05a54373f27b50a /tools | |
parent | 62639a4568585802efd7a40878a7a15ae1c6cf15 (diff) | |
download | hdf5-41eada6dac6c2a44d32a5b7f89fe47ae52fb2838.zip hdf5-41eada6dac6c2a44d32a5b7f89fe47ae52fb2838.tar.gz hdf5-41eada6dac6c2a44d32a5b7f89fe47ae52fb2838.tar.bz2 |
Remove the Copyright UofI per Larry's guidance
Diffstat (limited to 'tools')
-rw-r--r-- | tools/src/h5diff/ph5diff_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/src/h5diff/ph5diff_main.c b/tools/src/h5diff/ph5diff_main.c index 380ab3b..f61322c 100644 --- a/tools/src/h5diff/ph5diff_main.c +++ b/tools/src/h5diff/ph5diff_main.c @@ -176,6 +176,7 @@ ph5diff_worker(int nID) /* Recv parameters for diff from manager task */ MPI_Recv(&args, sizeof(args), MPI_BYTE, 0, MPI_TAG_ARGS, MPI_COMM_WORLD, &Status); + HDprintf("[%d] Recv complete: diff'ing object - %s\n", nID, args.name1); /* Do the diff */ diffs.nfound = diff(file1_id, args.name1, file2_id, args.name2, &(args.opts), &(args.argdata)); |