32 #include "config_hdf5.h"
37 #include "InternalErr.h"
45 BaseType *HDF5GMCFMissNonLLCVArray::ptr_duplicate()
50 bool HDF5GMCFMissNonLLCVArray::read()
52 BESDEBUG(
"h5",
"Coming to HDF5GMCFMissNonLLCVArray read "<<endl);
55 read_data_NOT_from_mem_cache(
false,NULL);
58 if(NULL == HDF5RequestHandler::get_srdata_mem_cache())
59 read_data_NOT_from_mem_cache(
false,NULL);
63 string cache_key = dataset() + name();
64 handle_data_with_mem_cache(H5INT32,tnumelm,1,cache_key);
71 void HDF5GMCFMissNonLLCVArray::read_data_NOT_from_mem_cache(
bool ,
void*) {
73 BESDEBUG(
"h5",
"Coming to HDF5GMCFMissNonLLCVArray: read_data_NOT_from_mem_cache "<<endl);
74 write_nature_number_buffer(rank,tnumelm);