summaryrefslogtreecommitdiffstats
path: root/src/H5S.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5S.c')
-rw-r--r--src/H5S.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5S.c b/src/H5S.c
index 5e644ef..c511276 100644
--- a/src/H5S.c
+++ b/src/H5S.c
@@ -44,7 +44,7 @@ static size_t H5S_nconv_g = 0; /*entries used*/
#ifdef H5_HAVE_PARALLEL
/* Global var whose value comes from environment variable */
-hbool_t H5_mpi_opt_types_g = TRUE;
+hbool_t H5_mpi_opt_types_g = FALSE;
#endif
/* Declare a free list to manage the H5S_simple_t struct */