1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
#include "moab/MOABConfig.h"
#ifdef MOAB_HAVE_MPI
#include "moab_mpi.h"
#endif
#include <H5Epublic.h>

namespace moab
{

extern "C" {
#if defined( H5E_auto_t_vers ) && H5E_auto_t_vers > 1<--- Skipping configuration 'H5E_auto_t_vers' since the value of 'H5E_auto_t_vers' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly.
typedef herr_t ( *HDF5_Error_Func_Type )( hid_t, void* );
#else
typedef herr_t ( *HDF5_Error_Func_Type )( void* );
#endif
}

bool HDF5_can_append_hyperslabs();

}  // namespace moab