-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
We need the following features in HDF5File_
- obj%flush()
- obj%open_group
- obj%close_group
- obj%ndims()
- obj%shape()
- obj%softlink()
- obj%isContiguous()
- obj%isCompact()
- obj%isChunk()
- obj%getChunk()
- obj%write(self, dname, value, ierr, compact)
- obj%write(self,dname,value, ierr, chunk_size, istart, iend, stride, compact)
- obj%read(self,dname,value, ierr, chunk_size, istart, iend, stride, compact)