Feature/parallelhdf5#34
Draft
pelahi wants to merge 13 commits into
Draft
Conversation
ensured template classes defined in header, added some functionality. Still requires updates to Converter, Stats and MinMap classes to use appropriate calls
Added in extra checks for creating groups, datasets, create links (which still needs work) and some code clean. Also updated dataset creation in Stats and MipMap.
Update to HDF5 wrapper, some code clean up and as well, added CFITSIO cmake check
Added report, allowed possibility of parallel compressed hdf5
Added functionality to write to existing data set
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is just a preliminary draft of the changes made to use the C HDF5 API through a HDF5 wrapper. I have also made changes to CMAKE to search for CFITSIO and handle parallel HDF5. The branch still needs to be tested and contains commented code with the old HDF5 C++ calls. Once tested and clean-up I will change this from a draft pull request to a formal pull request.