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

build_ascent hdf5 zlib support #1149

Closed
cyrush opened this issue May 26, 2023 · 1 comment
Closed

build_ascent hdf5 zlib support #1149

cyrush opened this issue May 26, 2023 · 1 comment
Labels

Comments

@cyrush
Copy link
Member

cyrush commented May 26, 2023

Running replay against some decent sized datasets (which would leverage zlib compression) and I get a crash when reading HDF5 datasets.

Have seen this before and the culprit is hdf5 w/o zlib.

Something is not quite right with how we are passing zlib to hdf5 in the build_ascent.sh scripts.

We are building HDF5 1.12, but I also tried 1.10 and saw that zlib vars were not used.

HDF5 CMake logic varies with the HDF5 version, so solution is version dependent.

We may just want to move to 1.14 and find out what is needed there.

@cyrush cyrush added the bug label May 26, 2023
@cyrush
Copy link
Member Author

cyrush commented Jun 18, 2023

resolved in #1158

@cyrush cyrush closed this as completed Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant