-
Notifications
You must be signed in to change notification settings - Fork 90
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
Cleanup compositional fluid model #2812
Cleanup compositional fluid model #2812
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
does it fix #2860 ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To me, everything looks good!
Sorry for forgetting these GEOS_HOST_DEVICE
. How can I see these warnings in the future? In the CI?
Not a problem. Yes, you can have a look at it in the CI. |
Yes it should. |
Hello @dkachuma Can you manage the conflict? Then we can merge your PR 🎉 |
- Removes some terrible debugging code - Moves some physical constants to `common/PhysicsConstants.hpp`. - Ensures that the `m_componentNames` private member in `ComponentProperties` is used. - Marks functions in `geos::units as GEOS_HOST_DEVICE`. These are called in some compute kernels causing excessive warnings sometimes (Host-device decorate conversion functions #2860).
common/PhysicsConstants.hpp
.m_componentNames
private member inComponentProperties
is used.geos::units
asGEOS_HOST_DEVICE
. These are called in some compute kernels causing excessive warnings sometimes (Host-device decorate conversion functions #2860).