[svn-r423] Added H5F_MPIO_DEBUG_KEY so application program can turn on debug flags

of H5Fmpio via the MPI_Info parameter to H5Fcreate and H5Fopen.
This commit is contained in:
Robert Kim Yates 1998-06-11 17:01:12 -05:00
parent 7f0e87fe2f
commit f6ea1f45da

View File

@ -35,6 +35,13 @@
#define H5F_ACC_EXCL (H5check(),0x0004u) /*fail if file already exists*/
#define H5F_ACC_DEBUG (H5check(),0x0008u) /*print debug info */
#ifdef HAVE_PARALLEL
/* Use this constant string as the MPI_Info key to set H5Fmpio debug flags.
* To turn on H5Fmpio debug flags,
* set the MPI_Info value with this key to have the value of a string
* consisting of the characters that turn on the desired flags. */
#define H5F_MPIO_DEBUG_KEY "H5F_mpio_debug_key"
#endif
#ifdef LATER
/*