-
Notifications
You must be signed in to change notification settings - Fork 53
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
Investigate switching to HDF5 for use with CGNS #9
Comments
I looked into this, and the process is fairly straightforward. Installing HDF5 can be done in one of several ways
The different config files will also have to be updated to link to HDF5 appropriately. This is not necessary if we install via PETSc since the PETSc linker flags will include everything in that case. Finally, we will also have to convert all existing meshes to use HDF5 format. CGNS comes with a utility to do this but it will still take some time (analogous to the py2/3 transition with pyoptsparse history files). |
To add to this, I have used HDF5 + CGNS in the past on Ubuntu with the following installation process (this comes from the code "DUST"):
We can adapt this as needed for our specific versions. |
Type of issue
What types of issue is it?
Select the appropriate type(s) that describe this issue
Description
Right now we build CGNS with ADF, but CGNS recommends HDF5 which is also becoming more popular within the scientific community. Investigate switching to use HDF5, understand the build process, pros/cons, and make a decision whether to switch. Can be done in conjunction with upgrading to CGNS 4.x
The text was updated successfully, but these errors were encountered: