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

Use general field transfers more often #508

Open
GiudGiud opened this issue Jan 10, 2025 · 0 comments
Open

Use general field transfers more often #508

GiudGiud opened this issue Jan 10, 2025 · 0 comments
Labels
model_maintenance Removing deprecation, adapting to new techniques for performance or usability

Comments

@GiudGiud
Copy link
Collaborator

Reason

The legacy transfers (geometricInterpolation, simple NN, etc) do not support distributed mesh. When doing HPC testing, we use very processors and cannot replicate the mesh. The simple solution is to use the general field transfers

Design

Modify inputs to use the general field transfers.
One benefit that arises is that the old transfers do not have integrated diagnostics, so we find issues with the models in this transition.

Impact

Faster and lower memory

@GiudGiud GiudGiud added the model_maintenance Removing deprecation, adapting to new techniques for performance or usability label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
model_maintenance Removing deprecation, adapting to new techniques for performance or usability
Projects
None yet
Development

No branches or pull requests

1 participant