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

verify float computations and explain output differences #4

Open
sarnold opened this issue Sep 23, 2015 · 0 comments
Open

verify float computations and explain output differences #4

sarnold opened this issue Sep 23, 2015 · 0 comments

Comments

@sarnold
Copy link
Owner

sarnold commented Sep 23, 2015

Verify IEEE math compliance and explain output grid differences from older g77 builds. Current output has occasional differences in one value per row off by one least digit compared to sample grids (less than %10 of the rows).

  • Fix floating-point exception:
    Note: The following floating-point exceptions are signalling: IEEE_INVALID_FLAG
  • Verify float comparisons and convergence (legacy F77 code does not use newer math intrinsics such as EPSILON)
  • Explain differences and decide which is correctly computed (sample grids or new output)
@sarnold sarnold added this to the 2.24 milestone Sep 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant