diff options
-rw-r--r-- | src/H5FDmpio.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/H5FDmpio.h b/src/H5FDmpio.h index d1f3c65..e7df072 100644 --- a/src/H5FDmpio.h +++ b/src/H5FDmpio.h @@ -36,6 +36,13 @@ typedef struct H5FD_mpio_dxpl_t { #ifdef H5_HAVE_PARALLEL /* Macros */ +/*Turn on H5FDmpio_debug if H5F_DEBUG is on */ +#ifdef H5F_DEBUG +#ifndef H5FDmpio_DEBUG +#define H5FDmpio_DEBUG +#endif +#endif + #define IS_H5FD_MPIO(f) /* (H5F_t *f) */ \ (H5FD_MPIO==f->shared->lf->driver_id) |