summaryrefslogtreecommitdiffstats
path: root/testpar/t_2Gio.c
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-09-01 04:34:57 (GMT)
committerGitHub <noreply@github.com>2023-09-01 04:34:57 (GMT)
commit896270cc6b4f14379f0b9d66c74a538235259225 (patch)
treee0a6d38b78802932eb791a9ef70d7696ae8ccb6f /testpar/t_2Gio.c
parentb0333a0f541086f4868d782ac5f8902fc0f43b62 (diff)
downloadhdf5-896270cc6b4f14379f0b9d66c74a538235259225.zip
hdf5-896270cc6b4f14379f0b9d66c74a538235259225.tar.gz
hdf5-896270cc6b4f14379f0b9d66c74a538235259225.tar.bz2
Removed all the ranks printing out testing information (#3457)
Diffstat (limited to 'testpar/t_2Gio.c')
-rw-r--r--testpar/t_2Gio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/t_2Gio.c b/testpar/t_2Gio.c
index 1edec56..a6e8560 100644
--- a/testpar/t_2Gio.c
+++ b/testpar/t_2Gio.c
@@ -4278,6 +4278,8 @@ main(int argc, char **argv)
MPI_Comm_size(test_comm, &mpi_size);
MPI_Comm_rank(test_comm, &mpi_rank);
+ mpi_rank_framework_g = mpi_rank;
+
memset(filenames, 0, sizeof(filenames));
dim0 = BIG_X_FACTOR;