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

floating-point warning #390

Open
rs028 opened this issue Mar 14, 2019 · 1 comment
Open

floating-point warning #390

rs028 opened this issue Mar 14, 2019 · 1 comment
Labels
Milestone

Comments

@rs028
Copy link
Collaborator

rs028 commented Mar 14, 2019

Likely not a problem, but I am getting the following message. The model results look normal.
gfortran version 4.9.2

------------------
 Final statistics
------------------
 No. steps = 181   No. f-s = 224   No. J-s = 460   No. LU-s = 45
 No. nonlinear iterations = 223
 No. nonlinear convergence failures = 0
 No. error test failures = 4

 Runtime = 13
 Deallocating memory.
Note: The following floating-point exceptions are signalling: IEEE_UNDERFLOW_FLAG IEEE_DENORMAL
@spco
Copy link
Collaborator

spco commented Jun 28, 2019

These warnings just indicate that within our calculations we're getting such small numbers that there are significant possibilities that we're losing accuracy. This ties directly into why I think some of #265 could be solved with renormalising the equations.

@rs028 rs028 added bug and removed bug labels Jul 17, 2019
@rs028 rs028 moved this to Compilation and Execution Issues in Roadmap Sep 22, 2022
@rs028 rs028 added this to Roadmap Sep 22, 2022
@rs028 rs028 added this to the version 1.4 milestone Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Compilation and Execution Issues
Development

No branches or pull requests

2 participants