mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[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.
This commit is contained in:
parent
9a4d614a0b
commit
54240b9657
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user