summaryrefslogtreecommitdiffstats
path: root/testpar/t_shapesame.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_shapesame.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_shapesame.c')
-rw-r--r--testpar/t_shapesame.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/t_shapesame.c b/testpar/t_shapesame.c
index d9cd20c..6587190 100644
--- a/testpar/t_shapesame.c
+++ b/testpar/t_shapesame.c
@@ -4260,6 +4260,8 @@ main(int argc, char **argv)
MPI_Comm_size(MPI_COMM_WORLD, &mpi_size);
MPI_Comm_rank(MPI_COMM_WORLD, &mpi_rank);
+ mpi_rank_framework_g = mpi_rank;
+
dim0 = ROW_FACTOR * mpi_size;
dim1 = COL_FACTOR * mpi_size;