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

Enable support for reading NetCDF files compressed with ZFP, and possibly other compressors #2816

Closed
clyne opened this issue Jul 22, 2021 · 2 comments · Fixed by #3110
Closed
Assignees
Milestone

Comments

@clyne
Copy link
Collaborator

clyne commented Jul 22, 2021

Rebuild our 3rd party NetCDF library with support for reading CF compliant NetCDF files that contain variables compressed with ZFP (and possibly other compressors). This may be non-trivial. See discussion here:

Unidata/netcdf-c#1545

@clyne clyne added the DevOps label Jul 22, 2021
@clyne
Copy link
Collaborator Author

clyne commented Jul 22, 2021

It may be possible to force an existing VAPOR binary use ZFP-enabled NetCDF shared libraries per below:

If you are using the installed distributable copy of vapor, the launchers ensure that the bundled copies of our libraries are always used. You have a few options (if you want to use the installer binaries):

  • replace the versions of the libraries you want to use in vapor/lib with simlinks to your third party libraries
  • install all your versions of the the libraries and launch vapor/lib/vapor rather than vapor/bin/vapor
  • Run vapor/lib/vapor with the LD lib path set to your_lib_dir:vapor/lib:…

@clyne clyne added the High label Jul 23, 2021
@clyne
Copy link
Collaborator Author

clyne commented May 20, 2022

Same as #3072

@clyne clyne added this to the 3_7_0_Release milestone May 20, 2022
@sgpearse sgpearse self-assigned this Jul 22, 2022
@sgpearse sgpearse removed the DevOps label May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants