summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-10-19 13:14:20 (GMT)
committerGitHub <noreply@github.com>2023-10-19 13:14:20 (GMT)
commitc4a146efc40c66de7d06a387465c9f7ea9b2e280 (patch)
treefbe2233555745a2ad55f5905241e3b493106bf42 /tools/lib
parent29c1c02300c00deb2584e672041b3775b11aaf87 (diff)
downloadhdf5-c4a146efc40c66de7d06a387465c9f7ea9b2e280.zip
hdf5-c4a146efc40c66de7d06a387465c9f7ea9b2e280.tar.gz
hdf5-c4a146efc40c66de7d06a387465c9f7ea9b2e280.tar.bz2
Fix issue with unmatched messages in ph5diff (#3719)
Diffstat (limited to 'tools/lib')
-rw-r--r--tools/lib/h5diff.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c
index 924f9f3..15f2a14 100644
--- a/tools/lib/h5diff.c
+++ b/tools/lib/h5diff.c
@@ -1485,9 +1485,6 @@ diff_match(hid_t file1_id, const char *grp1, trav_info_t *info1, hid_t file2_id,
} /* end else */
} /* end while */
- for (i = 1; (int)i < g_nTasks; i++)
- MPI_Send(NULL, 0, MPI_BYTE, (int)i, MPI_TAG_END, MPI_COMM_WORLD);
-
/* Print any final data waiting in our queue */
print_incoming_data();
} /* end if */