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

cloud-microphysics: trap floating point exceptions in Release build #2

Open
pchakraborty opened this issue May 29, 2024 · 0 comments
Open

Comments

@pchakraborty
Copy link
Contributor

The cloud microphysics driver crashes with a floating point exception when using the flag -Ktrap=fp with -O2 or -fast. Interestingly, it does not throw the FPE when built with -O0 -Ktrap=fp or -O1 -Ktrap=fp. This needs to be investigated. For now, the 'Release' build is not trapping FPEs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant