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

Tempus: NaNs thrown from sqrt with Clang debug builds #4176

Closed
krcb opened this issue Jan 11, 2019 · 1 comment
Closed

Tempus: NaNs thrown from sqrt with Clang debug builds #4176

krcb opened this issue Jan 11, 2019 · 1 comment
Assignees
Labels
client: EMPIRE All issues that most directly target the ATDM EMPIRE code pkg: Tempus

Comments

@krcb
Copy link
Contributor

krcb commented Jan 11, 2019

EMPIRE identified NaNs thrown in Tempus due to inconsistent usage of Scalar
type with Teuchos::ScalarTraits:squareroot.

@trilinos/tempus

Expectations

Should be able to run without NaNs being generated.

Possible Solution

Ensure that usage of Teuchos::ScalarTraits:squareroot occurs without generating NaNs.

@krcb krcb added pkg: Tempus client: EMPIRE All issues that most directly target the ATDM EMPIRE code labels Jan 11, 2019
@krcb krcb self-assigned this Jan 11, 2019
@ccober6
Copy link
Contributor

ccober6 commented Jun 5, 2020

Did another check for the usage of Teuhos::ScalarTriats::SquareRoot, and cleaned them up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client: EMPIRE All issues that most directly target the ATDM EMPIRE code pkg: Tempus
Projects
None yet
Development

No branches or pull requests

2 participants