diff options
Diffstat (limited to 'src/H5VLiod_common.h')
-rw-r--r-- | src/H5VLiod_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLiod_common.h b/src/H5VLiod_common.h index f0257be..d16010c 100644 --- a/src/H5VLiod_common.h +++ b/src/H5VLiod_common.h @@ -30,7 +30,7 @@ #define IOD_OH_UNDEFINED ((uint64_t)0)//(pow(2.0,64.0) - 1) #define IOD_ID_UNDEFINED ((uint64_t)(-1))//(pow(2.0,64.0) - 1) #define IOD_COUNT_UNDEFINED ((uint64_t)(-1))//(pow(2.0,64.0) - 1) -#define H5_EFF_DEBUG 1 +#define H5_EFF_DEBUG 0 /* function shipper IDs for different routines */ extern hg_id_t H5VL_EFF_INIT_ID; |