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

Particle Packing does a complete copy of a particle array in place #964

Open
PhilipDeegan opened this issue Feb 21, 2025 · 0 comments
Open

Comments

@PhilipDeegan
Copy link
Member

Currently for diagnostics and restarts, we copy an entire particle array to SOA to write it to hdf5

it's possible we can do it in chunks, which could be arrays rather than vectors

for SOA particle arrays we do not have to do this copy

but for tiled SOA particle array we may not want to write restarts (or diags) as tiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: thinking... 🤯
Development

No branches or pull requests

2 participants