debug output added to MPI wrapper and some small fixes

This commit is contained in:
2011-07-08 14:52:14 +00:00
parent ffe7b30b02
commit df552265bc
4 changed files with 77 additions and 31 deletions
+4 -2
View File
@@ -13,8 +13,10 @@ extern "C" {
#define H5_DEBUG_PRIV_API (1<<5)
#define H5_DEBUG_PRIV_FUNC (1<<6)
#define H5_DEBUG_HDF5 (1<<7)
#define H5_DEBUG_MALLOC (1<<8)
#define H5_DEBUG_CLIB (1<<9)
#define H5_DEBUG_MPI (1<<8)
#define H5_DEBUG_MALLOC (1<<9)
#define H5_DEBUG_CLIB (1<<10)
#define H5_DEBUG_ALL (-1)
extern char* h5_rfmts[];