From 54240b9657d3068757e4017670d776f9732e850f Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 28 Oct 1998 18:07:19 -0500 Subject: [svn-r821] Set the metadata writing by 1 process to be TRUE by default except when it is in the Intel Red in which it is not working yet. Update the development version too. --- src/H5Fmpio.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/H5Fmpio.c b/src/H5Fmpio.c index f63ca07..d9ba4b0 100644 --- a/src/H5Fmpio.c +++ b/src/H5Fmpio.c @@ -74,7 +74,12 @@ static hbool_t interface_initialize_g = FALSE; /* rky??? */ /* Global var to allow elimination of redundant metadata writes * to be controlled by the value of an environment variable. */ +/* Use the elimination by default unless this is the Intel Red machine */ +#ifndef DOS386 +hbool_t H5_mpi_1_metawrite_g = TRUE; +#else hbool_t H5_mpi_1_metawrite_g = FALSE; +#endif #define H5F_MPIO_DEV 0xfffe /*pseudo dev for MPI-IO until we fix things */ /* Make sure this differs from H5F_CORE_DEV */ -- cgit v0.12