summaryrefslogtreecommitdiffstats
path: root/testpar/t_mpi.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-05-13 14:20:04 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-05-13 14:20:04 (GMT)
commit3e628120ceee554636eda775269b4f0ca914c140 (patch)
treeeade4013722654698ab2380605bbb0371f13b7da /testpar/t_mpi.c
parent2c78a1930b11ef10aa92d3cdeb8486d2ede1b33b (diff)
downloadhdf5-3e628120ceee554636eda775269b4f0ca914c140.zip
hdf5-3e628120ceee554636eda775269b4f0ca914c140.tar.gz
hdf5-3e628120ceee554636eda775269b4f0ca914c140.tar.bz2
Whitespace changes
Diffstat (limited to 'testpar/t_mpi.c')
-rw-r--r--testpar/t_mpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_mpi.c b/testpar/t_mpi.c
index 9e5d839..0719ca6 100644
--- a/testpar/t_mpi.c
+++ b/testpar/t_mpi.c
@@ -302,7 +302,7 @@ static int test_mpio_gb_file(char *filename) {
"proc %d: write to mpi_off=%016llx, %lld\n",
mpi_rank, mpi_off, mpi_off);
/* set data to some trivial pattern for easy verification */
- for (j = 0; j < MB; j++)
+ for (j = 0; j < MB; j++)
*(buf + j) = (int8_t)(i * mpi_size + mpi_rank);
if (VERBOSE_MED)
HDfprintf(stdout,