We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
PhilipDeegan
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: