Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDF5File Wishlist #72

Open
13 tasks
vickysharma0812 opened this issue Oct 16, 2021 · 1 comment
Open
13 tasks

HDF5File Wishlist #72

vickysharma0812 opened this issue Oct 16, 2021 · 1 comment

Comments

@vickysharma0812
Copy link
Member

vickysharma0812 commented Oct 16, 2021

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)
@vickysharma0812 vickysharma0812 added enhancement New feature or request wishlist Tell us which feature do you want in easifemClasses Inspiration Tell us which feature do you want in easifemClasses labels Oct 16, 2021
@vickysharma0812
Copy link
Member Author

Interface for obj%softlink

module subroutine create_softlink(self, target, link)
class(hdf5_file), intent(inout) :: self
character(*), intent(in) :: target, &  !< target path to link
                            link  !< soft link path to create
end subroutine create_softlink

@vickysharma0812 vickysharma0812 added hdf5 and removed Inspiration Tell us which feature do you want in easifemClasses labels Jan 5, 2022
@vickysharma0812 vickysharma0812 removed enhancement New feature or request wishlist Tell us which feature do you want in easifemClasses labels Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant