summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
Diffstat (limited to 'testpar')
-rw-r--r--testpar/t_vfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_vfd.c b/testpar/t_vfd.c
index 6e6329c..827faf4 100644
--- a/testpar/t_vfd.c
+++ b/testpar/t_vfd.c
@@ -4086,7 +4086,7 @@ main(int argc, char **argv)
int provided = 0;
#endif
int mpi_size;
- int mpi_rank;
+ int mpi_rank = 0;
#ifdef H5_HAVE_SUBFILING_VFD
if (MPI_SUCCESS != MPI_Init_thread(&argc, &argv, required, &provided)) {