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

Investigate temporary variables in P3 SK impl #2989

Open
tcclevenger opened this issue Sep 10, 2024 · 0 comments
Open

Investigate temporary variables in P3 SK impl #2989

tcclevenger opened this issue Sep 10, 2024 · 0 comments
Labels
memory p3 regarding p3 microphysics

Comments

@tcclevenger
Copy link
Contributor

P3 Small Kernels has 56 temporary variables used inside p3_main(). We should investigate if some of the temporaries can alias others instead of 56 distinct memory allocations. List of variables in P3Temporaies struct:

.

@tcclevenger tcclevenger added p3 regarding p3 microphysics memory labels Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
memory p3 regarding p3 microphysics
Projects
None yet
Development

No branches or pull requests

1 participant