Home
last modified time | relevance | path

Searched refs:collIO (Results 1 – 2 of 2) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DReadHDF5.cpp195 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 …]
H A DReadHDF5.hpp178 hid_t indepIO, collIO; member in moab::ReadHDF5