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

highfive float precision noisey warnings #813

Open
PhilipDeegan opened this issue Feb 23, 2024 · 0 comments
Open

highfive float precision noisey warnings #813

PhilipDeegan opened this issue Feb 23, 2024 · 0 comments

Comments

@PhilipDeegan
Copy link
Member

By default, PHARE builds with only single precision floats being stored in HDF5
This implies a conversion from runtime float64 data,. which highfive warns about.

More info on highfive issue here BlueBrain/HighFive#910

short term, we can do something with the env var HIGHFIVE_LOG_LEVEL_ERROR to silence all warnings
longer term we can create a custom logger which filters warnings we don't care about

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant