Searched refs:collIO (Results 1 – 2 of 2) sorted by relevance
195 collIO(H5P_DEFAULT), in ReadHDF5()217 indepIO = collIO = H5P_DEFAULT; in init()259 indepIO = collIO = H5P_DEFAULT; in set_up_read()410 assert(collIO > 0); in set_up_read()424 if (collIO != indepIO) in set_up_read()425 H5Pclose(collIO); in set_up_read()505 if (collIO != indepIO) in clean_up_read()506 H5Pclose(collIO); in clean_up_read()596 if (H5P_DEFAULT != collIO) in load_file()597 H5Pclose(collIO); in load_file()[all …]
178 hid_t indepIO, collIO; member in moab::ReadHDF5