-
Notifications
You must be signed in to change notification settings - Fork 456
Support for HDF5 compression #7996
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
Draft
jayeshkrishna
wants to merge
14
commits into
master
Choose a base branch
from
jayeshkrishna/cime_config/hdf5_compression
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
Updating SCORPIO CMake script to detect and add HDF5 compression filters (ZFP, Blosc2)
Adding support for writing E3SM output using SCORPIO+HDF5 with compression. * Users can use xmlchange to set PIO_TYPENAME to "hdf5c" to write data with compression * Also points SCORPIO submodule to the development branch that supports HDF5 data compression (Data compression is only supported 3D+ variables for now)
Adding missing description (valid values) of ADIOS and HDF5 I/O types in the driver namelist XML
Updating the CMake script that finds SCORPIO depdendencies to find HDF5 filters for ZFP and Blosc2 compression libraries
Adding a testmod to force tests to use HDF5 with data compression
Adding testmod to force tests to use HDF5
Updating the MPAS framework and build system to support HDF5 (with and without data compression).
Adding comments on how to disable HDF5 compression for selected E3SM variables.
Updating SCORPIO to 1.9.0 SCORPIO v1.9.0 includes the following changes, * HDF5 data compression support * Enhancements to lossy data compression support using ADIOS2 * More tuning knobs for I/O data compression * HDF5 support for large variables * Documentation fixes * Misc bug fixes
Adding paths to HDF5 compression filters for Perlmutter+Cray+GNU
Adding paths to HDF5 compression filters for Frontier+Cray+GNU
rljacob
reviewed
Jan 16, 2026
Adding a compile flag to turn on thread support in MPI. The user needs to build E3SM with "-DMPI_INIT_THREADED=1" to init MPI with threads (MPI_THREAD_MULTIPLE)
Moving to the multi-threaded version of HDF5 and related libs on anl workstation
SCORPIO v1.9.1 includes many fixes related to data compression, * Fixed issues with multiple redef/enddef calls with HDF5 * Manual datatype conversion, as needed, for HDF5 output * Fix typos for ADIOS+ZFP compression rate * Disable HDF5+ZFP compression for scalars and 5D+ variables and variables with only unlimited dimensions * Adding related tests * put_vars_* support for CDF5 types when using PnetCDF
db808ed to
47a940f
Compare
Contributor
Author
|
Looks like a missing header (stdint) causing build failures (https://gcc.gnu.org/gcc-13/porting_to.html). Will fix this issue soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
BFB
PR leaves answers BFB
CI: approved
Allow gh actions PR testing on ghci-snl-* machines
CMake build system
Coupler
Related to code in driver-mct or driver-moab or component connections to the coupler.
enhancement
MPAS-framework
Concerning the MPAS framework
SCORPIO
The E3SM I/O library (derived from PIO)
Scripts
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.
Adding support for data compression using HDF5. Also,
adding support for initializing the MPI library with thread
support. This change also integrates a new version of
SCORPIO (1.9.1).
and without data compression support)
and lossy compression support using ZFP
Perlmutter and ANL compute nodes
SCORPIO version 1.9.1 includes,
[BFB]